diff --git a/go.mod b/go.mod index eebbdca5..c952e369 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/go-skynet/model-gallery go 1.21 require ( - github.com/go-skynet/LocalAI v1.30.1-0.20231026191340-fc0bc328143e + github.com/go-skynet/LocalAI v1.40.1-0.20231106180746-e7fa2e06f8fc gopkg.in/yaml.v3 v3.0.1 ) @@ -20,9 +20,11 @@ require ( github.com/mholt/archiver/v3 v3.5.1 // indirect github.com/nwaples/rardecode v1.1.0 // indirect github.com/pierrec/lz4/v4 v4.1.2 // indirect + github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/rs/zerolog v1.31.0 // indirect github.com/ulikunitz/xz v0.5.9 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect golang.org/x/sys v0.13.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) diff --git a/go.sum b/go.sum index f3d21771..95bc4f67 100644 --- a/go.sum +++ b/go.sum @@ -8,18 +8,16 @@ github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5/go.mod h1:qssHWj6 github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY= github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-skynet/LocalAI v1.30.1-0.20231014102922-d22069c59e77 h1:5HUbHUInFTK86WldM1nnAZ56keGQj6ED7xqsanpZpig= -github.com/go-skynet/LocalAI v1.30.1-0.20231014102922-d22069c59e77/go.mod h1:H894KJ49EtwyfooCKjGDznmS4Q3lQrDCkeBnTnBHSbM= -github.com/go-skynet/LocalAI v1.30.1-0.20231026191340-fc0bc328143e h1:IgVTiAKQkJRo2JzOMPk7Tx53+P6stNg8a9jO1ZIeOg0= -github.com/go-skynet/LocalAI v1.30.1-0.20231026191340-fc0bc328143e/go.mod h1:tBcD3FuokrMucRcQceYc+VQrxGnMoQRr+1GfdSKdFDA= +github.com/go-skynet/LocalAI v1.40.1-0.20231106180746-e7fa2e06f8fc h1:RhtIk7epxL96T9r9H0sWfyIQm6sOMQJFACcN40xjlxM= +github.com/go-skynet/LocalAI v1.40.1-0.20231106180746-e7fa2e06f8fc/go.mod h1:tBcD3FuokrMucRcQceYc+VQrxGnMoQRr+1GfdSKdFDA= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/golang/snappy v0.0.2 h1:aeE13tS0IiQgFjYdoL8qN3K1N2bXXtI6Vi51/y7BpMw= github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= -github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 h1:yAJXTCF9TqKcTiHJAE8dj7HMvPfh66eeA2JYW7eFpSE= github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= @@ -31,8 +29,11 @@ github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQs github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/pgzip v1.2.5 h1:qnWYvvKqedOF2ulHpMG72XQol4ILEJ8k2wwRl/Km8oE= github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= @@ -46,14 +47,15 @@ github.com/nwaples/rardecode v1.1.0 h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7 github.com/nwaples/rardecode v1.1.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0= github.com/onsi/ginkgo/v2 v2.13.0 h1:0jY9lJquiL8fcf3M4LAXN5aMlS/b2BV86HFFPCPMgE4= github.com/onsi/ginkgo/v2 v2.13.0/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o= -github.com/onsi/gomega v1.28.0 h1:i2rg/p9n/UqIDAMFUJ6qIUUMcsqOuUHgbpbu235Vr1c= -github.com/onsi/gomega v1.28.0/go.mod h1:A1H2JE76sI14WIP57LMKj7FVfCHx3g3BcZVjJG8bjX8= +github.com/onsi/gomega v1.28.1 h1:MijcGUbfYuznzK/5R4CPNoUP/9Xvuo20sXfEm6XxoTA= +github.com/onsi/gomega v1.28.1/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ= github.com/pierrec/lz4/v4 v4.1.2 h1:qvY3YFXRQE/XB8MlLzJH7mSzBs74eA2gg52YTk6jUPM= github.com/pierrec/lz4/v4 v4.1.2/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= +github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= +github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= github.com/rs/zerolog v1.31.0 h1:FcTR3NnLWW+NnTwwhFWiJSZr4ECLpqCm6QsEnyvbV4A= github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= @@ -62,16 +64,15 @@ github.com/ulikunitz/xz v0.5.9 h1:RsKRIA2MO8x56wkkcd3LbtcE/uMszhb6DpRf+3uwa3I= github.com/ulikunitz/xz v0.5.9/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo= github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos= -golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= -golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= +golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= +golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc= -golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss= golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/huggingface.yaml b/huggingface.yaml index 40a1e3eb..f833c3b2 100644 --- a/huggingface.yaml +++ b/huggingface.yaml @@ -12,6 +12,62 @@ - filename: Instruct_en-vi_12000_1e/adapter_model.bin sha256: "" uri: https://huggingface.co/1TuanPham/Instruct_en-vi_12000_1e_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM/resolve/main/Instruct_en-vi_12000_1e/adapter_model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: 1tuanpham__instruct_en-vi_14000_1e_b60_lr2e-4_thebloke_mistralic-7b-1-gptq_lora_causal_lm__adapter_model.bin + urls: + - https://huggingface.co/1TuanPham/Instruct_en-vi_14000_1e_b60_lr2e-4_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM + tags: + - peft + - region:us + overrides: + parameters: + model: adapter_model.bin + files: + - filename: adapter_model.bin + sha256: "" + uri: https://huggingface.co/1TuanPham/Instruct_en-vi_14000_1e_b60_lr2e-4_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM/resolve/main/adapter_model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: 1tuanpham__instruct_en-vi_14000_1e_b60_lr2e-4_thebloke_mistralic-7b-1-gptq_lora_causal_lm__instruct_en-vi_14000_1e_b60_lr2e-4__adapter_model.bin + urls: + - https://huggingface.co/1TuanPham/Instruct_en-vi_14000_1e_b60_lr2e-4_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM + tags: + - peft + - region:us + overrides: + parameters: + model: Instruct_en-vi_14000_1e_b60_lr2e-4/adapter_model.bin + files: + - filename: Instruct_en-vi_14000_1e_b60_lr2e-4/adapter_model.bin + sha256: "" + uri: https://huggingface.co/1TuanPham/Instruct_en-vi_14000_1e_b60_lr2e-4_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM/resolve/main/Instruct_en-vi_14000_1e_b60_lr2e-4/adapter_model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: 1tuanpham__instruct_en-vi_14500_1e_thebloke_mistralic-7b-1-gptq_lora_causal_lm__adapter_model.bin + urls: + - https://huggingface.co/1TuanPham/Instruct_en-vi_14500_1e_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM + tags: + - peft + - region:us + overrides: + parameters: + model: adapter_model.bin + files: + - filename: adapter_model.bin + sha256: "" + uri: https://huggingface.co/1TuanPham/Instruct_en-vi_14500_1e_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM/resolve/main/adapter_model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: 1tuanpham__instruct_en-vi_14500_1e_thebloke_mistralic-7b-1-gptq_lora_causal_lm__instruct_en-vi_14500_1e__adapter_model.bin + urls: + - https://huggingface.co/1TuanPham/Instruct_en-vi_14500_1e_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM + tags: + - peft + - region:us + overrides: + parameters: + model: Instruct_en-vi_14500_1e/adapter_model.bin + files: + - filename: Instruct_en-vi_14500_1e/adapter_model.bin + sha256: "" + uri: https://huggingface.co/1TuanPham/Instruct_en-vi_14500_1e_TheBloke_Mistralic-7B-1-GPTQ_LORA_CAUSAL_LM/resolve/main/Instruct_en-vi_14500_1e/adapter_model.bin - url: github:go-skynet/model-gallery/base.yaml name: 1tuanpham__instruct_en-vi_7500_1epoch_thebloke_mistralic-7b-1-gptq_lora_causal_lm__adapter_model.bin urls: @@ -460,6 +516,36 @@ - filename: l2-7b-monika-v0.3c1-ggml-model-q8_0.bin sha256: "" uri: https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1-ggml/resolve/main/l2-7b-monika-v0.3c1-ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: 922-ca__llama-2-7b-monika-v0.3c1-gguf__l2-7b-monika-v0.3c1-model-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l2-7b-monika-v0.3c1-model-q4_1.gguf + files: + - filename: l2-7b-monika-v0.3c1-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1-gguf/resolve/main/l2-7b-monika-v0.3c1-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: 922-ca__llama-2-7b-monika-v0.3c1-gguf__l2-7b-monika-v0.3c1-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l2-7b-monika-v0.3c1-q8_0.gguf + files: + - filename: l2-7b-monika-v0.3c1-q8_0.gguf + sha256: "" + uri: https://huggingface.co/922-CA/llama-2-7b-monika-v0.3c1-gguf/resolve/main/l2-7b-monika-v0.3c1-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: 922-ca__llilmonix3b-v0.3-ggml__llilmonix3b-v0.3-ggml-model-fp16.bin license: apache-2.0 @@ -655,6 +741,51 @@ - filename: l27b-chat-tagalog-v0.3-model-ggml-q8_0.bin sha256: "" uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-ggml/resolve/main/l27b-chat-tagalog-v0.3-model-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3-gguf__l27b-chat-tagalog-v0.3-model-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3-model-q4_1.gguf + files: + - filename: l27b-chat-tagalog-v0.3-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf/resolve/main/l27b-chat-tagalog-v0.3-model-q4_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3-gguf__l27b-chat-tagalog-v0.3-model-q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3-model-q5_1.gguf + files: + - filename: l27b-chat-tagalog-v0.3-model-q5_1.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf/resolve/main/l27b-chat-tagalog-v0.3-model-q5_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3-gguf__l27b-chat-tagalog-v0.3-model-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3-model-q8_0.gguf + files: + - filename: l27b-chat-tagalog-v0.3-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3-gguf/resolve/main/l27b-chat-tagalog-v0.3-model-q8_0.gguf - url: github:go-skynet/model-gallery/llama2-chat.yaml name: 922-narra__llama-2-7b-chat-tagalog-v0.3a-ggml__l27b-chat-tagalog-v0.3a-model-ggml-fp16.bin license: llama2 @@ -715,6 +846,51 @@ - filename: l27b-chat-tagalog-v0.3a-model-ggml-q8_0.bin sha256: "" uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-ggml/resolve/main/l27b-chat-tagalog-v0.3a-model-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3a-gguf__l27b-chat-tagalog-v0.3a-model-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3a-model-q4_1.gguf + files: + - filename: l27b-chat-tagalog-v0.3a-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf/resolve/main/l27b-chat-tagalog-v0.3a-model-q4_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3a-gguf__l27b-chat-tagalog-v0.3a-model-q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3a-model-q5_1.gguf + files: + - filename: l27b-chat-tagalog-v0.3a-model-q5_1.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf/resolve/main/l27b-chat-tagalog-v0.3a-model-q5_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: 922-narra__llama-2-7b-chat-tagalog-v0.3a-gguf__l27b-chat-tagalog-v0.3a-model-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: l27b-chat-tagalog-v0.3a-model-q8_0.gguf + files: + - filename: l27b-chat-tagalog-v0.3a-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/922-Narra/llama-2-7b-chat-tagalog-v0.3a-gguf/resolve/main/l27b-chat-tagalog-v0.3a-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: aao331__carpincho-13b-ggml-q4__carpincho-13b-ggml-model-q4_0.bin urls: @@ -1150,6 +1326,38 @@ - filename: llama-2-7b-chat-hf.gguf.fp16.bin.q4_k_m.bin sha256: "" uri: https://huggingface.co/aidatawiz/Llama-2-7b-chat-hf-GGUF/resolve/main/llama-2-7b-chat-hf.gguf.fp16.bin.q4_k_m.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: akarshanbiswas__llama-2-chat-13b-gguf__ggml-llama-2-13b-chat-f16.gguf + license: llama2 + urls: + - https://huggingface.co/akarshanbiswas/llama-2-chat-13b-gguf + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: ggml-llama-2-13b-chat-f16.gguf + files: + - filename: ggml-llama-2-13b-chat-f16.gguf + sha256: "" + uri: https://huggingface.co/akarshanbiswas/llama-2-chat-13b-gguf/resolve/main/ggml-llama-2-13b-chat-f16.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: akarshanbiswas__llama-2-chat-13b-gguf__ggml-llama-2-13b-chat-q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/akarshanbiswas/llama-2-chat-13b-gguf + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: ggml-llama-2-13b-chat-q4_k_m.gguf + files: + - filename: ggml-llama-2-13b-chat-q4_k_m.gguf + sha256: "" + uri: https://huggingface.co/akarshanbiswas/llama-2-chat-13b-gguf/resolve/main/ggml-llama-2-13b-chat-q4_k_m.gguf - url: github:go-skynet/model-gallery/llama2-chat.yaml name: akridge__llama-2-7b-chat-hf-gguf__llama-2-7b-chat-hf.gguf.fp16.bin urls: @@ -1641,6 +1849,42 @@ - filename: guanaco-33b-merged-ggml-q8_0.bin sha256: "" uri: https://huggingface.co/Anachronous/guanaco-33b-merged-ggmlv3/resolve/main/guanaco-33b-merged-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: androlike__astramix_l2_7b_gguf__astramix_l2_7b_f16.gguf + license: other + urls: + - https://huggingface.co/androlike/astramix_l2_7b_gguf + tags: + - llama + - llama2 + - text-generation + - license:other + - region:us + overrides: + parameters: + model: astramix_l2_7b_f16.gguf + files: + - filename: astramix_l2_7b_f16.gguf + sha256: "" + uri: https://huggingface.co/androlike/astramix_l2_7b_gguf/resolve/main/astramix_l2_7b_f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: androlike__astramix_l2_7b_gguf__astramix_l2_7b_q5_k_m.gguf + license: other + urls: + - https://huggingface.co/androlike/astramix_l2_7b_gguf + tags: + - llama + - llama2 + - text-generation + - license:other + - region:us + overrides: + parameters: + model: astramix_l2_7b_Q5_K_M.gguf + files: + - filename: astramix_l2_7b_Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/androlike/astramix_l2_7b_gguf/resolve/main/astramix_l2_7b_Q5_K_M.gguf - url: github:go-skynet/model-gallery/llama2-chat.yaml name: aptha__llama-2-7b-chat-ggml-fp16__llama-2-7b-chat.ggmlv3.fp16.bin license: other @@ -1676,6 +1920,32 @@ - filename: Hoers13B-ggml-q4_0.bin sha256: "" uri: https://huggingface.co/AquaV/Hoers13B-ggml-q4_0/resolve/main/Hoers13B-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aquav__phind-codellama-34b-v1-gguf__phind_phind-codellama-34b-v1-gguf-q3_k_s.gguf + urls: + - https://huggingface.co/AquaV/Phind-CodeLlama-34B-v1-gguf + tags: + - region:us + overrides: + parameters: + model: Phind_Phind-CodeLlama-34B-v1-gguf-Q3_K_S.gguf + files: + - filename: Phind_Phind-CodeLlama-34B-v1-gguf-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/AquaV/Phind-CodeLlama-34B-v1-gguf/resolve/main/Phind_Phind-CodeLlama-34B-v1-gguf-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: aquav__phind-codellama-34b-v1-gguf__phind_phind-codellama-34b-v1-gguf-q4_k_m.gguf + urls: + - https://huggingface.co/AquaV/Phind-CodeLlama-34B-v1-gguf + tags: + - region:us + overrides: + parameters: + model: Phind_Phind-CodeLlama-34B-v1-gguf-Q4_K_M.gguf + files: + - filename: Phind_Phind-CodeLlama-34B-v1-gguf-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/AquaV/Phind-CodeLlama-34B-v1-gguf/resolve/main/Phind_Phind-CodeLlama-34B-v1-gguf-Q4_K_M.gguf - url: github:go-skynet/model-gallery/airoboros.yaml name: araki__airoboros-33b-gpt4-1.4.1-pi-8192-ggml__airoboros-33b-gpt4-1.4.1-pi-8192-ggmlv3.q2_k.bin urls: @@ -2731,6 +3001,24 @@ - filename: bean-3B-ggml-q4_0.bin sha256: "" uri: https://huggingface.co/Aryanne/Bean-3B-ggml-and-gguf/resolve/main/bean-3B-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__bean-3b-ggml-and-gguf__bean-3b-ggufv2-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/Bean-3B-ggml-and-gguf + tags: + - text-generation + - en + - dataset:64bits/lima_vicuna_format + - license:apache-2.0 + - region:us + overrides: + parameters: + model: bean-3B-ggufv2-q4_0.gguf + files: + - filename: bean-3B-ggufv2-q4_0.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/Bean-3B-ggml-and-gguf/resolve/main/bean-3B-ggufv2-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q4_0-ggml-mamba-gpt-3b_v4.bin license: apache-2.0 @@ -2748,6 +3036,23 @@ - filename: q4_0-ggml-mamba-gpt-3B_v4.bin sha256: "" uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q4_0-ggml-mamba-gpt-3B_v4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q4_0-gguf-mamba-gpt-3b_v4.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf + tags: + - text-generation + - en + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_0-gguf-mamba-gpt-3B_v4.gguf + files: + - filename: q4_0-gguf-mamba-gpt-3B_v4.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q4_0-gguf-mamba-gpt-3B_v4.gguf - url: github:go-skynet/model-gallery/base.yaml name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q4_1-ggml-mamba-gpt-3b_v4.bin license: apache-2.0 @@ -2765,6 +3070,23 @@ - filename: q4_1-ggml-mamba-gpt-3B_v4.bin sha256: "" uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q4_1-ggml-mamba-gpt-3B_v4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q4_1-gguf-mamba-gpt-3b_v4.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf + tags: + - text-generation + - en + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_1-gguf-mamba-gpt-3B_v4.gguf + files: + - filename: q4_1-gguf-mamba-gpt-3B_v4.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q4_1-gguf-mamba-gpt-3B_v4.gguf - url: github:go-skynet/model-gallery/base.yaml name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q5_0-ggml-mamba-gpt-3b_v4.bin license: apache-2.0 @@ -2782,6 +3104,23 @@ - filename: q5_0-ggml-mamba-gpt-3B_v4.bin sha256: "" uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q5_0-ggml-mamba-gpt-3B_v4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q5_0-gguf-mamba-gpt-3b_v4.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf + tags: + - text-generation + - en + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_0-gguf-mamba-gpt-3B_v4.gguf + files: + - filename: q5_0-gguf-mamba-gpt-3B_v4.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q5_0-gguf-mamba-gpt-3B_v4.gguf - url: github:go-skynet/model-gallery/base.yaml name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q5_1-ggml-mamba-gpt-3b_v4.bin license: apache-2.0 @@ -2799,6 +3138,23 @@ - filename: q5_1-ggml-mamba-gpt-3B_v4.bin sha256: "" uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q5_1-ggml-mamba-gpt-3B_v4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__mamba-gpt-3b-v4-ggml-and-gguf__q5_1-gguf-mamba-gpt-3b_v4.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf + tags: + - text-generation + - en + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_1-gguf-mamba-gpt-3B_v4.gguf + files: + - filename: q5_1-gguf-mamba-gpt-3B_v4.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/Mamba-gpt-3B-v4-ggml-and-gguf/resolve/main/q5_1-gguf-mamba-gpt-3B_v4.gguf - url: github:go-skynet/model-gallery/base.yaml name: aryanne__omegllama-3b-ggml-and-gguf__omegllama-3b-ggml-q4_0.bin license: apache-2.0 @@ -2817,6 +3173,24 @@ - filename: OmegLLaMA-3B-ggml-q4_0.bin sha256: "" uri: https://huggingface.co/Aryanne/OmegLLaMA-3B-ggml-and-gguf/resolve/main/OmegLLaMA-3B-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: aryanne__omegllama-3b-ggml-and-gguf__omegllama-3b-ggufv2-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Aryanne/OmegLLaMA-3B-ggml-and-gguf + tags: + - text-generation + - en + - dataset:anon8231489123/Omegle_logs_dataset + - license:apache-2.0 + - region:us + overrides: + parameters: + model: OmegLLaMA-3B-ggufv2-q4_0.gguf + files: + - filename: OmegLLaMA-3B-ggufv2-q4_0.gguf + sha256: "" + uri: https://huggingface.co/Aryanne/OmegLLaMA-3B-ggml-and-gguf/resolve/main/OmegLLaMA-3B-ggufv2-q4_0.gguf - url: github:go-skynet/model-gallery/vicuna.yaml name: asadz31__vicuna-7b-1.1.ggmlv3.q4_0.bin__vicuna-7b-1.1.ggmlv3.q4_0.bin license: apache-2.0 @@ -6318,6 +6692,300 @@ - filename: Taiwan-LLaMa-13b-1.0.ggmlv3.q8_0.bin sha256: "" uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGML/resolve/main/Taiwan-LLaMa-13b-1.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q2_K.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q3_K_L.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q3_K_M.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q3_K_S.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q4_0.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q4_1.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q4_1.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q4_K_M.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q4_K_S.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q5_0.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q5_1.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q5_1.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q5_K_M.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q5_K_S.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q6_K.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: audreyt__taiwan-llama-v1.0-gguf__taiwan-llama-13b-1.0.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF + tags: + - text-generation + - zh + - dataset:yentinglin/zh_TW_c4 + - dataset:yentinglin/traditional_chinese_instructions + - arxiv:2305.13711 + - arxiv:2104.09864 + - license:llama2 + - region:us + overrides: + parameters: + model: Taiwan-LLaMa-13b-1.0.Q8_0.gguf + files: + - filename: Taiwan-LLaMa-13b-1.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/audreyt/Taiwan-LLaMa-v1.0-GGUF/resolve/main/Taiwan-LLaMa-13b-1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: ausboss__llama-30b-superhotcot.ggmlv3.q4_0__llama-30b-superhotcot.ggmlv3.q4_0.bin urls: @@ -7072,6 +7740,25 @@ - filename: evolcodellama-7b.gguf.q4_k_m.bin sha256: "" uri: https://huggingface.co/Buck3tHead/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: budecosystem__genz-13b-v2-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/budecosystem/genz-13b-v2-ggml + tags: + - transformers + - llama + - text-generation + - en + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/budecosystem/genz-13b-v2-ggml/resolve/main/ggml-model-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml name: buptczq__ggml-chinese-13b-4bit__ggml-chinese_13b-4bit.bin urls: @@ -7440,6 +8127,81 @@ - filename: ggml-model-q40.bin sha256: "" uri: https://huggingface.co/cczhong/chinese-alpaca-plus-lora-7b-merged-ggml-4b/resolve/main/ggml-model-q40.bin +- url: github:go-skynet/model-gallery/base.yaml + name: chars__chatglm3-ggml__chatglm-ggml_q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Chars/chatglm3-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm-ggml_q4_0.bin + files: + - filename: chatglm-ggml_q4_0.bin + sha256: "" + uri: https://huggingface.co/Chars/chatglm3-ggml/resolve/main/chatglm-ggml_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: chars__chatglm3-ggml__chatglm-ggml_q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/Chars/chatglm3-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm-ggml_q4_1.bin + files: + - filename: chatglm-ggml_q4_1.bin + sha256: "" + uri: https://huggingface.co/Chars/chatglm3-ggml/resolve/main/chatglm-ggml_q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: chars__chatglm3-ggml__chatglm-ggml_q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Chars/chatglm3-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm-ggml_q5_0.bin + files: + - filename: chatglm-ggml_q5_0.bin + sha256: "" + uri: https://huggingface.co/Chars/chatglm3-ggml/resolve/main/chatglm-ggml_q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: chars__chatglm3-ggml__chatglm-ggml_q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/Chars/chatglm3-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm-ggml_q5_1.bin + files: + - filename: chatglm-ggml_q5_1.bin + sha256: "" + uri: https://huggingface.co/Chars/chatglm3-ggml/resolve/main/chatglm-ggml_q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: chars__chatglm3-ggml__chatglm-ggml_q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Chars/chatglm3-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm-ggml_q8_0.bin + files: + - filename: chatglm-ggml_q8_0.bin + sha256: "" + uri: https://huggingface.co/Chars/chatglm3-ggml/resolve/main/chatglm-ggml_q8_0.bin - url: github:go-skynet/model-gallery/base.yaml name: chatgpt-openai__ggml-model-whisper__ggml-base.en.bin urls: @@ -12262,6 +13024,66 @@ - filename: Barcenas-7b.ggmlv3.Q5_K_S.bin sha256: "" uri: https://huggingface.co/Danielbrdz/Barcenas-7b-GGML/resolve/main/Barcenas-7b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__barcenas-7b-gguf__barcenas-7b-f16.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Barcenas-7b-f16.gguf + files: + - filename: Barcenas-7b-f16.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF/resolve/main/Barcenas-7b-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__barcenas-7b-gguf__barcenas-7b-f32.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Barcenas-7b-f32.gguf + files: + - filename: Barcenas-7b-f32.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF/resolve/main/Barcenas-7b-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__barcenas-7b-gguf__barcenas-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Barcenas-7b.Q5_K_S.gguf + files: + - filename: Barcenas-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/Barcenas-7b-GGUF/resolve/main/Barcenas-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__codebarcenas-7b-gguf__codebarcenas-7b-f16.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: CodeBarcenas-7b-f16.gguf + files: + - filename: CodeBarcenas-7b-f16.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF/resolve/main/CodeBarcenas-7b-f16.gguf - url: github:go-skynet/model-gallery/base.yaml name: danielbrdz__codebarcenas-7b-gguf__codebarcenas-7b.gguf.q5_k_m.bin license: llama2 @@ -12277,6 +13099,36 @@ - filename: codebarcenas-7b.gguf.q5_k_m.bin sha256: "" uri: https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF/resolve/main/codebarcenas-7b.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__codebarcenas-7b-gguf__codebarcenas-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: CodeBarcenas-7b.Q4_K_M.gguf + files: + - filename: CodeBarcenas-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF/resolve/main/CodeBarcenas-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: danielbrdz__codebarcenas-7b-gguf__codebarcenas-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: CodeBarcenas-7b.Q5_K_M.gguf + files: + - filename: CodeBarcenas-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Danielbrdz/CodeBarcenas-7b-GGUF/resolve/main/CodeBarcenas-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: danielus__ggml-whisper-models__ggml-base-fp16.bin license: mit @@ -13666,6 +14518,771 @@ - filename: ggml-model-q8_0.bin sha256: "" uri: https://huggingface.co/davidkim205/komt-Llama-2-7b-chat-hf-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q2_k.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q2_k.gguf + files: + - filename: ggml-model-q2_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q2_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q3_k.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q3_k.gguf + files: + - filename: ggml-model-q3_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q3_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q3_k_l.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q3_k_l.gguf + files: + - filename: ggml-model-q3_k_l.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q3_k_l.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q3_k_m.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q3_k_m.gguf + files: + - filename: ggml-model-q3_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q3_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q4_0.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.gguf + files: + - filename: ggml-model-q4_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q4_1.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.gguf + files: + - filename: ggml-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q4_k.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q4_k.gguf + files: + - filename: ggml-model-q4_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q4_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q4_k_m.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q4_k_m.gguf + files: + - filename: ggml-model-q4_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q4_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q4_k_s.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q4_k_s.gguf + files: + - filename: ggml-model-q4_k_s.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q4_k_s.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q5_0.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q5_0.gguf + files: + - filename: ggml-model-q5_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q5_1.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q5_1.gguf + files: + - filename: ggml-model-q5_1.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q5_k.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q5_k.gguf + files: + - filename: ggml-model-q5_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q5_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q5_k_m.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q5_k_m.gguf + files: + - filename: ggml-model-q5_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q5_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q5_k_s.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q5_k_s.gguf + files: + - filename: ggml-model-q5_k_s.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q5_k_s.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-13b-v1-ggml__ggml-model-q8_0.gguf + urls: + - https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml + tags: + - peft + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - region:us + overrides: + parameters: + model: ggml-model-q8_0.gguf + files: + - filename: ggml-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-13b-v1-ggml/resolve/main/ggml-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q2_k.gguf + files: + - filename: ggml-model-q2_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q2_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q3_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q3_k.gguf + files: + - filename: ggml-model-q3_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q3_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q3_k_l.gguf + files: + - filename: ggml-model-q3_k_l.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q3_k_l.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q3_k_m.gguf + files: + - filename: ggml-model-q3_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q3_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.gguf + files: + - filename: ggml-model-q4_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.gguf + files: + - filename: ggml-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q4_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_k.gguf + files: + - filename: ggml-model-q4_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q4_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_k_m.gguf + files: + - filename: ggml-model-q4_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q4_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_k_s.gguf + files: + - filename: ggml-model-q4_k_s.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q4_k_s.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_0.gguf + files: + - filename: ggml-model-q5_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_1.gguf + files: + - filename: ggml-model-q5_1.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q5_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_k.gguf + files: + - filename: ggml-model-q5_k.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q5_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_k_m.gguf + files: + - filename: ggml-model-q5_k_m.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q5_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_k_s.gguf + files: + - filename: ggml-model-q5_k_s.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q5_k_s.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: davidkim205__komt-llama2-7b-v1-ggml__ggml-model-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - llama-2-chat + - text-generation + - en + - ko + - arxiv:2308.06502 + - arxiv:2308.06259 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q8_0.gguf + files: + - filename: ggml-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/davidkim205/komt-llama2-7b-v1-ggml/resolve/main/ggml-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: davidsharma__thebloke_llama-2-7b-fp16_q3f16_1__params_shard_0.bin urls: @@ -14176,6 +15793,23 @@ - filename: llama-2-13b-chat.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/deepsbn/llama-2-13b-chat-ggml/resolve/main/llama-2-13b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: devilteo911__openorca-platypus2-13b-gguf__openorca-platypus2-13b-q8_0.gguf + license: other + urls: + - https://huggingface.co/devilteo911/OpenOrca-Platypus2-13B-GGUF + tags: + - en + - dataset:garage-bAInd/Open-Platypus + - license:other + - region:us + overrides: + parameters: + model: openorca-platypus2-13b-q8_0.gguf + files: + - filename: openorca-platypus2-13b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/devilteo911/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: devnilou__vigogne_bankassistant-gguf__vigogne_bankassistant.gguf.fp16.bin urls: @@ -14286,6 +15920,19 @@ - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin sha256: "" uri: https://huggingface.co/Devops-hestabit/airboroes-33B-ggml-m2.0/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: dhairya0907__meta-llama-2-7b-chat-hf-gguf-v1__llama 2 7b chat (gguf q2_k).gguf + urls: + - https://huggingface.co/dhairya0907/meta-llama-2-7b-chat-hf-gguf-v1 + tags: + - region:us + overrides: + parameters: + model: Llama 2 7b chat (GGUF Q2_K).gguf + files: + - filename: Llama 2 7b chat (GGUF Q2_K).gguf + sha256: "" + uri: https://huggingface.co/dhairya0907/meta-llama-2-7b-chat-hf-gguf-v1/resolve/main/Llama 2 7b chat (GGUF Q2_K).gguf - url: github:go-skynet/model-gallery/base.yaml name: dhairya0907__mosaicml-mpt-7b-8k-chat-ggml-v1__mpt 7b 8k chat (ggml q4_0).bin urls: @@ -16536,6 +18183,57 @@ - filename: MindFlay-22B-ggml-q8_0.bin sha256: "" uri: https://huggingface.co/Envoid/MindFlay-22B-ggml/resolve/main/MindFlay-22B-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: evilfreelancer__rugpt-3.5-13b-ggml-chitchat-yakovlev__rugpt-3.5-13b-ggml-chitchat-yakovlev-q4_0.bin + urls: + - https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev + tags: + - transformers + - gpt2 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q4_0.bin + files: + - filename: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q4_0.bin + sha256: "" + uri: https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev/resolve/main/ruGPT-3.5-13B-ggml-chitchat-yakovlev-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: evilfreelancer__rugpt-3.5-13b-ggml-chitchat-yakovlev__rugpt-3.5-13b-ggml-chitchat-yakovlev-q5_0.bin + urls: + - https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev + tags: + - transformers + - gpt2 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q5_0.bin + files: + - filename: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q5_0.bin + sha256: "" + uri: https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev/resolve/main/ruGPT-3.5-13B-ggml-chitchat-yakovlev-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: evilfreelancer__rugpt-3.5-13b-ggml-chitchat-yakovlev__rugpt-3.5-13b-ggml-chitchat-yakovlev-q8_0.bin + urls: + - https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev + tags: + - transformers + - gpt2 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q8_0.bin + files: + - filename: ruGPT-3.5-13B-ggml-chitchat-yakovlev-q8_0.bin + sha256: "" + uri: https://huggingface.co/evilfreelancer/ruGPT-3.5-13B-ggml-chitchat-yakovlev/resolve/main/ruGPT-3.5-13B-ggml-chitchat-yakovlev-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml name: evilfreelancer__rugpt-3.5-13b-ggml__rugpt-3.5-13b-lora-q4_0.bin license: mit @@ -16761,6 +18459,45 @@ - filename: ggml-model-q8_0.bin sha256: "" uri: https://huggingface.co/execveat/wizardLM-13b-ggml-4bit/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: famepram__llama-2-7b-chat-jkt48-finetuned-ggml__llama-2-7b-chat-jkt48-finetuned.gguf.fp16.bin + urls: + - https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-jkt48-finetuned.gguf.fp16.bin + files: + - filename: llama-2-7b-chat-jkt48-finetuned.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML/resolve/main/llama-2-7b-chat-jkt48-finetuned.gguf.fp16.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: famepram__llama-2-7b-chat-jkt48-finetuned-ggml__llama-2-7b-chat-jkt48-finetuned.gguf.q4_k_m.bin + urls: + - https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-jkt48-finetuned.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-chat-jkt48-finetuned.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML/resolve/main/llama-2-7b-chat-jkt48-finetuned.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: famepram__llama-2-7b-chat-jkt48-finetuned-ggml__llama-2-7b-chat-jkt48-finetuned.gguf.q5_k_m.bin + urls: + - https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-jkt48-finetuned.gguf.q5_k_m.bin + files: + - filename: llama-2-7b-chat-jkt48-finetuned.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/famepram/Llama-2-7b-chat-jkt48-finetuned-GGML/resolve/main/llama-2-7b-chat-jkt48-finetuned.gguf.q5_k_m.bin - url: github:go-skynet/model-gallery/base.yaml name: finnish-nlp__finnish-finetuned-whisper-models-ggml-format__ggml-model-fi-large.bin license: apache-2.0 @@ -17222,6 +18959,19 @@ - filename: orca_mini_Q4_K_M.bin sha256: "" uri: https://huggingface.co/frinedl/orca_mini-ggml-models/resolve/main/orca_mini_Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: fusi0n__based-7b-gguf__based-7b.q5_k_m.gguf + urls: + - https://huggingface.co/fusi0n/Based-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: based-7b.q5_K_M.gguf + files: + - filename: based-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/fusi0n/Based-7b-GGUF/resolve/main/based-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: gabluz__ggml-whisper-large-quantized__ggml-large-v2-q5_1.bin urls: @@ -17321,6 +19071,94 @@ - filename: pygmalion_13b_q2_k.bin sha256: "" uri: https://huggingface.co/gabluz/pygmalion_13b_q2_k_ggml/resolve/main/pygmalion_13b_q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: garcianacho__medllama-2-7b-gguf__medllama-2-7b.q4_k_s.gguf + urls: + - https://huggingface.co/garcianacho/MedLlama-2-7B-GGUF + tags: + - transformers + - medical + - en + - dataset:medalpaca/medical_meadow_medqa + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLlama-2-7B.q4_K_S.gguf + files: + - filename: MedLlama-2-7B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/MedLlama-2-7B-GGUF/resolve/main/MedLlama-2-7B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: garcianacho__medllama-2-7b-gguf__medllama-2-7b.q5_k_m.gguf + urls: + - https://huggingface.co/garcianacho/MedLlama-2-7B-GGUF + tags: + - transformers + - medical + - en + - dataset:medalpaca/medical_meadow_medqa + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLlama-2-7B.q5_K_M.gguf + files: + - filename: MedLlama-2-7B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/MedLlama-2-7B-GGUF/resolve/main/MedLlama-2-7B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: garcianacho__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q4_k_s.gguf + urls: + - https://huggingface.co/garcianacho/OpenOrca-Platypus2-13B-GGUF + tags: + - region:us + overrides: + parameters: + model: OpenOrca-Platypus2-13B.q4_K_S.gguf + files: + - filename: OpenOrca-Platypus2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/OpenOrca-Platypus2-13B-GGUF/resolve/main/OpenOrca-Platypus2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: garcianacho__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q5_k_m.gguf + urls: + - https://huggingface.co/garcianacho/OpenOrca-Platypus2-13B-GGUF + tags: + - region:us + overrides: + parameters: + model: OpenOrca-Platypus2-13B.q5_K_M.gguf + files: + - filename: OpenOrca-Platypus2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/OpenOrca-Platypus2-13B-GGUF/resolve/main/OpenOrca-Platypus2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: garcianacho__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q4_k_s.gguf + urls: + - https://huggingface.co/garcianacho/WizardLM-1.0-Uncensored-Llama2-13b-GGUF + tags: + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.q4_K_S.gguf + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/WizardLM-1.0-Uncensored-Llama2-13b-GGUF/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: garcianacho__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q5_k_m.gguf + urls: + - https://huggingface.co/garcianacho/WizardLM-1.0-Uncensored-Llama2-13b-GGUF + tags: + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.q5_K_M.gguf + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/garcianacho/WizardLM-1.0-Uncensored-Llama2-13b-GGUF/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: garlen__llama2-chinese-13b-chat-ggml__model.ggmlv3.q8_0.bin license: apache-2.0 @@ -19053,6 +20891,22 @@ - filename: mythoboros-13b.ggmlv3.q5_0.bin sha256: "" uri: https://huggingface.co/Gryphe/Various-GGML-Quants/resolve/main/mythoboros-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: gryphe__various-ggml-quants__mythomist-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/Gryphe/Various-GGML-Quants + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: mythomist-7b.q4_K_M.gguf + files: + - filename: mythomist-7b.q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/Gryphe/Various-GGML-Quants/resolve/main/mythomist-7b.q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: gryphe__various-ggml-quants__mythomix-l2-13b.ggmlv3.q5_k_m.bin license: other @@ -19482,6 +21336,32 @@ - filename: ggml-model-quant.bin sha256: "" uri: https://huggingface.co/Guglielmo/CodeGen-6B-mono-ggml-quant/resolve/main/ggml-model-quant.bin +- url: github:go-skynet/model-gallery/base.yaml + name: guinmoon__cerebras-1.3b-ggml__cerebras-1.3b-f16.bin + urls: + - https://huggingface.co/guinmoon/Cerebras-1.3B-ggml + tags: + - region:us + overrides: + parameters: + model: Cerebras-1.3B-f16.bin + files: + - filename: Cerebras-1.3B-f16.bin + sha256: "" + uri: https://huggingface.co/guinmoon/Cerebras-1.3B-ggml/resolve/main/Cerebras-1.3B-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: guinmoon__cerebras-1.3b-ggml__cerebras-1.3b-ggjtv3-q5_1.bin + urls: + - https://huggingface.co/guinmoon/Cerebras-1.3B-ggml + tags: + - region:us + overrides: + parameters: + model: Cerebras-1.3B-ggjtv3-q5_1.bin + files: + - filename: Cerebras-1.3B-ggjtv3-q5_1.bin + sha256: "" + uri: https://huggingface.co/guinmoon/Cerebras-1.3B-ggml/resolve/main/Cerebras-1.3B-ggjtv3-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml name: guinmoon__cerebras-6.7b-ggml__cerebras 6.7b-ggmlv3-q4_1.bin urls: @@ -19521,6 +21401,19 @@ - filename: magicprompt-stable-diffusion-q5_1.bin sha256: "" uri: https://huggingface.co/guinmoon/MagicPrompt-Stable-Diffusion-ggml/resolve/main/magicprompt-stable-diffusion-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: guinmoon__magicprompt-stable-diffusion-ggml__magicprompt-stable-diffusion-q8_0.bin + urls: + - https://huggingface.co/guinmoon/MagicPrompt-Stable-Diffusion-ggml + tags: + - region:us + overrides: + parameters: + model: magicprompt-stable-diffusion-q8_0.bin + files: + - filename: magicprompt-stable-diffusion-q8_0.bin + sha256: "" + uri: https://huggingface.co/guinmoon/MagicPrompt-Stable-Diffusion-ggml/resolve/main/magicprompt-stable-diffusion-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml name: guinmoon__open_llama_3b_v2_ggml__open_llama_3b_v2_ggjtv3_q4_1.bin urls: @@ -19667,6 +21560,19 @@ - filename: wizardlm-13b-v1.2.gguf.q8_0.bin sha256: "" uri: https://huggingface.co/HardenedVault/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.gguf.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: hbacard__nous-hermes-llama2-13b-gguf__nous-hermes-llama2-13b-q8_0.gguf + urls: + - https://huggingface.co/hbacard/Nous-Hermes-Llama2-13b-GGUF + tags: + - region:us + overrides: + parameters: + model: Nous-Hermes-Llama2-13b-q8_0.gguf + files: + - filename: Nous-Hermes-Llama2-13b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/hbacard/Nous-Hermes-Llama2-13b-GGUF/resolve/main/Nous-Hermes-Llama2-13b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: hdiffusion__metharme13b-ggmlv3-q4_0__meth-ggmlv3-q4_0.bin urls: @@ -20462,6 +22368,318 @@ - filename: mGPT-13B-GGML-q4_0.bin sha256: "" uri: https://huggingface.co/Iir/mGPT-13B-GGML-notmine/resolve/main/mGPT-13B-GGML-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ikaridev__athena-tmp-gguf__athena.q4_k_s.gguf + urls: + - https://huggingface.co/IkariDev/Athena-tmp-GGUF + tags: + - region:us + overrides: + parameters: + model: Athena.q4_K_S.gguf + files: + - filename: Athena.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/IkariDev/Athena-tmp-GGUF/resolve/main/Athena.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ikaridev__athena-tmp-gguf__athena.q5_k_m.gguf + urls: + - https://huggingface.co/IkariDev/Athena-tmp-GGUF + tags: + - region:us + overrides: + parameters: + model: Athena.q5_K_M.gguf + files: + - filename: Athena.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/IkariDev/Athena-tmp-GGUF/resolve/main/Athena.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_13b_gguf__model-q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_13b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q2_K.gguf + files: + - filename: model-q2_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_13b_gguf/resolve/main/model-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_13b_gguf__model-q3_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_13b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q3_K.gguf + files: + - filename: model-q3_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_13b_gguf/resolve/main/model-q3_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_13b_gguf__model-q4_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_13b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q4_K.gguf + files: + - filename: model-q4_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_13b_gguf/resolve/main/model-q4_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_13b_gguf__model-q5_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_13b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q5_K.gguf + files: + - filename: model-q5_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_13b_gguf/resolve/main/model-q5_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_13b_gguf__model-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_13b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q8_0.gguf + files: + - filename: model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_13b_gguf/resolve/main/model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_70b_gguf__ggml-model-q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_70b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/gpt_roleplay_realm + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: ggml-model-q2_K.gguf + files: + - filename: ggml-model-q2_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_70b_gguf/resolve/main/ggml-model-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_70b_gguf__ggml-model-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_70b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/gpt_roleplay_realm + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: ggml-model-q4_1.gguf + files: + - filename: ggml-model-q4_1.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_70b_gguf/resolve/main/ggml-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_7b_gguf__model-q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_7b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q2_K.gguf + files: + - filename: model-q2_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_7b_gguf__model-q3_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_7b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q3_K.gguf + files: + - filename: model-q3_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q3_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_7b_gguf__model-q4_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_7b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q4_K.gguf + files: + - filename: model-q4_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q4_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_7b_gguf__model-q5_k.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_7b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q5_K.gguf + files: + - filename: model-q5_K.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q5_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ilyagusev__saiga2_7b_gguf__model-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/IlyaGusev/saiga2_7b_gguf + tags: + - conversational + - ru + - dataset:IlyaGusev/ru_turbo_alpaca + - dataset:IlyaGusev/ru_turbo_saiga + - dataset:IlyaGusev/ru_sharegpt_cleaned + - dataset:IlyaGusev/oasst1_ru_main_branch + - dataset:IlyaGusev/ru_turbo_alpaca_evol_instruct + - dataset:lksy/ru_instruct_gpt4 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: model-q8_0.gguf + files: + - filename: model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/IlyaGusev/saiga2_7b_gguf/resolve/main/model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: ilyagusev__saiga_13b_ggml__ggml-model-q4_1.bin urls: @@ -20836,6 +23054,30 @@ - filename: ggml-model-q4_0.bin sha256: "" uri: https://huggingface.co/Jamacio/ggml-model-q4_0/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: jankovicsandras__llama-2-13b-chat-norwegian-q5_k_m-gguf__rlm2_q5km.gguf + license: other + urls: + - https://huggingface.co/jankovicsandras/Llama-2-13b-chat-norwegian-Q5_K_M-GGUF + tags: + - "no" + - nb + - nn + - norsk + - norwegian + - llama2 + - gguf + - q5_k_m + - en + - license:other + - region:us + overrides: + parameters: + model: rlm2_q5km.gguf + files: + - filename: rlm2_q5km.gguf + sha256: "" + uri: https://huggingface.co/jankovicsandras/Llama-2-13b-chat-norwegian-Q5_K_M-GGUF/resolve/main/rlm2_q5km.gguf - url: github:go-skynet/model-gallery/openllama_3b.yaml name: jkeisling__laura-openllama13b-600bt-ggml__laura-openllama13b-600bt-fp16.bin license: apache-2.0 @@ -20923,6 +23165,26 @@ - filename: Stable-Beluga-2.ggmlv3.Q5_K_M.bin sha256: "" uri: https://huggingface.co/jmstanley/stabilityai-StableBeluga2-GGML/resolve/main/Stable-Beluga-2.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: jodiambra__llama-2-7b-finetuned-python-qa_tokenizer-ggml__llama-2-7b-finetuned-python-qa_tokenizer.gguf.fp16.bin + license: llama2 + urls: + - https://huggingface.co/jodiambra/llama-2-7b-finetuned-python-qa_tokenizer-GGML + tags: + - transformers + - llama + - text2text-generation + - license:llama2 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned-python-qa_tokenizer.gguf.fp16.bin + files: + - filename: llama-2-7b-finetuned-python-qa_tokenizer.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/jodiambra/llama-2-7b-finetuned-python-qa_tokenizer-GGML/resolve/main/llama-2-7b-finetuned-python-qa_tokenizer.gguf.fp16.bin - url: github:go-skynet/model-gallery/base.yaml name: josephcodes__evolcodellama-7b-gguf__evolcodellama-7b.gguf.fp16.bin urls: @@ -21041,6 +23303,46 @@ - filename: vicuna-13b-v1.3-ger.ggmlv3.q5_1.bin sha256: "" uri: https://huggingface.co/jphme/vicuna-13b-v1.3-ger-GGML/resolve/main/vicuna-13b-v1.3-ger.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: juanjgit__orca_mini_3b-gguf__orca-mini-3b.q4_0.gguf + license: mit + urls: + - https://huggingface.co/juanjgit/orca_mini_3B-GGUF + tags: + - license:mit + - region:us + overrides: + parameters: + model: orca-mini-3b.q4_0.gguf + files: + - filename: orca-mini-3b.q4_0.gguf + sha256: "" + uri: https://huggingface.co/juanjgit/orca_mini_3B-GGUF/resolve/main/orca-mini-3b.q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: kajdun__iubaris-13b-v3_ggml__iubaris-13b-v3_ggml_q4_k_m.gguf + license: other + urls: + - https://huggingface.co/kajdun/iubaris-13b-v3_GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - license:other + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: iubaris-13b-v3_ggml_Q4_K_M.gguf + files: + - filename: iubaris-13b-v3_ggml_Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/kajdun/iubaris-13b-v3_GGML/resolve/main/iubaris-13b-v3_ggml_Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: kajdun__viwaai-13b_v4-ggml__ggml-model-q5_k_m.bin urls: @@ -21096,6 +23398,71 @@ - filename: viwaai-30b_v4.ggml.q5_K_M.bin sha256: aa6cea99bcdef560b251c1e0dcd578194cf5d43c2b85e0debfa52a2d702c4d63 uri: https://huggingface.co/kajdun/viwaai-30b_v4-GGML/resolve/main/viwaai-30b_v4.ggml.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: karakarawitch__mythakicotlion-v2-ggml__mythakicotlion-v2-q4_0.gguf + urls: + - https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml + tags: + - region:us + overrides: + parameters: + model: MythaKiCOTlion-v2-Q4_0.gguf + files: + - filename: MythaKiCOTlion-v2-Q4_0.gguf + sha256: "" + uri: https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml/resolve/main/MythaKiCOTlion-v2-Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: karakarawitch__mythakicotlion-v2-ggml__mythakicotlion-v2-q4_1.gguf + urls: + - https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml + tags: + - region:us + overrides: + parameters: + model: MythaKiCOTlion-v2-Q4_1.gguf + files: + - filename: MythaKiCOTlion-v2-Q4_1.gguf + sha256: "" + uri: https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml/resolve/main/MythaKiCOTlion-v2-Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: karakarawitch__mythakicotlion-v2-ggml__mythakicotlion-v2-q5_0.gguf + urls: + - https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml + tags: + - region:us + overrides: + parameters: + model: MythaKiCOTlion-v2-Q5_0.gguf + files: + - filename: MythaKiCOTlion-v2-Q5_0.gguf + sha256: "" + uri: https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml/resolve/main/MythaKiCOTlion-v2-Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: karakarawitch__mythakicotlion-v2-ggml__mythakicotlion-v2-q5_1.gguf + urls: + - https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml + tags: + - region:us + overrides: + parameters: + model: MythaKiCOTlion-v2-Q5_1.gguf + files: + - filename: MythaKiCOTlion-v2-Q5_1.gguf + sha256: "" + uri: https://huggingface.co/KaraKaraWitch/MythaKiCOTlion-v2-ggml/resolve/main/MythaKiCOTlion-v2-Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: karakarawitch__pygkicotlion-ggml__pygmalion-2-13b-supercotkimiko.q5_k_m.gguf + urls: + - https://huggingface.co/KaraKaraWitch/PygKiCOTlion-ggml + tags: + - region:us + overrides: + parameters: + model: Pygmalion-2-13B-SuperCOTKimiko.Q5_K_M.gguf + files: + - filename: Pygmalion-2-13B-SuperCOTKimiko.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/KaraKaraWitch/PygKiCOTlion-ggml/resolve/main/Pygmalion-2-13B-SuperCOTKimiko.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: keldenl__dante_1.3b3-ggml__ggml-model-q5_1.bin license: cc-by-nc-4.0 @@ -21540,6 +23907,181 @@ - filename: medalpaca-13b-ggml-model-q5_1.bin sha256: "" uri: https://huggingface.co/khushman/medalpaca-13b-GGML-4bit/resolve/main/medalpaca-13b-ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: kimata__vizuosense_ggml_q2__vizuosense_ggml.q2_k.gguf + urls: + - https://huggingface.co/Kimata/vizuosense_ggml_q2 + tags: + - transformers + - pytorch + - llama + - text-generation + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: vizuosense_ggml.Q2_K.gguf + files: + - filename: vizuosense_ggml.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/Kimata/vizuosense_ggml_q2/resolve/main/vizuosense_ggml.Q2_K.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: klosax__openllama-3b-v2-gguf__openllama-3b-v2-f16.gguf + urls: + - https://huggingface.co/klosax/openllama-3b-v2-gguf + tags: + - region:us + overrides: + parameters: + model: openllama-3b-v2-f16.gguf + files: + - filename: openllama-3b-v2-f16.gguf + sha256: "" + uri: https://huggingface.co/klosax/openllama-3b-v2-gguf/resolve/main/openllama-3b-v2-f16.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: klosax__openllama-3b-v2-gguf__openllama-3b-v2-q4_0.gguf + urls: + - https://huggingface.co/klosax/openllama-3b-v2-gguf + tags: + - region:us + overrides: + parameters: + model: openllama-3b-v2-q4_0.gguf + files: + - filename: openllama-3b-v2-q4_0.gguf + sha256: "" + uri: https://huggingface.co/klosax/openllama-3b-v2-gguf/resolve/main/openllama-3b-v2-q4_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: klosax__openllama-3b-v2-gguf__openllama-3b-v2-q5_0.gguf + urls: + - https://huggingface.co/klosax/openllama-3b-v2-gguf + tags: + - region:us + overrides: + parameters: + model: openllama-3b-v2-q5_0.gguf + files: + - filename: openllama-3b-v2-q5_0.gguf + sha256: "" + uri: https://huggingface.co/klosax/openllama-3b-v2-gguf/resolve/main/openllama-3b-v2-q5_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: klosax__openllama-3b-v2-gguf__openllama-3b-v2-q8_0.gguf + urls: + - https://huggingface.co/klosax/openllama-3b-v2-gguf + tags: + - region:us + overrides: + parameters: + model: openllama-3b-v2-q8_0.gguf + files: + - filename: openllama-3b-v2-q8_0.gguf + sha256: "" + uri: https://huggingface.co/klosax/openllama-3b-v2-gguf/resolve/main/openllama-3b-v2-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__pythia-deduped-gguf__pythia-160m-deduped-f16.gguf + urls: + - https://huggingface.co/klosax/pythia-deduped-gguf + tags: + - region:us + overrides: + parameters: + model: pythia-160m-deduped-f16.gguf + files: + - filename: pythia-160m-deduped-f16.gguf + sha256: "" + uri: https://huggingface.co/klosax/pythia-deduped-gguf/resolve/main/pythia-160m-deduped-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__pythia-deduped-gguf__pythia-1b-deduped-f16.gguf + urls: + - https://huggingface.co/klosax/pythia-deduped-gguf + tags: + - region:us + overrides: + parameters: + model: pythia-1b-deduped-f16.gguf + files: + - filename: pythia-1b-deduped-f16.gguf + sha256: "" + uri: https://huggingface.co/klosax/pythia-deduped-gguf/resolve/main/pythia-1b-deduped-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__pythia-deduped-gguf__pythia-410m--deduped-f16.gguf + urls: + - https://huggingface.co/klosax/pythia-deduped-gguf + tags: + - region:us + overrides: + parameters: + model: pythia-410m--deduped-f16.gguf + files: + - filename: pythia-410m--deduped-f16.gguf + sha256: "" + uri: https://huggingface.co/klosax/pythia-deduped-gguf/resolve/main/pythia-410m--deduped-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__pythia-deduped-gguf__pythia-70m-deduped-f16.gguf + urls: + - https://huggingface.co/klosax/pythia-deduped-gguf + tags: + - region:us + overrides: + parameters: + model: pythia-70m-deduped-f16.gguf + files: + - filename: pythia-70m-deduped-f16.gguf + sha256: "" + uri: https://huggingface.co/klosax/pythia-deduped-gguf/resolve/main/pythia-70m-deduped-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__tinyllamas-stories-gguf__tinyllamas-stories-110m-f32.gguf + urls: + - https://huggingface.co/klosax/tinyllamas-stories-gguf + tags: + - region:us + overrides: + parameters: + model: tinyllamas-stories-110m-f32.gguf + files: + - filename: tinyllamas-stories-110m-f32.gguf + sha256: "" + uri: https://huggingface.co/klosax/tinyllamas-stories-gguf/resolve/main/tinyllamas-stories-110m-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__tinyllamas-stories-gguf__tinyllamas-stories-15m-f32.gguf + urls: + - https://huggingface.co/klosax/tinyllamas-stories-gguf + tags: + - region:us + overrides: + parameters: + model: tinyllamas-stories-15m-f32.gguf + files: + - filename: tinyllamas-stories-15m-f32.gguf + sha256: "" + uri: https://huggingface.co/klosax/tinyllamas-stories-gguf/resolve/main/tinyllamas-stories-15m-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__tinyllamas-stories-gguf__tinyllamas-stories-260k-f32.gguf + urls: + - https://huggingface.co/klosax/tinyllamas-stories-gguf + tags: + - region:us + overrides: + parameters: + model: tinyllamas-stories-260k-f32.gguf + files: + - filename: tinyllamas-stories-260k-f32.gguf + sha256: "" + uri: https://huggingface.co/klosax/tinyllamas-stories-gguf/resolve/main/tinyllamas-stories-260k-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: klosax__tinyllamas-stories-gguf__tinyllamas-stories-42m-f32.gguf + urls: + - https://huggingface.co/klosax/tinyllamas-stories-gguf + tags: + - region:us + overrides: + parameters: + model: tinyllamas-stories-42m-f32.gguf + files: + - filename: tinyllamas-stories-42m-f32.gguf + sha256: "" + uri: https://huggingface.co/klosax/tinyllamas-stories-gguf/resolve/main/tinyllamas-stories-42m-f32.gguf - url: github:go-skynet/model-gallery/base.yaml name: knutjaegersberg__companion_cube_ggml__cc_gguf_q5_k_m.bin license: apache-2.0 @@ -21907,6 +24449,68 @@ - filename: OpenOrca-Platypus2-13b-Q4_0.bin sha256: "" uri: https://huggingface.co/kroonen/OpenOrca-Platypus2-13B-GGML/resolve/main/OpenOrca-Platypus2-13b-Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: kroonen__openorca-platypus2-13b-gguf__openorca-platypus2-13b-q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/kroonen/OpenOrca-Platypus2-13B-GGUF + tags: + - GGUF + - LLAMA + - LLAMA2 + - OpenOrca + - Platypus + - 13b + - 4_K_M + - dataset:Open-Orca/OpenOrca + - license:mit + - region:us + overrides: + parameters: + model: OpenOrca-Platypus2-13B-Q4_K_M.gguf + files: + - filename: OpenOrca-Platypus2-13B-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/kroonen/OpenOrca-Platypus2-13B-GGUF/resolve/main/OpenOrca-Platypus2-13B-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: krzysiex__evolcodellama-7b-ggml__evolcodellama-7b.gguf.fp16.bin + urls: + - https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.fp16.bin + files: + - filename: evolcodellama-7b.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML/resolve/main/evolcodellama-7b.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: krzysiex__evolcodellama-7b-ggml__evolcodellama-7b.gguf.q4_k_m.bin + urls: + - https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.q4_k_m.bin + files: + - filename: evolcodellama-7b.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: krzysiex__evolcodellama-7b-ggml__evolcodellama-7b.gguf.q5_k_m.bin + urls: + - https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.q5_k_m.bin + files: + - filename: evolcodellama-7b.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/krzysiex/EvolCodeLlama-7b-GGML/resolve/main/evolcodellama-7b.gguf.q5_k_m.bin - url: github:go-skynet/model-gallery/base.yaml name: kujirahand__ggml-gpt-neox-japanese-llm__line-jp-3.6b-ggml-f16.bin license: apache-2.0 @@ -25055,6 +27659,426 @@ - filename: f32-RWKV-4-World-CHNtuned-3B-v1-20230625-ctx4096.bin sha256: "" uri: https://huggingface.co/latestissue/rwkv-4-world-ggml/resolve/main/f32-RWKV-4-World-CHNtuned-3B-v1-20230625-ctx4096.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized__q4_0-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: q4_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized/resolve/main/q4_0-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized__q4_1-rwkv-4-7b-world-one-novel-t1ned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_1-RWKV-4-7B-world-one-novel-t1ned-65k.bin + files: + - filename: q4_1-RWKV-4-7B-world-one-novel-t1ned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized/resolve/main/q4_1-RWKV-4-7B-world-one-novel-t1ned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized__q5_0-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: q5_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized/resolve/main/q5_0-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized__q5_1-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_1-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: q5_1-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized/resolve/main/q5_1-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized__q8_0-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q8_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: q8_0-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml-quantized/resolve/main/q8_0-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml__f16-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f16-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: f16-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml/resolve/main/f16-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-novel-tuned-65k-ggml__f32-rwkv-4-7b-world-one-novel-tuned-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f32-RWKV-4-7B-world-one-novel-tuned-65k.bin + files: + - filename: f32-RWKV-4-7B-world-one-novel-tuned-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-novel-tuned-65k-ggml/resolve/main/f32-RWKV-4-7B-world-one-novel-tuned-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_0-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: q4_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_0-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: q4_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: q4_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_1-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: q4_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_1-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: q4_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q4_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q4_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: q4_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q4_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_0-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: q5_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_0-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: q5_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: q5_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_1-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: q5_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_1-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_1-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: q5_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_1-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q5_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q5_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: q5_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q5_1-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q8_0-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q8_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: q8_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q8_0-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q8_0-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q8_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: q8_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q8_0-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized__q8_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: q8_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: q8_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml-quantized/resolve/main/q8_0-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f16-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f16-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: f16-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f16-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f16-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f16-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: f16-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f16-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f16-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f16-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: f16-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f16-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f32-rwkv-world-novel-one-state-ultrachat-cot-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f32-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + files: + - filename: f32-RWKV-world-novel-one-state-ultrachat-cot-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f32-RWKV-world-novel-one-state-ultrachat-cot-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f32-rwkv-world-novel-one-state-ultrachat-cot-tuned-role-play-65k.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f32-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + files: + - filename: f32-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f32-RWKV-world-novel-one-state-ultrachat-cot-tuned-Role-play-65k.bin +- url: github:go-skynet/model-gallery/rwkv-world.yaml + name: latestissue__rwkv-4-world-one-state-ultrachat-cot-65k-ggml__f32-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + license: apache-2.0 + urls: + - https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: f32-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + files: + - filename: f32-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin + sha256: "" + uri: https://huggingface.co/latestissue/rwkv-4-world-one-state-ultrachat-cot-65k-ggml/resolve/main/f32-rwkv-world-one-novel-cot-ultrachat-novel-instructions.bin - url: github:go-skynet/model-gallery/rwkv-world.yaml name: latestissue__rwkv-claude-4-world-7b-65k-ggml-quantized__q4_0-rwkv-claude-4-world-7b-20230805-ctx65k.bin license: apache-2.0 @@ -25634,6 +28658,19 @@ - filename: openllama-3b-qlora-axolotl-ck400.ggml.q4_0.bin sha256: "" uri: https://huggingface.co/lemonteaa/exercise-openllama-3b-qlora-axolotl-checkpoint400-GGML/resolve/main/openllama-3b-qlora-axolotl-ck400.ggml.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: liaaron1__llama-2-7b-bible-ggml-f16-q4_0__llama-2-7b-bible-ggml-f16-q4_0.gguf + urls: + - https://huggingface.co/liaaron1/llama-2-7b-bible-ggml-f16-q4_0 + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-bible-ggml-f16-q4_0.gguf + files: + - filename: llama-2-7b-bible-ggml-f16-q4_0.gguf + sha256: "" + uri: https://huggingface.co/liaaron1/llama-2-7b-bible-ggml-f16-q4_0/resolve/main/llama-2-7b-bible-ggml-f16-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: linksoul__chinese-llama-2-7b-ggml__chinese-llama-2-7b.ggmlv3.q4_0.bin license: apache-2.0 @@ -30744,6 +33781,356 @@ - filename: sam_vit_l_0b3195_ggml.bin sha256: "" uri: https://huggingface.co/loretoparisi/sam_vit_l_0b3195_ggml/resolve/main/sam_vit_l_0b3195_ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__llama-2-7b-langchain-chat-gguf__llama-2-7b-langchain-chat-q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF + tags: + - text-generation + - pt + - en + - es + - ru + - de + - pl + - th + - vi + - sv + - bn + - da + - he + - it + - fa + - sk + - id + - nb + - el + - hu + - eu + - zh + - eo + - ja + - ca + - cs + - bg + - fi + - tr + - ro + - ar + - uk + - ko + - gl + - fr + - nl + - dataset:Photolens/oasst1-langchain-llama-2-formatted + - license:llama2 + - region:us + overrides: + parameters: + model: llama-2-7b-langchain-chat-q4_0.gguf + files: + - filename: llama-2-7b-langchain-chat-q4_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__llama-2-7b-langchain-chat-gguf__llama-2-7b-langchain-chat-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF + tags: + - text-generation + - pt + - en + - es + - ru + - de + - pl + - th + - vi + - sv + - bn + - da + - he + - it + - fa + - sk + - id + - nb + - el + - hu + - eu + - zh + - eo + - ja + - ca + - cs + - bg + - fi + - tr + - ro + - ar + - uk + - ko + - gl + - fr + - nl + - dataset:Photolens/oasst1-langchain-llama-2-formatted + - license:llama2 + - region:us + overrides: + parameters: + model: llama-2-7b-langchain-chat-q4_1.gguf + files: + - filename: llama-2-7b-langchain-chat-q4_1.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__llama-2-7b-langchain-chat-gguf__llama-2-7b-langchain-chat-q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF + tags: + - text-generation + - pt + - en + - es + - ru + - de + - pl + - th + - vi + - sv + - bn + - da + - he + - it + - fa + - sk + - id + - nb + - el + - hu + - eu + - zh + - eo + - ja + - ca + - cs + - bg + - fi + - tr + - ro + - ar + - uk + - ko + - gl + - fr + - nl + - dataset:Photolens/oasst1-langchain-llama-2-formatted + - license:llama2 + - region:us + overrides: + parameters: + model: llama-2-7b-langchain-chat-q5_0.gguf + files: + - filename: llama-2-7b-langchain-chat-q5_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__llama-2-7b-langchain-chat-gguf__llama-2-7b-langchain-chat-q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF + tags: + - text-generation + - pt + - en + - es + - ru + - de + - pl + - th + - vi + - sv + - bn + - da + - he + - it + - fa + - sk + - id + - nb + - el + - hu + - eu + - zh + - eo + - ja + - ca + - cs + - bg + - fi + - tr + - ro + - ar + - uk + - ko + - gl + - fr + - nl + - dataset:Photolens/oasst1-langchain-llama-2-formatted + - license:llama2 + - region:us + overrides: + parameters: + model: llama-2-7b-langchain-chat-q5_1.gguf + files: + - filename: llama-2-7b-langchain-chat-q5_1.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__llama-2-7b-langchain-chat-gguf__llama-2-7b-langchain-chat-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF + tags: + - text-generation + - pt + - en + - es + - ru + - de + - pl + - th + - vi + - sv + - bn + - da + - he + - it + - fa + - sk + - id + - nb + - el + - hu + - eu + - zh + - eo + - ja + - ca + - cs + - bg + - fi + - tr + - ro + - ar + - uk + - ko + - gl + - fr + - nl + - dataset:Photolens/oasst1-langchain-llama-2-formatted + - license:llama2 + - region:us + overrides: + parameters: + model: llama-2-7b-langchain-chat-q8_0.gguf + files: + - filename: llama-2-7b-langchain-chat-q8_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__open-cabrita3b-gguf__opencabrita3b-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/lucianosb/open-cabrita3b-GGUF + tags: + - text-generation + - pt + - arxiv:2308.11878 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: opencabrita3b-q4_0.gguf + files: + - filename: opencabrita3b-q4_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/open-cabrita3b-GGUF/resolve/main/opencabrita3b-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__open-cabrita3b-gguf__opencabrita3b-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/lucianosb/open-cabrita3b-GGUF + tags: + - text-generation + - pt + - arxiv:2308.11878 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: opencabrita3b-q4_1.gguf + files: + - filename: opencabrita3b-q4_1.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/open-cabrita3b-GGUF/resolve/main/opencabrita3b-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__open-cabrita3b-gguf__opencabrita3b-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/lucianosb/open-cabrita3b-GGUF + tags: + - text-generation + - pt + - arxiv:2308.11878 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: opencabrita3b-q5_0.gguf + files: + - filename: opencabrita3b-q5_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/open-cabrita3b-GGUF/resolve/main/opencabrita3b-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__open-cabrita3b-gguf__opencabrita3b-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/lucianosb/open-cabrita3b-GGUF + tags: + - text-generation + - pt + - arxiv:2308.11878 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: opencabrita3b-q5_1.gguf + files: + - filename: opencabrita3b-q5_1.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/open-cabrita3b-GGUF/resolve/main/opencabrita3b-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: lucianosb__open-cabrita3b-gguf__opencabrita3b-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/lucianosb/open-cabrita3b-GGUF + tags: + - text-generation + - pt + - arxiv:2308.11878 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: opencabrita3b-q8_0.gguf + files: + - filename: opencabrita3b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/lucianosb/open-cabrita3b-GGUF/resolve/main/opencabrita3b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: luciya__llama-2-13b-nuv-intent-1-gguf__llama-2-13b-nuv-intent-1.gguf.fp16.bin urls: @@ -31368,6 +34755,222 @@ - filename: llama-2-7b-nuv-repeat-300.gguf.q5_k_m.bin sha256: "" uri: https://huggingface.co/Luciya/llama-2-7b-nuv-repeat-300-GGUF/resolve/main/llama-2-7b-nuv-repeat-300.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-f16.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-f16.gguf + files: + - filename: tsukasa-limarp-7b-f16.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-f32.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-f32.gguf + files: + - filename: tsukasa-limarp-7b-f32.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q2_k.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q2_K.gguf + files: + - filename: tsukasa-limarp-7b-Q2_K.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q3_k_l.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q3_K_L.gguf + files: + - filename: tsukasa-limarp-7b-Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q3_k_m.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q3_K_M.gguf + files: + - filename: tsukasa-limarp-7b-Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q3_k_s.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q3_K_S.gguf + files: + - filename: tsukasa-limarp-7b-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q4_k_m.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q4_K_M.gguf + files: + - filename: tsukasa-limarp-7b-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q4_k_s.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q4_K_S.gguf + files: + - filename: tsukasa-limarp-7b-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q5_k_m.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q5_K_M.gguf + files: + - filename: tsukasa-limarp-7b-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q5_k_s.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q5_K_S.gguf + files: + - filename: tsukasa-limarp-7b-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q6_k.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q6_K.gguf + files: + - filename: tsukasa-limarp-7b-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ludis__tsukasa-limarp-7b-gguf__tsukasa-limarp-7b-q8_0.gguf + urls: + - https://huggingface.co/ludis/tsukasa-limarp-7b-gguf + tags: + - transformers + - llama + - dataset:PygmalionAI/PIPPA + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: tsukasa-limarp-7b-Q8_0.gguf + files: + - filename: tsukasa-limarp-7b-Q8_0.gguf + sha256: "" + uri: https://huggingface.co/ludis/tsukasa-limarp-7b-gguf/resolve/main/tsukasa-limarp-7b-Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: lukasmoeller__replit-code-codeinstruct-v1-3b-ggml__ggml-model-q4-0.bin urls: @@ -31499,6 +35102,636 @@ - filename: ggml-mpt-7b-instruct.bin sha256: "" uri: https://huggingface.co/macoron/ggml-mpt-7b-instruct/resolve/main/ggml-mpt-7b-instruct.bin +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q2_K.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q2_K.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q3_K_L.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q3_K_M.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q3_K_S.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q4_0.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q4_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q4_1.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q4_1.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q4_K_M.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q4_K_S.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q5_0.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q5_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q5_1.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q5_1.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q5_K_M.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q5_K_S.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q6_K.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-40b-instruct-gguf__tiiuae-falcon-40b-instruct-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-40b-instruct-Q8_0.gguf + files: + - filename: tiiuae-falcon-40b-instruct-Q8_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-40b-instruct-gguf/resolve/main/tiiuae-falcon-40b-instruct-Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__ggml-tiiuae-falcon-7b-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tiiuae-falcon-7b-Q4_0.gguf + files: + - filename: ggml-tiiuae-falcon-7b-Q4_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/ggml-tiiuae-falcon-7b-Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__ggml-tiiuae-falcon-7b-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tiiuae-falcon-7b-Q4_1.gguf + files: + - filename: ggml-tiiuae-falcon-7b-Q4_1.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/ggml-tiiuae-falcon-7b-Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__ggml-tiiuae-falcon-7b-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tiiuae-falcon-7b-Q5_0.gguf + files: + - filename: ggml-tiiuae-falcon-7b-Q5_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/ggml-tiiuae-falcon-7b-Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__ggml-tiiuae-falcon-7b-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tiiuae-falcon-7b-Q5_1.gguf + files: + - filename: ggml-tiiuae-falcon-7b-Q5_1.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/ggml-tiiuae-falcon-7b-Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__ggml-tiiuae-falcon-7b-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tiiuae-falcon-7b-Q8_0.gguf + files: + - filename: ggml-tiiuae-falcon-7b-Q8_0.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/ggml-tiiuae-falcon-7b-Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q2_K.gguf + files: + - filename: tiiuae-falcon-7b-Q2_K.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q3_K_L.gguf + files: + - filename: tiiuae-falcon-7b-Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q3_K_M.gguf + files: + - filename: tiiuae-falcon-7b-Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q3_K_S.gguf + files: + - filename: tiiuae-falcon-7b-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q4_K_M.gguf + files: + - filename: tiiuae-falcon-7b-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q4_K_S.gguf + files: + - filename: tiiuae-falcon-7b-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q5_K_M.gguf + files: + - filename: tiiuae-falcon-7b-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q5_K_S.gguf + files: + - filename: tiiuae-falcon-7b-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: maddes8cht__tiiuae-falcon-7b-gguf__tiiuae-falcon-7b-q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf + tags: + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2101.00027 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: tiiuae-falcon-7b-Q6_K.gguf + files: + - filename: tiiuae-falcon-7b-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/maddes8cht/tiiuae-falcon-7b-gguf/resolve/main/tiiuae-falcon-7b-Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml name: mahmoud22__thebloke-llama-7b-chat-gptq__adapter_model.bin urls: @@ -32090,6 +36323,97 @@ - filename: llama-2-7b-chat.ggmlv3.q3_K_S.bin sha256: "" uri: https://huggingface.co/massh3dpotato/Llama-2-7B-chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__ggml-model-f16.gguf + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: ggml-model-f16.gguf + files: + - filename: ggml-model-f16.gguf + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/ggml-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__ggml-model-q4_0-v2.gguf + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0-v2.gguf + files: + - filename: ggml-model-q4_0-v2.gguf + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/ggml-model-q4_0-v2.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__ggml-model-q4_0.gguf + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.gguf + files: + - filename: ggml-model-q4_0.gguf + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/ggml-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__llama-2-7b-sentiment-classifier.gguf.fp16.bin + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-sentiment-classifier.gguf.fp16.bin + files: + - filename: llama-2-7b-sentiment-classifier.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/llama-2-7b-sentiment-classifier.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__llama-2-7b-sentiment-classifier.gguf.q4_k_m.bin + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-sentiment-classifier.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-sentiment-classifier.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/llama-2-7b-sentiment-classifier.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml-backup__llama-2-7b-sentiment-classifier.gguf.q5_k_m.bin + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-sentiment-classifier.gguf.q5_k_m.bin + files: + - filename: llama-2-7b-sentiment-classifier.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML-backup/resolve/main/llama-2-7b-sentiment-classifier.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: matthewchung74__llama-2-7b-sentiment-classifier-ggml__ggml-model-q4_0-v2.gguf + urls: + - https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0-v2.gguf + files: + - filename: ggml-model-q4_0-v2.gguf + sha256: "" + uri: https://huggingface.co/matthewchung74/llama-2-7b-sentiment-classifier-GGML/resolve/main/ggml-model-q4_0-v2.gguf - url: github:go-skynet/model-gallery/base.yaml name: maximeseth__alpaca-native-7b-ggml__ggml-model-q4_0.bin urls: @@ -32744,6 +37068,45 @@ - filename: RWKV-4-PilePlus-430M-20230520-q5_1.bin sha256: 4a631c48fa958b282d9b526d0f3f6ad2ec9f63cfc3ddd35b3aa711f7b14fd13f uri: https://huggingface.co/Merry/ggml-rwkv-4-pileplus/resolve/main/RWKV-4-PilePlus-430M-20230520-q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: michaelveser__vicuna-7b-soc-v1-ggml__vicuna-7b-soc-v1.gguf.fp16.bin + urls: + - https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML + tags: + - region:us + overrides: + parameters: + model: vicuna-7b-soc-v1.gguf.fp16.bin + files: + - filename: vicuna-7b-soc-v1.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML/resolve/main/vicuna-7b-soc-v1.gguf.fp16.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: michaelveser__vicuna-7b-soc-v1-ggml__vicuna-7b-soc-v1.gguf.q4_k_m.bin + urls: + - https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML + tags: + - region:us + overrides: + parameters: + model: vicuna-7b-soc-v1.gguf.q4_k_m.bin + files: + - filename: vicuna-7b-soc-v1.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML/resolve/main/vicuna-7b-soc-v1.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: michaelveser__vicuna-7b-soc-v1-ggml__vicuna-7b-soc-v1.gguf.q5_k_m.bin + urls: + - https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML + tags: + - region:us + overrides: + parameters: + model: vicuna-7b-soc-v1.gguf.q5_k_m.bin + files: + - filename: vicuna-7b-soc-v1.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/MichaelVeser/vicuna-7b-soc-v1-GGML/resolve/main/vicuna-7b-soc-v1.gguf.q5_k_m.bin - url: github:go-skynet/model-gallery/base.yaml name: mike-ravkine__falcoder-7b-ggml__ggml-model-falcoder-7b-sharded-bf16-q5_0.bin urls: @@ -33559,4894 +37922,5209 @@ sha256: "" uri: https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_s.bin - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin + name: mlabonne__evolcodellama-7b-gguf__ggml-model-q4_0.gguf + urls: + - https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.gguf + files: + - filename: ggml-model-q4_0.gguf + sha256: "" + uri: https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF/resolve/main/ggml-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mlabonne__evolcodellama-7b-gguf__ggml-model-q4_k_m.gguf + urls: + - https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_k_m.gguf + files: + - filename: ggml-model-q4_k_m.gguf + sha256: "" + uri: https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF/resolve/main/ggml-model-q4_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mlabonne__evolcodellama-7b-gguf__ggml-model-q5_k_m.gguf + urls: + - https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5_k_m.gguf + files: + - filename: ggml-model-q5_k_m.gguf + sha256: "" + uri: https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF/resolve/main/ggml-model-q5_k_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mlabonne__evolcodellama-7b-gguf__ggml-model-q8_0.gguf + urls: + - https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: ggml-model-q8_0.gguf + files: + - filename: ggml-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/mlabonne/EvolCodeLlama-7b-GGUF/resolve/main/ggml-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-f16.gguf license: openrail urls: - - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j - text-generation - ja - - dataset:cc100 - license:openrail - region:us overrides: parameters: - model: aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-f16.gguf files: - - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-f16.gguf sha256: "" - uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q2_k.gguf license: openrail urls: - - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j - text-generation - ja - - dataset:cc100 - license:openrail - region:us overrides: parameters: - model: aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q2_K.gguf files: - - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q2_K.gguf sha256: "" - uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q3_k_l.gguf license: openrail urls: - - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j - text-generation - ja - - dataset:cc100 - license:openrail - region:us overrides: parameters: - model: aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q3_K_L.gguf files: - - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q3_k_m.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q3_K_M.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q3_k_s.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q3_K_S.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q4_0.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q4_0.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q4_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q4_1.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q4_1.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q4_1.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q4_k_m.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q4_K_M.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q4_k_s.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: - - gpt-2 + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q4_K_S.gguf files: - - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q5_0.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q5_0.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q5_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q5_1.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q5_1.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q5_1.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q5_k_m.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q5_K_M.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q5_k_s.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q5_K_S.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q6_k.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q6_K.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q6_K.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin - license: apache-2.0 + name: mmnga__aibuncho-japanese-novel-gpt-j-6b-gguf__aibuncho-japanese-novel-gpt-j-6b-q8_0.gguf + license: openrail urls: - - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml + - https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf tags: + - gpt-j + - text-generation - ja - - license:apache-2.0 + - license:openrail - region:us overrides: parameters: - model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-q8_0.gguf files: - - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-q8_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/aibuncho-japanese-novel-gpt-j-6b-gguf/resolve/main/aibuncho-japanese-novel-gpt-j-6b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q4_0.bin + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q2_k.gguf license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/open-calm-7b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: open-calm-7b-ggml-q4_0.bin + model: cyberagent-open-calm-1b-q2_K.gguf files: - - filename: open-calm-7b-ggml-q4_0.bin + - filename: cyberagent-open-calm-1b-q2_K.gguf sha256: "" - uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q5_0.bin + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q3_k_l.gguf license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/open-calm-7b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: open-calm-7b-ggml-q5_0.bin + model: cyberagent-open-calm-1b-q3_K_L.gguf files: - - filename: open-calm-7b-ggml-q5_0.bin + - filename: cyberagent-open-calm-1b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q8_0.bin + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q3_k_m.gguf license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/open-calm-7b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: open-calm-7b-ggml-q8_0.bin + model: cyberagent-open-calm-1b-q3_K_M.gguf files: - - filename: open-calm-7b-ggml-q8_0.bin + - filename: cyberagent-open-calm-1b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q3_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin + model: cyberagent-open-calm-1b-q3_K_S.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin + - filename: cyberagent-open-calm-1b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q4_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin + model: cyberagent-open-calm-1b-q4_0.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin + - filename: cyberagent-open-calm-1b-q4_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q4_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin + model: cyberagent-open-calm-1b-q4_K_M.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin + - filename: cyberagent-open-calm-1b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q4_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin + model: cyberagent-open-calm-1b-q4_K_S.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin + - filename: cyberagent-open-calm-1b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q5_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin + model: cyberagent-open-calm-1b-q5_0.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin + - filename: cyberagent-open-calm-1b-q5_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q5_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin + model: cyberagent-open-calm-1b-q5_K_M.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin + - filename: cyberagent-open-calm-1b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q5_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin + model: cyberagent-open-calm-1b-q5_K_S.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin + - filename: cyberagent-open-calm-1b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q6_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin + model: cyberagent-open-calm-1b-q6_K.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin + - filename: cyberagent-open-calm-1b-q6_K.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin - license: mit + name: mmnga__cyberagent-open-calm-1b-gguf__cyberagent-open-calm-1b-q8_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf tags: + - gpt-neox - ja - - en - - license:mit + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin + model: cyberagent-open-calm-1b-q8_0.gguf files: - - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin + - filename: cyberagent-open-calm-1b-q8_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-1b-gguf/resolve/main/cyberagent-open-calm-1b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q4_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q2_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-ggml-q4_0.bin + model: cyberagent-open-calm-3b-q2_K.gguf files: - - filename: weblab-10b-ggml-q4_0.bin + - filename: cyberagent-open-calm-3b-q2_K.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q5_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q3_k_l.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-ggml-q5_0.bin + model: cyberagent-open-calm-3b-q3_K_L.gguf files: - - filename: weblab-10b-ggml-q5_0.bin + - filename: cyberagent-open-calm-3b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q8_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q3_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-ggml-q8_0.bin + model: cyberagent-open-calm-3b-q3_K_M.gguf files: - - filename: weblab-10b-ggml-q8_0.bin + - filename: cyberagent-open-calm-3b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q4_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q3_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-instruction-sft-ggml-q4_0.bin + model: cyberagent-open-calm-3b-q3_K_S.gguf files: - - filename: weblab-10b-instruction-sft-ggml-q4_0.bin + - filename: cyberagent-open-calm-3b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q5_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q4_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-instruction-sft-ggml-q5_0.bin + model: cyberagent-open-calm-3b-q4_0.gguf files: - - filename: weblab-10b-instruction-sft-ggml-q5_0.bin + - filename: cyberagent-open-calm-3b-q4_0.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q8_0.bin - license: cc-by-nc-4.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q4_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: + - gpt-neox - ja - - license:cc-by-nc-4.0 + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: weblab-10b-instruction-sft-ggml-q8_0.bin + model: cyberagent-open-calm-3b-q4_K_M.gguf files: - - filename: weblab-10b-instruction-sft-ggml-q8_0.bin + - filename: cyberagent-open-calm-3b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q8_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: mongolian-basket-weaving__koala-13b-ggml-f16__ggml-model-f16.bin - license: other + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q4_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mongolian-basket-weaving/koala-13b-ggml-f16 + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:other + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: cyberagent-open-calm-3b-q4_K_S.gguf files: - - filename: ggml-model-f16.bin + - filename: cyberagent-open-calm-3b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mongolian-basket-weaving/koala-13b-ggml-f16/resolve/main/ggml-model-f16.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: mongolian-basket-weaving__koala-7b-ggml-f16__ggml-model-f16.bin - license: other + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q5_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mongolian-basket-weaving/koala-7b-ggml-f16 + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:other + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: cyberagent-open-calm-3b-q5_0.gguf files: - - filename: ggml-model-f16.bin + - filename: cyberagent-open-calm-3b-q5_0.gguf sha256: "" - uri: https://huggingface.co/mongolian-basket-weaving/koala-7b-ggml-f16/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mongolian-basket-weaving__koishi-instruct-3b-ggml-f32__ggml-model-f32.bin - license: apache-2.0 + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q5_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mongolian-basket-weaving/koishi-instruct-3b-ggml-f32 + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:apache-2.0 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f32.bin + model: cyberagent-open-calm-3b-q5_K_M.gguf files: - - filename: ggml-model-f32.bin + - filename: cyberagent-open-calm-3b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mongolian-basket-weaving/koishi-instruct-3b-ggml-f32/resolve/main/ggml-model-f32.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: mongolian-basket-weaving__wizardlm-13b-uncensored-ggml-f16__ggml-model-f16.bin - license: other + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q5_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-f16 + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:other + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: cyberagent-open-calm-3b-q5_K_S.gguf files: - - filename: ggml-model-f16.bin + - filename: cyberagent-open-calm-3b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-f16/resolve/main/ggml-model-f16.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: mongolian-basket-weaving__wizardlm-13b-uncensored-ggml-q5_1__ggml-model-q5_1.bin - license: other + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q6_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-q5_1 + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:other + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: cyberagent-open-calm-3b-q6_K.gguf files: - - filename: ggml-model-q5_1.bin + - filename: cyberagent-open-calm-3b-q6_K.gguf sha256: "" - uri: https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-q5_1/resolve/main/ggml-model-q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: morgendigital__h2ogpt-4096-llama2-13b-chat-gguf__h2ogpt-4096-llama2-13b-chat-q8_0.bin - license: llama2 + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-3b-gguf__cyberagent-open-calm-3b-q8_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/morgendigital/h2ogpt-4096-llama2-13b-chat-GGUF + - https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf tags: - - license:llama2 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat-q8_0.bin + model: cyberagent-open-calm-3b-q8_0.gguf files: - - filename: h2ogpt-4096-llama2-13b-chat-q8_0.bin + - filename: cyberagent-open-calm-3b-q8_0.gguf sha256: "" - uri: https://huggingface.co/morgendigital/h2ogpt-4096-llama2-13b-chat-GGUF/resolve/main/h2ogpt-4096-llama2-13b-chat-q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: morgendigital__h2ogpt-4096-llama2-70b-chat-gguf__h2ogpt-4096-llama2-70b-chat-gguf.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/mmnga/cyberagent-open-calm-3b-gguf/resolve/main/cyberagent-open-calm-3b-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q2_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/morgendigital/h2ogpt-4096-llama2-70b-chat-GGUF + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - license:llama2 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin + model: cyberagent-open-calm-7b-q2_K.gguf files: - - filename: h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin + - filename: cyberagent-open-calm-7b-q2_K.gguf sha256: "" - uri: https://huggingface.co/morgendigital/h2ogpt-4096-llama2-70b-chat-GGUF/resolve/main/h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: morgendigital__llama-2-13b-chat-german-gguf__llama-2-13b-chat-german-gguf.q5_k_m.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q3_k_l.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - pytorch - - llama - - llama-2 - - german - - deutsch - - text-generation - - de - - en - - dataset:Christoph911/German-legal-SQuAD - - dataset:philschmid/test_german_squad - - arxiv:2307.09288 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-13b-chat-german-GGUF.q5_K_M.bin + model: cyberagent-open-calm-7b-q3_K_L.gguf files: - - filename: Llama-2-13b-chat-german-GGUF.q5_K_M.bin + - filename: cyberagent-open-calm-7b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF/resolve/main/Llama-2-13b-chat-german-GGUF.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: morgendigital__llama-2-13b-chat-german-gguf__llama-2-13b-chat-german-gguf.q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q3_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - pytorch - - llama - - llama-2 - - german - - deutsch - - text-generation - - de - - en - - dataset:Christoph911/German-legal-SQuAD - - dataset:philschmid/test_german_squad - - arxiv:2307.09288 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-13b-chat-german-GGUF.q8_0.bin + model: cyberagent-open-calm-7b-q3_K_M.gguf files: - - filename: Llama-2-13b-chat-german-GGUF.q8_0.bin + - filename: cyberagent-open-calm-7b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF/resolve/main/Llama-2-13b-chat-german-GGUF.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: mozzipa__ggml-korean-vicuna-7b-1.1__ggml-model-f32.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q3_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1 + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f32.bin + model: cyberagent-open-calm-7b-q3_K_S.gguf files: - - filename: ggml-model-f32.bin + - filename: cyberagent-open-calm-7b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-model-f32.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: mozzipa__ggml-korean-vicuna-7b-1.1__ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q4_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1 + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: cyberagent-open-calm-7b-q4_0.gguf files: - - filename: ggml-model-q5_0.bin + - filename: cyberagent-open-calm-7b-q4_0.gguf sha256: "" - uri: https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mrdragonfox__blue_method_ggml__ggml-model-q4_0.bin + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q4_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: cyberagent-open-calm-7b-q4_K_M.gguf files: - - filename: ggml-model-q4_0.bin + - filename: cyberagent-open-calm-7b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mrdragonfox__blue_method_ggml__ggml-model-q4_k_m.bin + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q4_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_K_M.bin + model: cyberagent-open-calm-7b-q4_K_S.gguf files: - - filename: ggml-model-q4_K_M.bin + - filename: cyberagent-open-calm-7b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_K_M.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mrdragonfox__blue_method_ggml__ggml-model-q4_k_s.bin + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q5_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_K_S.bin + model: cyberagent-open-calm-7b-q5_0.gguf files: - - filename: ggml-model-q4_K_S.bin + - filename: cyberagent-open-calm-7b-q5_0.gguf sha256: "" - uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: mrtherealbubbles__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q5_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/MrTheRealbubbles/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + model: cyberagent-open-calm-7b-q5_K_M.gguf files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + - filename: cyberagent-open-calm-7b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/MrTheRealbubbles/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/rwkv-20b.yaml - name: mudler__rwkv-4-raven-1.5b-ggml__rwkv-4-raven-1b5-v11-eng99%25-other1%25-20230425-ctx4096_q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q5_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mudler/rwkv-4-raven-1.5B-ggml + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - license:apache-2.0 + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin + model: cyberagent-open-calm-7b-q5_K_S.gguf files: - - filename: RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin + - filename: cyberagent-open-calm-7b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mudler/rwkv-4-raven-1.5B-ggml/resolve/main/RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__cs__ggml-medium-cs-mikr-q5_0.bin - license: mit + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q6_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: cs/ggml-medium-cs-mikr-q5_0.bin + model: cyberagent-open-calm-7b-q6_K.gguf files: - - filename: cs/ggml-medium-cs-mikr-q5_0.bin + - filename: cyberagent-open-calm-7b-q6_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-medium-cs-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__cs__ggml-medium-cs-mikr.bin - license: mit + name: mmnga__cyberagent-open-calm-7b-gguf__cyberagent-open-calm-7b-q8_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - gpt-neox + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: cs/ggml-medium-cs-mikr.bin + model: cyberagent-open-calm-7b-q8_0.gguf files: - - filename: cs/ggml-medium-cs-mikr.bin + - filename: cyberagent-open-calm-7b-q8_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-medium-cs-mikr.bin + uri: https://huggingface.co/mmnga/cyberagent-open-calm-7b-gguf/resolve/main/cyberagent-open-calm-7b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__cs__ggml-small-cs-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q2_k.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: cs/ggml-small-cs-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q2_K.gguf files: - - filename: cs/ggml-small-cs-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q2_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-small-cs-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__cs__ggml-small-cs-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: cs/ggml-small-cs-mikr.bin + model: ELYZA-japanese-Llama-2-7b-fast-q3_K_L.gguf files: - - filename: cs/ggml-small-cs-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-small-cs-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__en__ggml-base-en-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: en/ggml-base-en-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q3_K_M.gguf files: - - filename: en/ggml-base-en-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-base-en-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__en__ggml-medium-en-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: en/ggml-medium-en-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q3_K_S.gguf files: - - filename: en/ggml-medium-en-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-medium-en-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__en__ggml-small-en-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q4_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: en/ggml-small-en-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q4_0.gguf files: - - filename: en/ggml-small-en-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q4_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-small-en-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__en__ggml-tiny-en-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: en/ggml-tiny-en-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf files: - - filename: en/ggml-tiny-en-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-tiny-en-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__hr__ggml-small-hr-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: hr/ggml-small-hr-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q4_K_S.gguf files: - - filename: hr/ggml-small-hr-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hr/ggml-small-hr-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__hr__ggml-small-hr-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q5_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: hr/ggml-small-hr-mikr.bin + model: ELYZA-japanese-Llama-2-7b-fast-q5_0.gguf files: - - filename: hr/ggml-small-hr-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q5_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hr/ggml-small-hr-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__hu__ggml-small-hu-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: hu/ggml-small-hu-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q5_K_M.gguf files: - - filename: hu/ggml-small-hu-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hu/ggml-small-hu-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__hu__ggml-small-hu-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: hu/ggml-small-hu-mikr.bin + model: ELYZA-japanese-Llama-2-7b-fast-q5_K_S.gguf files: - - filename: hu/ggml-small-hu-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hu/ggml-small-hu-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__multilang__ggml-base-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q6_k.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: multilang/ggml-base-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q6_K.gguf files: - - filename: multilang/ggml-base-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q6_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-base-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__multilang__ggml-large-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q8_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: multilang/ggml-large-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-q8_0.gguf files: - - filename: multilang/ggml-large-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-q8_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-large-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__multilang__ggml-medium-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q2_k.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: multilang/ggml-medium-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q2_K.gguf files: - - filename: multilang/ggml-medium-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q2_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-medium-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__multilang__ggml-small-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: multilang/ggml-small-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_L.gguf files: - - filename: multilang/ggml-small-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-small-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__multilang__ggml-tiny-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: multilang/ggml-tiny-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_M.gguf files: - - filename: multilang/ggml-tiny-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-tiny-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__pl__ggml-medium-pl-aspik101-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: pl/ggml-medium-pl-aspik101-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_S.gguf files: - - filename: pl/ggml-medium-pl-aspik101-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-medium-pl-aspik101-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__pl__ggml-medium-pl-aspik101.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q4_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: pl/ggml-medium-pl-aspik101.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_0.gguf files: - - filename: pl/ggml-medium-pl-aspik101.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-medium-pl-aspik101.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__pl__ggml-tiny-pl-aspik101-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: pl/ggml-tiny-pl-aspik101-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf files: - - filename: pl/ggml-tiny-pl-aspik101-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-tiny-pl-aspik101-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__pl__ggml-tiny-pl-aspik101.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: pl/ggml-tiny-pl-aspik101.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_S.gguf files: - - filename: pl/ggml-tiny-pl-aspik101.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-tiny-pl-aspik101.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__ro__ggml-small-ro-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q5_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: ro/ggml-small-ro-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_0.gguf files: - - filename: ro/ggml-small-ro-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ro/ggml-small-ro-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__ro__ggml-small-ro-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: ro/ggml-small-ro-mikr.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_M.gguf files: - - filename: ro/ggml-small-ro-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ro/ggml-small-ro-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__ru__ggml-base-ru-artyomboyko-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: ru/ggml-base-ru-artyomboyko-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_S.gguf files: - - filename: ru/ggml-base-ru-artyomboyko-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ru/ggml-base-ru-artyomboyko-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__ru__ggml-base-ru-artyomboyko.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q6_k.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: ru/ggml-base-ru-artyomboyko.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q6_K.gguf files: - - filename: ru/ggml-base-ru-artyomboyko.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q6_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ru/ggml-base-ru-artyomboyko.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sk__ggml-medium-sk-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q8_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - has_space - region:us overrides: parameters: - model: sk/ggml-medium-sk-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q8_0.gguf files: - - filename: sk/ggml-medium-sk-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q8_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-medium-sk-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sk__ggml-medium-sk-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q2_k.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: sk/ggml-medium-sk-mikr.bin + model: ELYZA-japanese-Llama-2-7b-q2_K.gguf files: - - filename: sk/ggml-medium-sk-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-q2_K.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-medium-sk-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sk__ggml-small-sk-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: sk/ggml-small-sk-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-q3_K_L.gguf files: - - filename: sk/ggml-small-sk-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-small-sk-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sk__ggml-small-sk-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: sk/ggml-small-sk-mikr.bin + model: ELYZA-japanese-Llama-2-7b-q3_K_M.gguf files: - - filename: sk/ggml-small-sk-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-small-sk-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sl__ggml-medium-sl-mikr-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: sl/ggml-medium-sl-mikr-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-q3_K_S.gguf files: - - filename: sl/ggml-medium-sl-mikr-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sl/ggml-medium-sl-mikr-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mukowaty__ggml-whisper__sl__ggml-medium-sl-mikr.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q4_0.gguf + license: llama2 urls: - - https://huggingface.co/mukowaty/ggml-whisper + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - whisper - - ggml - - cs - - en - - pl - - hu - - ro - - sk - - sl - - hr - - ru - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: sl/ggml-medium-sl-mikr.bin + model: ELYZA-japanese-Llama-2-7b-q4_0.gguf files: - - filename: sl/ggml-medium-sl-mikr.bin + - filename: ELYZA-japanese-Llama-2-7b-q4_0.gguf sha256: "" - uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sl/ggml-medium-sl-mikr.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-12b-ggml__ggml-model-f16.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-12b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - has_space + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ELYZA-japanese-Llama-2-7b-q4_K_M.gguf files: - - filename: ggml-model-f16.bin + - filename: ELYZA-japanese-Llama-2-7b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-12b-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-12b-ggml__ggml-model-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-12b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - has_space + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-q4_K_S.gguf files: - - filename: ggml-model-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-12b-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-3b-ggml__ggml-model-f16.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q5_0.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-3b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ELYZA-japanese-Llama-2-7b-q5_0.gguf files: - - filename: ggml-model-f16.bin + - filename: ELYZA-japanese-Llama-2-7b-q5_0.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-3b-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-3b-ggml__ggml-model-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-3b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-q5_K_M.gguf files: - - filename: ggml-model-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-3b-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-7b-ggml__ggml-model-f16.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-7b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - has_space + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ELYZA-japanese-Llama-2-7b-q5_K_S.gguf files: - - filename: ggml-model-f16.bin + - filename: ELYZA-japanese-Llama-2-7b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-7b-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: mverrilli__dolly-v2-7b-ggml__ggml-model-q5_0.bin - license: mit + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q6_k.gguf + license: llama2 urls: - - https://huggingface.co/mverrilli/dolly-v2-7b-ggml + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: - - ggml - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - has_space + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: ELYZA-japanese-Llama-2-7b-q6_K.gguf files: - - filename: ggml-model-q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-q6_K.gguf sha256: "" - uri: https://huggingface.co/mverrilli/dolly-v2-7b-ggml/resolve/main/ggml-model-q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: myeolinmalchi__ggml-korean-vicuna-7b-1.1__ggml-kovic7b-f32.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__elyza-japanese-llama-2-7b-gguf__elyza-japanese-llama-2-7b-q8_0.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1 + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf tags: + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-kovic7b-f32.bin + model: ELYZA-japanese-Llama-2-7b-q8_0.gguf files: - - filename: ggml-kovic7b-f32.bin + - filename: ELYZA-japanese-Llama-2-7b-q8_0.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-kovic7b-f32.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: myeolinmalchi__ggml-korean-vicuna-7b-1.1__ggml-kovic7b-q5_1.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q2_k.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1 + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-kovic7b-q5_1.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q2_K.gguf files: - - filename: ggml-kovic7b-q5_1.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q2_K.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-kovic7b-q5_1.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__gugugo-koen-1.3b-v1.0-ggml__ggml-model-f16.bin - license: apache-2.0 + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - translation - - en - - ko - - license:apache-2.0 + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q3_K_L.gguf files: - - filename: ggml-model-f16.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__gugugo-koen-1.3b-v1.0-ggml__gugugo.q8_0.bin - license: apache-2.0 + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - translation - - en - - ko - - license:apache-2.0 + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: gugugo.q8_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q3_K_M.gguf files: - - filename: gugugo.q8_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML/resolve/main/gugugo.q8_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__ggml-model.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: ggml-model.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q3_K_S.gguf files: - - filename: ggml-model.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/ggml-model.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q4_0.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q4_0.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q4_0.gguf files: - - filename: kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q4_0.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q4_1.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q4_K_M.gguf files: - - filename: kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q5_0.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q4_K_S.gguf files: - - filename: kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q5_1.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q5_0.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q5_0.gguf files: - - filename: kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q5_0.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q8_0.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: - - transformers - - gpt-neox - - endpoints_compatible + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q5_K_M.gguf files: - - filename: kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__lima-qlora-3b-ggml__lima-q4_0.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf + tags: + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - region:us overrides: parameters: - model: lima-q4_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q5_K_S.gguf files: - - filename: lima-q4_0.bin - sha256: 36598578426a02e4162f3582c5457de63262c39c4845175e476afb420e27e3cf - uri: https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML/resolve/main/lima-q4_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__lima-qlora-3b-ggml__lima-q5_1.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q6_k.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf + tags: + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 + - region:us overrides: parameters: - model: lima-q5_1.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q6_K.gguf files: - - filename: lima-q5_1.bin - sha256: b65b2eed296a52c50afa83c18ead8362b619333903e94d27d23ff053654464de - uri: https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML/resolve/main/lima-q5_1.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q6_K.gguf + sha256: "" + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q4_0.bin + name: mmnga__elyza-japanese-llama-2-7b-instruct-gguf__elyza-japanese-llama-2-7b-instruct-q8_0.gguf + license: llama2 urls: - - https://huggingface.co/myeolinmalchi/remon-13B-GGML + - https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf tags: + - llama2 + - ja + - arxiv:2307.09288 + - license:llama2 - region:us overrides: parameters: - model: remon-13B.ggmlv3.q4_0.bin + model: ELYZA-japanese-Llama-2-7b-instruct-q8_0.gguf files: - - filename: remon-13B.ggmlv3.q4_0.bin + - filename: ELYZA-japanese-Llama-2-7b-instruct-q8_0.gguf sha256: "" - uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/mmnga/ELYZA-japanese-Llama-2-7b-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-instruct-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q4_1.bin + name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin + license: openrail urls: - - https://huggingface.co/myeolinmalchi/remon-13B-GGML + - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml tags: + - text-generation + - ja + - dataset:cc100 + - license:openrail - region:us overrides: parameters: - model: remon-13B.ggmlv3.q4_1.bin + model: aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin files: - - filename: remon-13B.ggmlv3.q4_1.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q5_0.bin + name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin + license: openrail urls: - - https://huggingface.co/myeolinmalchi/remon-13B-GGML + - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml tags: + - text-generation + - ja + - dataset:cc100 + - license:openrail - region:us overrides: parameters: - model: remon-13B.ggmlv3.q5_0.bin + model: aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin files: - - filename: remon-13B.ggmlv3.q5_0.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q5_1.bin + name: mmnga__japanese-novel-gpt-j-6b-ggml__aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin + license: openrail urls: - - https://huggingface.co/myeolinmalchi/remon-13B-GGML + - https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml tags: + - text-generation + - ja + - dataset:cc100 + - license:openrail - region:us overrides: parameters: - model: remon-13B.ggmlv3.q5_1.bin + model: aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin files: - - filename: remon-13B.ggmlv3.q5_1.bin + - filename: aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/mmnga/japanese-novel-gpt-j-6b-ggml/resolve/main/aibuncho-japanese-novel-gpt-j-6b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q8_0.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/myeolinmalchi/remon-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml tags: + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: remon-13B.ggmlv3.q8_0.bin + model: line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin files: - - filename: remon-13B.ggmlv3.q8_0.bin + - filename: line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: mzbac__stable-vicuna-13b-ggml-q4_0__stable-vicuna-13b-ggml_q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/mzbac/stable-vicuna-13b-ggml-q4_0 + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml tags: + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: stable-vicuna-13B-ggml_q4_0.bin + model: line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin files: - - filename: stable-vicuna-13B-ggml_q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/mzbac/stable-vicuna-13b-ggml-q4_0/resolve/main/stable-vicuna-13B-ggml_q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nahuel89p__nous-hermes-llama2-13b.gguf.q4_k_m__nous-hermes-llama2-13b.gguf.q4_k_m.bin - license: mit + name: mmnga__line-corp-japanese-large-lm-1.7b-ggml__line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/nahuel89p/nous-hermes-llama2-13b.gguf.q4_K_M + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml tags: - - license:mit + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: nous-hermes-llama2-13b.gguf.q4_K_M.bin + model: line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin files: - - filename: nous-hermes-llama2-13b.gguf.q4_K_M.bin + - filename: line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nahuel89p/nous-hermes-llama2-13b.gguf.q4_K_M/resolve/main/nous-hermes-llama2-13b.gguf.q4_K_M.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.f16.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-f16.gguf + license: apache-2.0 urls: - - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Pygmalion-13B.ggmlv3.f16.bin + model: line-corp-japanese-large-lm-1.7b-f16.gguf files: - - filename: Pygmalion-13B.ggmlv3.f16.bin + - filename: line-corp-japanese-large-lm-1.7b-f16.gguf sha256: "" - uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q3_k_l.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Pygmalion-13B.ggmlv3.Q3_K_L.bin + model: line-corp-japanese-large-lm-1.7b-q2_K.gguf files: - - filename: Pygmalion-13B.ggmlv3.Q3_K_L.bin + - filename: line-corp-japanese-large-lm-1.7b-q2_K.gguf sha256: "" - uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q4_k_m.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Pygmalion-13B.ggmlv3.Q4_K_M.bin + model: line-corp-japanese-large-lm-1.7b-q3_K_L.gguf files: - - filename: Pygmalion-13B.ggmlv3.Q4_K_M.bin + - filename: line-corp-japanese-large-lm-1.7b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q5_k_m.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Pygmalion-13B.ggmlv3.Q5_K_M.bin + model: line-corp-japanese-large-lm-1.7b-q3_K_M.gguf files: - - filename: Pygmalion-13B.ggmlv3.Q5_K_M.bin + - filename: line-corp-japanese-large-lm-1.7b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q6_k.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Pygmalion-13B.ggmlv3.Q6_K.bin + model: line-corp-japanese-large-lm-1.7b-q3_K_S.gguf files: - - filename: Pygmalion-13B.ggmlv3.Q6_K.bin + - filename: line-corp-japanese-large-lm-1.7b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q6_K.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-f16.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-f16.bin + model: line-corp-japanese-large-lm-1.7b-q4_0.gguf files: - - filename: starchat-alpha-ggml-f16.bin + - filename: line-corp-japanese-large-lm-1.7b-q4_0.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q4_0.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q4_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-q4_0.bin + model: line-corp-japanese-large-lm-1.7b-q4_1.gguf files: - - filename: starchat-alpha-ggml-q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-q4_1.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q4_1.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-q4_1.bin + model: line-corp-japanese-large-lm-1.7b-q4_K_M.gguf files: - - filename: starchat-alpha-ggml-q4_1.bin + - filename: line-corp-japanese-large-lm-1.7b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q5_0.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-q5_0.bin + model: line-corp-japanese-large-lm-1.7b-q4_K_S.gguf files: - - filename: starchat-alpha-ggml-q5_0.bin + - filename: line-corp-japanese-large-lm-1.7b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q5_1.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-q5_1.bin + model: line-corp-japanese-large-lm-1.7b-q5_0.gguf files: - - filename: starchat-alpha-ggml-q5_1.bin + - filename: line-corp-japanese-large-lm-1.7b-q5_0.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q5_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q8_0.bin - license: bigscience-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q5_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starchat-alpha-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - en - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:bigscience-openrail-m - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starchat-alpha-ggml-q8_0.bin + model: line-corp-japanese-large-lm-1.7b-q5_1.gguf files: - - filename: starchat-alpha-ggml-q8_0.bin + - filename: line-corp-japanese-large-lm-1.7b-q5_1.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-f16.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-f16.bin + model: line-corp-japanese-large-lm-1.7b-q5_K_M.gguf files: - - filename: starcoder-ggml-f16.bin + - filename: line-corp-japanese-large-lm-1.7b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-q4_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-q4_0.bin + model: line-corp-japanese-large-lm-1.7b-q5_K_S.gguf files: - - filename: starcoder-ggml-q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-q4_1.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-q4_1.bin + model: line-corp-japanese-large-lm-1.7b-q6_K.gguf files: - - filename: starcoder-ggml-q4_1.bin + - filename: line-corp-japanese-large-lm-1.7b-q6_K.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-q5_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-gguf__line-corp-japanese-large-lm-1.7b-q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-q5_0.bin + model: line-corp-japanese-large-lm-1.7b-q8_0.gguf files: - - filename: starcoder-ggml-q5_0.bin + - filename: line-corp-japanese-large-lm-1.7b-q8_0.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-q5_1.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-q5_1.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin files: - - filename: starcoder-ggml-q5_1.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q5_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoder-ggml__starcoder-ggml-q8_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoder-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible - - has_space + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoder-ggml-q8_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin files: - - filename: starcoder-ggml-q8_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-f16.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml__line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - gpt-2 + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-f16.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin files: - - filename: starcoderbase-ggml-f16.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-q4_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-f16.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-q4_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-f16.gguf files: - - filename: starcoderbase-ggml-q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-f16.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-q4_1.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-q4_1.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q2_K.gguf files: - - filename: starcoderbase-ggml-q4_1.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q2_K.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-q5_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-q5_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_L.gguf files: - - filename: starcoderbase-ggml-q5_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-q5_1.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-q5_1.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_M.gguf files: - - filename: starcoderbase-ggml-q5_1.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q5_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: neodim__starcoderbase-ggml__starcoderbase-ggml-q8_0.bin - license: bigcode-openrail-m + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/NeoDim/starcoderbase-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: starcoderbase-ggml-q8_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_S.gguf files: - - filename: starcoderbase-ggml-q8_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nerdypepper__minilm-l6-v2-ggml__ggml-model-f16.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf files: - - filename: ggml-model-f16.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf sha256: "" - uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nerdypepper__minilm-l6-v2-ggml__ggml-model-f32.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q4_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-f32.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_1.gguf files: - - filename: ggml-model-f32.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_1.gguf sha256: "" - uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-f32.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nerdypepper__minilm-l6-v2-ggml__ggml-model-q4_0.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_M.gguf files: - - filename: ggml-model-q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nerdypepper__minilm-l6-v2-ggml__ggml-model-q4_1.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_S.gguf files: - - filename: ggml-model-q4_1.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: next-social__dcard-int4-ggml__ggml-model-q4_0.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/next-social/dcard-int4-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_0.gguf sha256: "" - uri: https://huggingface.co/next-social/dcard-int4-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolai1902__ll2-13b-desumlp-qlora-ggml__ggml-llama 2 13b mlparchive-q4_k_s.bin - license: wtfpl + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q5_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - text-generation - - license:wtfpl + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-LLama 2 13B mlparchive-Q4_K_S.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_1.gguf files: - - filename: ggml-LLama 2 13B mlparchive-Q4_K_S.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_1.gguf sha256: "" - uri: https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML/resolve/main/ggml-LLama 2 13B mlparchive-Q4_K_S.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolai1902__ll2-13b-desumlp-qlora-ggml__ggml-llama 2 13b mlparchive-q5_k_m.bin - license: wtfpl + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - text-generation - - license:wtfpl + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-LLama 2 13B mlparchive-Q5_K_M.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_M.gguf files: - - filename: ggml-LLama 2 13B mlparchive-Q5_K_M.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML/resolve/main/ggml-LLama 2 13B mlparchive-Q5_K_M.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolai1902__ll2-13b-fimfiction-qlora-ggml__ggml-llama 2 fimfiction v1-13b-q4_k_s.bin - license: wtfpl + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - license:wtfpl + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_S.gguf files: - - filename: ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML/resolve/main/ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolai1902__ll2-13b-fimfiction-qlora-ggml__ggml-llama 2 fimfiction v1-13b-q5_k_m.bin - license: wtfpl + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: - - license:wtfpl + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q6_K.gguf files: - - filename: ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q6_K.gguf sha256: "" - uri: https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML/resolve/main/ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__griffin-3b-ggml__griffin-3b-q4_1-ggml.bin + name: mmnga__line-corp-japanese-large-lm-1.7b-instruction-sft-gguf__line-corp-japanese-large-lm-1.7b-instruction-sft-q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Griffin-3B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: Griffin-3B-Q4_1-GGML.bin + model: line-corp-japanese-large-lm-1.7b-instruction-sft-q8_0.gguf files: - - filename: Griffin-3B-Q4_1-GGML.bin + - filename: line-corp-japanese-large-lm-1.7b-instruction-sft-q8_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Griffin-3B-GGML/resolve/main/Griffin-3B-Q4_1-GGML.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-1.7b-instruction-sft-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__llama-13b-hf-2048-fpf-ggml__llama-13b-hf-2048-fpf-q6_k_ggml.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: llama-13b-hf-2048-fpf-Q6_K_GGML.bin + model: line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin files: - - filename: llama-13b-hf-2048-fpf-Q6_K_GGML.bin + - filename: line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGML/resolve/main/llama-13b-hf-2048-fpf-Q6_K_GGML.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__mgpt-13b-ggml__mgpt-13b-ggml-q4_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/mGPT-13B-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml tags: - - transformers - - endpoints_compatible + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: mGPT-13B-GGML-q4_0.bin + model: line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin files: - - filename: mGPT-13B-GGML-q4_0.bin + - filename: line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/mGPT-13B-GGML/resolve/main/mGPT-13B-GGML-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__stable-diffusion-nano-2-1-ggml__stable-diffusion-nano-2-1-ggml-f32.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-ggml__line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/stable-diffusion-nano-2-1-ggml + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: stable-diffusion-nano-2-1-ggml-f32.bin + model: line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin files: - - filename: stable-diffusion-nano-2-1-ggml-f32.bin + - filename: line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/stable-diffusion-nano-2-1-ggml/resolve/main/stable-diffusion-nano-2-1-ggml-f32.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-f16.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-gguf__line-corp-japanese-large-lm-3.6b-q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin + model: line-corp-japanese-large-lm-3.6b-q4_0.gguf files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin + - filename: line-corp-japanese-large-lm-3.6b-q4_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-f32.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-gguf__line-corp-japanese-large-lm-3.6b-q4_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin + model: line-corp-japanese-large-lm-3.6b-q4_1.gguf files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin + - filename: line-corp-japanese-large-lm-3.6b-q4_1.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q4_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-gguf__line-corp-japanese-large-lm-3.6b-q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin + model: line-corp-japanese-large-lm-3.6b-q5_0.gguf files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin + - filename: line-corp-japanese-large-lm-3.6b-q5_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q4_1.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-gguf__line-corp-japanese-large-lm-3.6b-q5_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin + model: line-corp-japanese-large-lm-3.6b-q5_1.gguf files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin + - filename: line-corp-japanese-large-lm-3.6b-q5_1.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q5_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-gguf__line-corp-japanese-large-lm-3.6b-q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin + model: line-corp-japanese-large-lm-3.6b-q8_0.gguf files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin + - filename: line-corp-japanese-large-lm-3.6b-q8_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q5_1.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q8_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin files: - - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-f16.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml__line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-f16.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin files: - - filename: yiffymix_v34-ggml-model-f16.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-f16.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-f32.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-gguf__line-corp-japanese-large-lm-3.6b-instruction-sft-q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-f32.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-q4_0.gguf files: - - filename: yiffymix_v34-ggml-model-f32.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-q4_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-f32.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q4_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-gguf__line-corp-japanese-large-lm-3.6b-instruction-sft-q4_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-q4_0.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-q4_1.gguf files: - - filename: yiffymix_v34-ggml-model-q4_0.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-q4_1.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q4_1.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-gguf__line-corp-japanese-large-lm-3.6b-instruction-sft-q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-q4_1.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-q5_0.gguf files: - - filename: yiffymix_v34-ggml-model-q4_1.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-q5_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q5_0.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-gguf__line-corp-japanese-large-lm-3.6b-instruction-sft-q5_1.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-q5_0.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-q5_1.gguf files: - - filename: yiffymix_v34-ggml-model-q5_0.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-q5_1.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q5_1.bin + name: mmnga__line-corp-japanese-large-lm-3.6b-instruction-sft-gguf__line-corp-japanese-large-lm-3.6b-instruction-sft-q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf tags: + - ja + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-q5_1.bin + model: line-corp-japanese-large-lm-3.6b-instruction-sft-q8_0.gguf files: - - filename: yiffymix_v34-ggml-model-q5_1.bin + - filename: line-corp-japanese-large-lm-3.6b-instruction-sft-q8_0.gguf sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q5_1.bin + uri: https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf/resolve/main/line-corp-japanese-large-lm-3.6b-instruction-sft-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q8_0.bin + name: mmnga__llm-jp-1.3b-v1.0-ggml__llm-jp-1.3b-v1.0-ggml-q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + - https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml tags: + - license:apache-2.0 - region:us overrides: parameters: - model: yiffymix_v34-ggml-model-q8_0.bin + model: llm-jp-1.3b-v1.0-ggml-q4_0.bin files: - - filename: yiffymix_v34-ggml-model-q8_0.bin + - filename: llm-jp-1.3b-v1.0-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q8_0.bin + uri: https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml/resolve/main/llm-jp-1.3b-v1.0-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nikuya3__alpaca-lora-7b-german-base-51k-ggml__ggml-model-f16.bin + name: mmnga__llm-jp-1.3b-v1.0-ggml__llm-jp-1.3b-v1.0-ggml-q4_1.bin license: apache-2.0 urls: - - https://huggingface.co/nikuya3/alpaca-lora-7b-german-base-51k-ggml + - https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml tags: - - llama - - text-generation - - transformers - license:apache-2.0 - overrides: - parameters: - model: ggml-model-f16.bin - files: - - filename: ggml-model-f16.bin - sha256: 446129f5146afd494ba4c7a14ef45cd98ba4bbdcb35f3b5d0ae0babae78e75af - uri: https://huggingface.co/nikuya3/alpaca-lora-7b-german-base-51k-ggml/resolve/main/ggml-model-f16.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: ningshanwutuobang__ggml-pandagpt-vicuna-merge__ggml-pandagpt-vicuna-q4_1.bin - urls: - - https://huggingface.co/ningshanwutuobang/ggml-pandagpt-vicuna-merge - tags: - - has_space - region:us overrides: parameters: - model: ggml-pandagpt-vicuna-q4_1.bin + model: llm-jp-1.3b-v1.0-ggml-q4_1.bin files: - - filename: ggml-pandagpt-vicuna-q4_1.bin + - filename: llm-jp-1.3b-v1.0-ggml-q4_1.bin sha256: "" - uri: https://huggingface.co/ningshanwutuobang/ggml-pandagpt-vicuna-merge/resolve/main/ggml-pandagpt-vicuna-q4_1.bin + uri: https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml/resolve/main/llm-jp-1.3b-v1.0-ggml-q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: niponj__evolcodellama-7b-gguf__evolcodellama-7b.gguf.fp16.bin + name: mmnga__llm-jp-1.3b-v1.0-ggml__llm-jp-1.3b-v1.0-ggml-q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF + - https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml tags: + - license:apache-2.0 - region:us overrides: parameters: - model: evolcodellama-7b.gguf.fp16.bin + model: llm-jp-1.3b-v1.0-ggml-q5_0.bin files: - - filename: evolcodellama-7b.gguf.fp16.bin + - filename: llm-jp-1.3b-v1.0-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.fp16.bin + uri: https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml/resolve/main/llm-jp-1.3b-v1.0-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: niponj__evolcodellama-7b-gguf__evolcodellama-7b.gguf.q4_k_m.bin + name: mmnga__llm-jp-1.3b-v1.0-ggml__llm-jp-1.3b-v1.0-ggml-q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF + - https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml tags: + - license:apache-2.0 - region:us overrides: parameters: - model: evolcodellama-7b.gguf.q4_k_m.bin + model: llm-jp-1.3b-v1.0-ggml-q5_1.bin files: - - filename: evolcodellama-7b.gguf.q4_k_m.bin + - filename: llm-jp-1.3b-v1.0-ggml-q5_1.bin sha256: "" - uri: https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin + uri: https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml/resolve/main/llm-jp-1.3b-v1.0-ggml-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: niponj__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + name: mmnga__llm-jp-1.3b-v1.0-ggml__llm-jp-1.3b-v1.0-ggml-q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF + - https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml tags: + - license:apache-2.0 - region:us overrides: parameters: - model: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + model: llm-jp-1.3b-v1.0-ggml-q8_0.bin files: - - filename: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + - filename: llm-jp-1.3b-v1.0-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + uri: https://huggingface.co/mmnga/llm-jp-1.3b-v1.0-ggml/resolve/main/llm-jp-1.3b-v1.0-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: niponj__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + name: mmnga__matsuolab-weblab-10b-gguf__matsuolab-weblab-10b-q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF + - https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf tags: + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + model: matsuolab-weblab-10b-q4_0.gguf files: - - filename: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + - filename: matsuolab-weblab-10b-q4_0.gguf sha256: "" - uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf/resolve/main/matsuolab-weblab-10b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: niponj__openthaigpt-1.0.0-beta-7b-chat-gguf__openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + name: mmnga__matsuolab-weblab-10b-gguf__matsuolab-weblab-10b-q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF + - https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf tags: + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + model: matsuolab-weblab-10b-q5_0.gguf files: - - filename: openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + - filename: matsuolab-weblab-10b-q5_0.gguf sha256: "" - uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf/resolve/main/matsuolab-weblab-10b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: niponj__openthaigpt-1.0.0-beta-7b-chat-gguf__openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + name: mmnga__matsuolab-weblab-10b-gguf__matsuolab-weblab-10b-q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF + - https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf tags: + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + model: matsuolab-weblab-10b-q8_0.gguf files: - - filename: openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + - filename: matsuolab-weblab-10b-q8_0.gguf sha256: "" - uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-gguf/resolve/main/matsuolab-weblab-10b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: niponj__openthaigpt-1.0.0-beta-7b-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + name: mmnga__matsuolab-weblab-10b-instruction-sft-gguf__matsuolab-weblab-10b-instruction-sft-q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-ckpt-hf-GGUF + - https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf tags: - - transformers - - llama - - endpoints_compatible - - text-generation-inference + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + model: matsuolab-weblab-10b-instruction-sft-q4_0.gguf files: - - filename: openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + - filename: matsuolab-weblab-10b-instruction-sft-q4_0.gguf sha256: "" - uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf/resolve/main/matsuolab-weblab-10b-instruction-sft-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-f16.bin + name: mmnga__matsuolab-weblab-10b-instruction-sft-gguf__matsuolab-weblab-10b-instruction-sft-q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf tags: + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: sd-1.5-ggml-model-f16.bin + model: matsuolab-weblab-10b-instruction-sft-q5_0.gguf files: - - filename: sd-1.5-ggml-model-f16.bin + - filename: matsuolab-weblab-10b-instruction-sft-q5_0.gguf sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-f16.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf/resolve/main/matsuolab-weblab-10b-instruction-sft-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-f32.bin + name: mmnga__matsuolab-weblab-10b-instruction-sft-gguf__matsuolab-weblab-10b-instruction-sft-q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf tags: + - gpt-neox + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: sd-1.5-ggml-model-f32.bin + model: matsuolab-weblab-10b-instruction-sft-q8_0.gguf files: - - filename: sd-1.5-ggml-model-f32.bin + - filename: matsuolab-weblab-10b-instruction-sft-q8_0.gguf sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-f32.bin + uri: https://huggingface.co/mmnga/matsuolab-weblab-10b-instruction-sft-gguf/resolve/main/matsuolab-weblab-10b-instruction-sft-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q4_0.bin + name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q4_0.bin + license: cc-by-sa-4.0 urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/open-calm-7b-ggml tags: + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: sd-1.5-ggml-model-q4_0.bin + model: open-calm-7b-ggml-q4_0.bin files: - - filename: sd-1.5-ggml-model-q4_0.bin + - filename: open-calm-7b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q4_1.bin + name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q5_0.bin + license: cc-by-sa-4.0 urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/open-calm-7b-ggml tags: + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: sd-1.5-ggml-model-q4_1.bin + model: open-calm-7b-ggml-q5_0.bin files: - - filename: sd-1.5-ggml-model-q4_1.bin + - filename: open-calm-7b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q5_0.bin + name: mmnga__open-calm-7b-ggml__open-calm-7b-ggml-q8_0.bin + license: cc-by-sa-4.0 urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/open-calm-7b-ggml tags: + - ja + - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: sd-1.5-ggml-model-q5_0.bin + model: open-calm-7b-ggml-q8_0.bin files: - - filename: sd-1.5-ggml-model-q5_0.bin + - filename: open-calm-7b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q5_0.bin + uri: https://huggingface.co/mmnga/open-calm-7b-ggml/resolve/main/open-calm-7b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q5_1.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-8k-gguf__rinna-bilingual-gpt-neox-4b-8k-q4_0.gguf + license: mit urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: sd-1.5-ggml-model-q5_1.bin + model: rinna-bilingual-gpt-neox-4b-8k-q4_0.gguf files: - - filename: sd-1.5-ggml-model-q5_1.bin + - filename: rinna-bilingual-gpt-neox-4b-8k-q4_0.gguf sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q5_1.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-8k-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q8_0.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-8k-gguf__rinna-bilingual-gpt-neox-4b-8k-q4_1.gguf + license: mit urls: - - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: sd-1.5-ggml-model-q8_0.bin + model: rinna-bilingual-gpt-neox-4b-8k-q4_1.gguf files: - - filename: sd-1.5-ggml-model-q8_0.bin + - filename: rinna-bilingual-gpt-neox-4b-8k-q4_1.gguf sha256: "" - uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q8_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-8k-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nnakasato__ggml-model-test__ggml-model-f16.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-8k-gguf__rinna-bilingual-gpt-neox-4b-8k-q5_0.gguf + license: mit urls: - - https://huggingface.co/nnakasato/ggml-model-test + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf tags: - - transformers - - pytorch - - gpt_neox - - text-generation - - endpoints_compatible - - text-generation-inference + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: rinna-bilingual-gpt-neox-4b-8k-q5_0.gguf files: - - filename: ggml-model-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-8k-q5_0.gguf sha256: "" - uri: https://huggingface.co/nnakasato/ggml-model-test/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-8k-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nnakasato__ggml-model-test__ggml-model-q4.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-8k-gguf__rinna-bilingual-gpt-neox-4b-8k-q5_1.gguf + license: mit urls: - - https://huggingface.co/nnakasato/ggml-model-test + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf tags: - - transformers - - pytorch - - gpt_neox - - text-generation - - endpoints_compatible - - text-generation-inference + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-q4.bin + model: rinna-bilingual-gpt-neox-4b-8k-q5_1.gguf files: - - filename: ggml-model-q4.bin + - filename: rinna-bilingual-gpt-neox-4b-8k-q5_1.gguf sha256: "" - uri: https://huggingface.co/nnakasato/ggml-model-test/resolve/main/ggml-model-q4.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-8k-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nomic-ai__ggml-replit-code-v1-3b__ggml-replit-code-v1-3b.bin - license: cc-by-sa-4.0 + name: mmnga__rinna-bilingual-gpt-neox-4b-8k-gguf__rinna-bilingual-gpt-neox-4b-8k-q8_0.gguf + license: mit urls: - - https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf tags: - - license:cc-by-sa-4.0 + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-replit-code-v1-3b.bin + model: rinna-bilingual-gpt-neox-4b-8k-q8_0.gguf files: - - filename: ggml-replit-code-v1-3b.bin + - filename: rinna-bilingual-gpt-neox-4b-8k-q8_0.gguf sha256: "" - uri: https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-8k-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-8k-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nomic-ai__gpt4all-falcon-ggml__ggml-model-gpt4all-falcon-f16.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin + license: mit urls: - - https://huggingface.co/nomic-ai/gpt4all-falcon-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-gpt4all-falcon-f16.bin + model: rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin files: - - filename: ggml-model-gpt4all-falcon-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nomic-ai__gpt4all-falcon-ggml__ggml-model-gpt4all-falcon-q4_0.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin + license: mit urls: - - https://huggingface.co/nomic-ai/gpt4all-falcon-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-gpt4all-falcon-q4_0.bin + model: rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin files: - - filename: ggml-model-gpt4all-falcon-q4_0.bin + - filename: rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-q4_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nopperl__alpaca-lora-7b-german-base-51k-ggml__ggml-model-f16.bin - license: apache-2.0 + name: mmnga__rinna-bilingual-gpt-neox-4b-ggml__rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin + license: mit urls: - - https://huggingface.co/nopperl/alpaca-lora-7b-german-base-51k-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml tags: - - transformers - - llama - - text-generation - - license:apache-2.0 - - endpoints_compatible - - text-generation-inference + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin files: - - filename: ggml-model-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nopperl/alpaca-lora-7b-german-base-51k-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__ggml-model-f16.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-gguf__rinna-bilingual-gpt-neox-4b-q4_0.gguf + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: rinna-bilingual-gpt-neox-4b-q4_0.gguf files: - - filename: ggml-model-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-q4_0.gguf sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q4_0.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-gguf__rinna-bilingual-gpt-neox-4b-q4_1.gguf + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: pygmalion-13b-ggml-q4_0.bin + model: rinna-bilingual-gpt-neox-4b-q4_1.gguf files: - - filename: pygmalion-13b-ggml-q4_0.bin + - filename: rinna-bilingual-gpt-neox-4b-q4_1.gguf sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q4_1.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-gguf__rinna-bilingual-gpt-neox-4b-q5_0.gguf + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: pygmalion-13b-ggml-q4_1.bin + model: rinna-bilingual-gpt-neox-4b-q5_0.gguf files: - - filename: pygmalion-13b-ggml-q4_1.bin + - filename: rinna-bilingual-gpt-neox-4b-q5_0.gguf sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_1.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q5_0.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-gguf__rinna-bilingual-gpt-neox-4b-q5_1.gguf + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: pygmalion-13b-ggml-q5_0.bin + model: rinna-bilingual-gpt-neox-4b-q5_1.gguf files: - - filename: pygmalion-13b-ggml-q5_0.bin + - filename: rinna-bilingual-gpt-neox-4b-q5_1.gguf sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q5_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q5_1.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-gguf__rinna-bilingual-gpt-neox-4b-q8_0.gguf + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: pygmalion-13b-ggml-q5_1.bin + model: rinna-bilingual-gpt-neox-4b-q8_0.gguf files: - - filename: pygmalion-13b-ggml-q5_1.bin + - filename: rinna-bilingual-gpt-neox-4b-q8_0.gguf sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q5_1.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q8_0.bin - license: other + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin + license: mit urls: - - https://huggingface.co/notstoic/pygmalion-13b-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml tags: + - ja - en - - license:other + - license:mit - region:us overrides: parameters: - model: pygmalion-13b-ggml-q8_0.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin files: - - filename: pygmalion-13b-ggml-q8_0.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q8_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: notzero__modelcombined_ggml__ggml-model-q4_0.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin + license: mit urls: - - https://huggingface.co/notzero/modelcombined_ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/notzero/modelcombined_ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nouamanetazi__bloomz-560m-ggml__ggml-model-bloomz-560m-f16-q4_0.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml__rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin + license: mit urls: - - https://huggingface.co/nouamanetazi/bloomz-560m-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml tags: - - ggml - - bloom + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-bloomz-560m-f16-q4_0.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin files: - - filename: ggml-model-bloomz-560m-f16-q4_0.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nouamanetazi/bloomz-560m-ggml/resolve/main/ggml-model-bloomz-560m-f16-q4_0.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nouamanetazi__bloomz-560m-ggml__ggml-model-bloomz-560m-f16.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf__rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_0.gguf + license: mit urls: - - https://huggingface.co/nouamanetazi/bloomz-560m-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf tags: - - ggml - - bloom + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-bloomz-560m-f16.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_0.gguf files: - - filename: ggml-model-bloomz-560m-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_0.gguf sha256: "" - uri: https://huggingface.co/nouamanetazi/bloomz-560m-ggml/resolve/main/ggml-model-bloomz-560m-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nouamanetazi__starcoder-ggml__starcoder-ggml-q4_1.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf__rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_1.gguf + license: mit urls: - - https://huggingface.co/nouamanetazi/starcoder-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: starcoder-ggml-q4_1.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_1.gguf files: - - filename: starcoder-ggml-q4_1.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_1.gguf sha256: "" - uri: https://huggingface.co/nouamanetazi/starcoder-ggml/resolve/main/starcoder-ggml-q4_1.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nousresearch__nous-hermes-llama2-13b-ggml__ggml-hermes-2-step2559-q4_k_m.bin - license: llama2 + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf__rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_0.gguf + license: mit urls: - - https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf tags: - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - ja - en - - license:llama2 - - has_space + - license:mit - region:us overrides: parameters: - model: ggml-Hermes-2-step2559-q4_K_M.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_0.gguf files: - - filename: ggml-Hermes-2-step2559-q4_K_M.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_0.gguf sha256: "" - uri: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML/resolve/main/ggml-Hermes-2-step2559-q4_K_M.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nousresearch__nous-hermes-llama2-13b-ggml__ggml-model-f16.bin - license: llama2 + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf__rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_1.gguf + license: mit urls: - - https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf tags: - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - ja - en - - license:llama2 - - has_space + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_1.gguf files: - - filename: ggml-model-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_1.gguf sha256: "" - uri: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__ggml__bluemoon.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf__rinna-bilingual-gpt-neox-4b-instruction-ppo-q8_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: bluemoon.bin + model: rinna-bilingual-gpt-neox-4b-instruction-ppo-q8_0.gguf files: - - filename: bluemoon.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-ppo-q8_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/ggml/resolve/main/bluemoon.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-ppo-gguf/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-ppo-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__ggml__failed-kimiko-7b-ggml-model-q5_km.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: Failed-kimiko-7B-ggml-model-q5_KM.bin + model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin files: - - filename: Failed-kimiko-7B-ggml-model-q5_KM.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/ggml/resolve/main/Failed-kimiko-7B-ggml-model-q5_KM.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__ggml__q4-km-blind-test-merged.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: Q4-KM-blind-test-merged.bin + model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin files: - - filename: Q4-KM-blind-test-merged.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/ggml/resolve/main/Q4-KM-blind-test-merged.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-f16.bin + name: mmnga__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml__rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml tags: + - ja + - en + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin files: - - filename: ggml-model-f16.bin + - filename: rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml/resolve/main/rinna-bilingual-gpt-neox-4b-instruction-sft-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q2_k.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-gguf__rinna-japanese-gpt-neox-3.6b-q4_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q2_k.bin + model: rinna-japanese-gpt-neox-3.6b-q4_0.gguf files: - - filename: ggml-model-q2_k.bin + - filename: rinna-japanese-gpt-neox-3.6b-q4_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q2_k.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q3_k_m.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-gguf__rinna-japanese-gpt-neox-3.6b-q4_1.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q3_k_m.bin + model: rinna-japanese-gpt-neox-3.6b-q4_1.gguf files: - - filename: ggml-model-q3_k_m.bin + - filename: rinna-japanese-gpt-neox-3.6b-q4_1.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q3_k_m.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q4_1.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-gguf__rinna-japanese-gpt-neox-3.6b-q5_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: rinna-japanese-gpt-neox-3.6b-q5_0.gguf files: - - filename: ggml-model-q4_1.bin + - filename: rinna-japanese-gpt-neox-3.6b-q5_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q4_k_s.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-gguf__rinna-japanese-gpt-neox-3.6b-q5_1.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_k_s.bin + model: rinna-japanese-gpt-neox-3.6b-q5_1.gguf files: - - filename: ggml-model-q4_k_s.bin + - filename: rinna-japanese-gpt-neox-3.6b-q5_1.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q4_k_s.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q5_1.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-gguf__rinna-japanese-gpt-neox-3.6b-q8_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: rinna-japanese-gpt-neox-3.6b-q8_0.gguf files: - - filename: ggml-model-q5_1.bin + - filename: rinna-japanese-gpt-neox-3.6b-q8_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q6_k.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf__rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q6_k.bin + model: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_0.gguf files: - - filename: ggml-model-q6_k.bin + - filename: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q6_k.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__meth-ggml__ggml-model-q8.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf__rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_1.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Meth-ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q8.bin + model: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_1.gguf files: - - filename: ggml-model-q8.bin + - filename: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_1.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q8.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-instruction-ppo-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__metharme_1.3b_ggml__ggml-model-q4-0.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf__rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q4-0.bin + model: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_0.gguf files: - - filename: ggml-model-q4-0.bin + - filename: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q4-0.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__metharme_1.3b_ggml__ggml-model-q4-1.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf__rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_1.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q4-1.bin + model: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_1.gguf files: - - filename: ggml-model-q4-1.bin + - filename: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_1.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q4-1.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-instruction-ppo-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__metharme_1.3b_ggml__ggml-model-q5-0.bin + name: mmnga__rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf__rinna-japanese-gpt-neox-3.6b-instruction-ppo-q8_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + - https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf tags: + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q5-0.bin + model: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q8_0.gguf files: - - filename: ggml-model-q5-0.bin + - filename: rinna-japanese-gpt-neox-3.6b-instruction-ppo-q8_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q5-0.bin + uri: https://huggingface.co/mmnga/rinna-japanese-gpt-neox-3.6b-instruction-ppo-gguf/resolve/main/rinna-japanese-gpt-neox-3.6b-instruction-ppo-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__metharme_1.3b_ggml__ggml-model-q5-1.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-ggml__stockmark-gpt-neox-japanese-1.4b-ggml-q4_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml tags: + - license:mit - region:us overrides: parameters: - model: ggml-model-q5-1.bin + model: stockmark-gpt-neox-japanese-1.4b-ggml-q4_0.bin files: - - filename: ggml-model-q5-1.bin + - filename: stockmark-gpt-neox-japanese-1.4b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q5-1.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml/resolve/main/stockmark-gpt-neox-japanese-1.4b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-f16.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-ggml__stockmark-gpt-neox-japanese-1.4b-ggml-q4_1.bin + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml tags: + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: stockmark-gpt-neox-japanese-1.4b-ggml-q4_1.bin files: - - filename: ggml-model-f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-ggml-q4_1.bin sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml/resolve/main/stockmark-gpt-neox-japanese-1.4b-ggml-q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q2_k.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-ggml__stockmark-gpt-neox-japanese-1.4b-ggml-q5_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml tags: + - license:mit - region:us overrides: parameters: - model: ggml-model-q2_k.bin + model: stockmark-gpt-neox-japanese-1.4b-ggml-q5_0.bin files: - - filename: ggml-model-q2_k.bin + - filename: stockmark-gpt-neox-japanese-1.4b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q2_k.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml/resolve/main/stockmark-gpt-neox-japanese-1.4b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q3_k_m.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-ggml__stockmark-gpt-neox-japanese-1.4b-ggml-q5_1.bin + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml tags: + - license:mit - region:us overrides: parameters: - model: ggml-model-q3_k_m.bin + model: stockmark-gpt-neox-japanese-1.4b-ggml-q5_1.bin files: - - filename: ggml-model-q3_k_m.bin + - filename: stockmark-gpt-neox-japanese-1.4b-ggml-q5_1.bin sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q3_k_m.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml/resolve/main/stockmark-gpt-neox-japanese-1.4b-ggml-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q4_1.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-ggml__stockmark-gpt-neox-japanese-1.4b-ggml-q8_0.bin + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml tags: + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: stockmark-gpt-neox-japanese-1.4b-ggml-q8_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: stockmark-gpt-neox-japanese-1.4b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-ggml/resolve/main/stockmark-gpt-neox-japanese-1.4b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q4_k_s.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q2_k.gguf + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_k_s.bin + model: stockmark-gpt-neox-japanese-1.4b-q2_K.gguf files: - - filename: ggml-model-q4_k_s.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q2_K.gguf sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q4_k_s.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q5_1.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q3_k_l.gguf + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: stockmark-gpt-neox-japanese-1.4b-q3_K_L.gguf files: - - filename: ggml-model-q5_1.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q3_K_L.gguf sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pyg-7b-ggml__ggml-model-q5_k_s.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q3_k_m.gguf + license: mit urls: - - https://huggingface.co/nRuaif/pyg-7b-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_k_s.bin + model: stockmark-gpt-neox-japanese-1.4b-q3_K_M.gguf files: - - filename: ggml-model-q5_k_s.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q3_K_M.gguf sha256: "" - uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q5_k_s.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pygboros-7b-ggml__mix-model-q4_0.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q3_k_s.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Pygboros-7B-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: mix-model-q4_0.bin + model: stockmark-gpt-neox-japanese-1.4b-q3_K_S.gguf files: - - filename: mix-model-q4_0.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q3_K_S.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Pygboros-7B-ggml/resolve/main/mix-model-q4_0.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nruaif__pygboros-7b-ggml__mix-model-q5_1.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q4_0.gguf + license: mit urls: - - https://huggingface.co/nRuaif/Pygboros-7B-ggml + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: mix-model-q5_1.bin + model: stockmark-gpt-neox-japanese-1.4b-q4_0.gguf files: - - filename: mix-model-q5_1.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q4_0.gguf sha256: "" - uri: https://huggingface.co/nRuaif/Pygboros-7B-ggml/resolve/main/mix-model-q5_1.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__hermes-limarp-13b-ggml-f16__hermes-limarp-13b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q4_k_m.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/hermes-limarp-13b-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: hermes-limarp-13b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q4_K_M.gguf files: - - filename: hermes-limarp-13b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q4_K_M.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/hermes-limarp-13b-ggml-f16/resolve/main/hermes-limarp-13b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__limarp-llama2-13b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q4_k_s.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - arxiv:2305.11206 - - arxiv:2305.14314 - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: limarp-llama2-13b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q4_K_S.gguf files: - - filename: limarp-llama2-13b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q4_K_S.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/limarp-llama2-13b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__limarp-llama2-7b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q5_0.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - arxiv:2305.11206 - - arxiv:2305.14314 - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: limarp-llama2-7b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q5_0.gguf files: - - filename: limarp-llama2-7b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q5_0.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/limarp-llama2-7b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__lora__limarp-llama2-13b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q5_k_m.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - arxiv:2305.11206 - - arxiv:2305.14314 - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: lora/limarp-llama2-13b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q5_K_M.gguf files: - - filename: lora/limarp-llama2-13b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q5_K_M.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/lora/limarp-llama2-13b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__with_bos_and_eos__limarp-llama2-13b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q5_k_s.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - arxiv:2305.11206 - - arxiv:2305.14314 - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q5_K_S.gguf files: - - filename: with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q5_K_S.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: nxnhjrjtbjfzhrovwl__limarp-llongma2-8k-ggml-f16__limarp-llongma2-13b.ggmlv3.f16.bin - license: agpl-3.0 + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q6_k.gguf + license: mit urls: - - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-ggml-f16 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: - - arxiv:2305.11206 - - license:agpl-3.0 + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: limarp-llongma2-13b.ggmlv3.f16.bin + model: stockmark-gpt-neox-japanese-1.4b-q6_K.gguf files: - - filename: limarp-llongma2-13b.ggmlv3.f16.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q6_K.gguf sha256: "" - uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-ggml-f16/resolve/main/limarp-llongma2-13b.ggmlv3.f16.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ocordeiro__ggml-gpt-j-6b-q4_0__gpt-j-ggml-model-q4_0.bin + name: mmnga__stockmark-gpt-neox-japanese-1.4b-gguf__stockmark-gpt-neox-japanese-1.4b-q8_0.gguf + license: mit urls: - - https://huggingface.co/ocordeiro/ggml-gpt-j-6b-q4_0 + - https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf tags: + - gpt-neox + - ja + - license:mit - region:us overrides: parameters: - model: gpt-j-ggml-model-q4_0.bin + model: stockmark-gpt-neox-japanese-1.4b-q8_0.gguf files: - - filename: gpt-j-ggml-model-q4_0.bin + - filename: stockmark-gpt-neox-japanese-1.4b-q8_0.gguf sha256: "" - uri: https://huggingface.co/ocordeiro/ggml-gpt-j-6b-q4_0/resolve/main/gpt-j-ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/stockmark-gpt-neox-japanese-1.4b-gguf/resolve/main/stockmark-gpt-neox-japanese-1.4b-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ocrickard__llama-7b-ggml-4bit-updated__ggml-model-q4_1.bin + name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q4_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/ocrickard/LLaMa-7B-ggml-4bit-updated + - https://huggingface.co/mmnga/weblab-10b-ggml tags: + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: weblab-10b-ggml-q4_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: weblab-10b-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/ocrickard/LLaMa-7B-ggml-4bit-updated/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: odiagenai__odiagenai-ggml-model-base-q4_0-v1__ggml-model-q4_0.bin + name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q5_0.bin license: cc-by-nc-4.0 urls: - - https://huggingface.co/OdiaGenAI/odiagenAI-ggml-model-base-q4_0-v1 + - https://huggingface.co/mmnga/weblab-10b-ggml tags: + - ja - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: weblab-10b-ggml-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: weblab-10b-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/OdiaGenAI/odiagenAI-ggml-model-base-q4_0-v1/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_0.bin - license: apache-2.0 + name: mmnga__weblab-10b-ggml__weblab-10b-ggml-q8_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + - https://huggingface.co/mmnga/weblab-10b-ggml tags: - - license:apache-2.0 + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: weblab-10b-ggml-q8_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: weblab-10b-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mmnga/weblab-10b-ggml/resolve/main/weblab-10b-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_1.bin - license: apache-2.0 + name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q4_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml tags: - - license:apache-2.0 + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: weblab-10b-instruction-sft-ggml-q4_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: weblab-10b-instruction-sft-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_2.bin - license: apache-2.0 + name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q5_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml tags: - - license:apache-2.0 + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: weblab-10b-instruction-sft-ggml-q5_0.bin files: - - filename: ggml-model-q4_2.bin + - filename: weblab-10b-instruction-sft-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_3.bin - license: apache-2.0 + name: mmnga__weblab-10b-instruction-sft-ggml__weblab-10b-instruction-sft-ggml-q8_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + - https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml tags: - - license:apache-2.0 + - ja + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: weblab-10b-instruction-sft-ggml-q8_0.bin files: - - filename: ggml-model-q4_3.bin + - filename: weblab-10b-instruction-sft-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_3.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/mmnga/weblab-10b-instruction-sft-ggml/resolve/main/weblab-10b-instruction-sft-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: mongolian-basket-weaving__koala-13b-ggml-f16__ggml-model-f16.bin + license: other urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + - https://huggingface.co/mongolian-basket-weaving/koala-13b-ggml-f16 tags: - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_0.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_1.bin - license: apache-2.0 + uri: https://huggingface.co/mongolian-basket-weaving/koala-13b-ggml-f16/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: mongolian-basket-weaving__koala-7b-ggml-f16__ggml-model-f16.bin + license: other urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + - https://huggingface.co/mongolian-basket-weaving/koala-7b-ggml-f16 tags: - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_1.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mongolian-basket-weaving/koala-7b-ggml-f16/resolve/main/ggml-model-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_2.bin + name: mongolian-basket-weaving__koishi-instruct-3b-ggml-f32__ggml-model-f32.bin license: apache-2.0 urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + - https://huggingface.co/mongolian-basket-weaving/koishi-instruct-3b-ggml-f32 tags: - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: ggml-model-f32.bin files: - - filename: ggml-model-q4_2.bin + - filename: ggml-model-f32.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_2.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_3.bin - license: apache-2.0 + uri: https://huggingface.co/mongolian-basket-weaving/koishi-instruct-3b-ggml-f32/resolve/main/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: mongolian-basket-weaving__wizardlm-13b-uncensored-ggml-f16__ggml-model-f16.bin + license: other urls: - - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + - https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-f16 tags: - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_3.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_3.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-f16.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-f16/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: mongolian-basket-weaving__wizardlm-13b-uncensored-ggml-q5_1__ggml-model-q5_1.bin + license: other urls: - - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + - https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-q5_1 tags: - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ggml-model-q5_1.bin files: - - filename: ggml-model-f16.bin + - filename: ggml-model-q5_1.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-f16.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/mongolian-basket-weaving/wizardlm-13b-uncensored-ggml-q5_1/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: morgendigital__h2ogpt-4096-llama2-13b-chat-gguf__h2ogpt-4096-llama2-13b-chat-q8_0.bin + license: llama2 urls: - - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + - https://huggingface.co/morgendigital/h2ogpt-4096-llama2-13b-chat-GGUF tags: - - license:cc-by-sa-4.0 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: h2ogpt-4096-llama2-13b-chat-q8_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: h2ogpt-4096-llama2-13b-chat-q8_0.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/morgendigital/h2ogpt-4096-llama2-13b-chat-GGUF/resolve/main/h2ogpt-4096-llama2-13b-chat-q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: morgendigital__h2ogpt-4096-llama2-70b-chat-gguf__h2ogpt-4096-llama2-70b-chat-gguf.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + - https://huggingface.co/morgendigital/h2ogpt-4096-llama2-70b-chat-GGUF tags: - - license:cc-by-sa-4.0 + - license:llama2 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin files: - - filename: ggml-model-q4_1.bin + - filename: h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_2.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/morgendigital/h2ogpt-4096-llama2-70b-chat-GGUF/resolve/main/h2ogpt-4096-llama2-70b-chat-GGUF.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: morgendigital__llama-2-13b-chat-german-gguf__llama-2-13b-chat-german-gguf.q5_k_m.bin urls: - - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + - https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF tags: - - license:cc-by-sa-4.0 + - pytorch + - llama + - llama-2 + - german + - deutsch + - text-generation + - de + - en + - dataset:Christoph911/German-legal-SQuAD + - dataset:philschmid/test_german_squad + - arxiv:2307.09288 - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: Llama-2-13b-chat-german-GGUF.q5_K_M.bin files: - - filename: ggml-model-q4_2.bin + - filename: Llama-2-13b-chat-german-GGUF.q5_K_M.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_2.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_3.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF/resolve/main/Llama-2-13b-chat-german-GGUF.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: morgendigital__llama-2-13b-chat-german-gguf__llama-2-13b-chat-german-gguf.q8_0.bin urls: - - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + - https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF tags: - - license:cc-by-sa-4.0 + - pytorch + - llama + - llama-2 + - german + - deutsch + - text-generation + - de + - en + - dataset:Christoph911/German-legal-SQuAD + - dataset:philschmid/test_german_squad + - arxiv:2307.09288 - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: Llama-2-13b-chat-german-GGUF.q8_0.bin files: - - filename: ggml-model-q4_3.bin + - filename: Llama-2-13b-chat-german-GGUF.q8_0.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_3.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-f16.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/morgendigital/Llama-2-13b-chat-german-GGUF/resolve/main/Llama-2-13b-chat-german-GGUF.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: mozzipa__ggml-korean-vicuna-7b-1.1__ggml-model-f32.bin urls: - - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + - https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1 tags: - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: ggml-model-f32.bin files: - - filename: ggml-model-f16.bin + - filename: ggml-model-f32.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-f16.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: mozzipa__ggml-korean-vicuna-7b-1.1__ggml-model-q5_0.bin urls: - - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + - https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1 tags: - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: ggml-model-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: ggml-model-q5_0.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/Mozzipa/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-model-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_1.bin - license: cc-by-sa-4.0 + name: mrdragonfox__blue_method_ggml__ggml-model-q4_0.bin urls: - - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML tags: - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: ggml-model-q4_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: ggml-model-q4_0.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_2.bin - license: cc-by-sa-4.0 + name: mrdragonfox__blue_method_ggml__ggml-model-q4_k_m.bin urls: - - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML tags: - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: ggml-model-q4_K_M.bin files: - - filename: ggml-model-q4_2.bin + - filename: ggml-model-q4_K_M.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_3.bin - license: cc-by-sa-4.0 + name: mrdragonfox__blue_method_ggml__ggml-model-q4_k_s.bin urls: - - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + - https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML tags: - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: ggml-model-q4_K_S.bin files: - - filename: ggml-model-q4_3.bin + - filename: ggml-model-q4_K_S.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_3.bin -- url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-f16.bin - license: cc-by-nc-4.0 + uri: https://huggingface.co/MrDragonFox/BLUE_METHOD_GGML/resolve/main/ggml-model-q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: mrtherealbubbles__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin urls: - - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + - https://huggingface.co/MrTheRealbubbles/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: ggml-model-f16.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin files: - - filename: ggml-model-f16.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/MrTheRealbubbles/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_0.bin - license: cc-by-nc-4.0 + name: msaad02__llama2_7b_brockportgpt_gguf__brockportgpt-7b-q4_0.gguf urls: - - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + - https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf tags: - - license:cc-by-nc-4.0 + - transformers + - llama + - text-generation + - en + - dataset:msaad02/formatted-ss-cleaned-brockport-qa + - endpoints_compatible + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: brockportgpt-7b-q4_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: brockportgpt-7b-q4_0.gguf sha256: "" - uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf/resolve/main/brockportgpt-7b-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_1.bin - license: cc-by-nc-4.0 + name: msaad02__llama2_7b_brockportgpt_gguf__brockportgpt-7b-q4_1.gguf urls: - - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + - https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf tags: - - license:cc-by-nc-4.0 + - transformers + - llama + - text-generation + - en + - dataset:msaad02/formatted-ss-cleaned-brockport-qa + - endpoints_compatible + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: brockportgpt-7b-q4_1.gguf files: - - filename: ggml-model-q4_1.bin + - filename: brockportgpt-7b-q4_1.gguf sha256: "" - uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf/resolve/main/brockportgpt-7b-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_2.bin - license: cc-by-nc-4.0 + name: msaad02__llama2_7b_brockportgpt_gguf__brockportgpt-7b-q5_0.gguf urls: - - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + - https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf tags: - - license:cc-by-nc-4.0 + - transformers + - llama + - text-generation + - en + - dataset:msaad02/formatted-ss-cleaned-brockport-qa + - endpoints_compatible + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: brockportgpt-7b-q5_0.gguf files: - - filename: ggml-model-q4_2.bin + - filename: brockportgpt-7b-q5_0.gguf sha256: "" - uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf/resolve/main/brockportgpt-7b-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_3.bin - license: cc-by-nc-4.0 + name: msaad02__llama2_7b_brockportgpt_gguf__brockportgpt-7b-q5_1.gguf urls: - - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + - https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf tags: - - license:cc-by-nc-4.0 + - transformers + - llama + - text-generation + - en + - dataset:msaad02/formatted-ss-cleaned-brockport-qa + - endpoints_compatible + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: brockportgpt-7b-q5_1.gguf files: - - filename: ggml-model-q4_3.bin + - filename: brockportgpt-7b-q5_1.gguf sha256: "" - uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_3.bin + uri: https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf/resolve/main/brockportgpt-7b-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ooferdoodles__tagger-ggml-7b__ggml-model-q4_0.bin - license: openrail + name: msaad02__llama2_7b_brockportgpt_gguf__brockportgpt-7b-q8_0.gguf urls: - - https://huggingface.co/ooferdoodles/tagger-ggml-7b + - https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf tags: - - license:openrail + - transformers + - llama + - text-generation + - en + - dataset:msaad02/formatted-ss-cleaned-brockport-qa + - endpoints_compatible + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: brockportgpt-7b-q8_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: brockportgpt-7b-q8_0.gguf sha256: "" - uri: https://huggingface.co/ooferdoodles/tagger-ggml-7b/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: openbuddy__openbuddy-ggml__openbuddy-atom-13b-v9-q5_k.bin + uri: https://huggingface.co/msaad02/llama2_7b_brockportgpt_gguf/resolve/main/brockportgpt-7b-q8_0.gguf +- url: github:go-skynet/model-gallery/rwkv-20b.yaml + name: mudler__rwkv-4-raven-1.5b-ggml__rwkv-4-raven-1b5-v11-eng99%25-other1%25-20230425-ctx4096_q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mudler/rwkv-4-raven-1.5B-ggml tags: - - text-generation - - zh - - en - - fr - - de - - ja - - ko - - it - - ru + - license:apache-2.0 - region:us overrides: parameters: - model: openbuddy-atom-13b-v9-q5_K.bin + model: RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin files: - - filename: openbuddy-atom-13b-v9-q5_K.bin + - filename: RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-atom-13b-v9-q5_K.bin + uri: https://huggingface.co/mudler/rwkv-4-raven-1.5B-ggml/resolve/main/RWKV-4-Raven-1B5-v11-Eng99%25-Other1%25-20230425-ctx4096_Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: openbuddy__openbuddy-ggml__openbuddy-llama-30b-v7.1-q2_k.bin + name: mukowaty__ggml-whisper__cs__ggml-medium-cs-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-llama-30b-v7.1-q2_K.bin + model: cs/ggml-medium-cs-mikr-q5_0.bin files: - - filename: openbuddy-llama-30b-v7.1-q2_K.bin + - filename: cs/ggml-medium-cs-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama-30b-v7.1-q2_K.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-medium-cs-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: openbuddy__openbuddy-ggml__openbuddy-llama-30b-v7.1-q5_k.bin + name: mukowaty__ggml-whisper__cs__ggml-medium-cs-mikr.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-llama-30b-v7.1-q5_K.bin + model: cs/ggml-medium-cs-mikr.bin files: - - filename: openbuddy-llama-30b-v7.1-q5_K.bin + - filename: cs/ggml-medium-cs-mikr.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama-30b-v7.1-q5_K.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-medium-cs-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: openbuddy__openbuddy-ggml__openbuddy-llama2-13b-v8.1-q3_k.bin + name: mukowaty__ggml-whisper__cs__ggml-small-cs-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-llama2-13b-v8.1-q3_K.bin + model: cs/ggml-small-cs-mikr-q5_0.bin files: - - filename: openbuddy-llama2-13b-v8.1-q3_K.bin + - filename: cs/ggml-small-cs-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama2-13b-v8.1-q3_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openbuddy-openllama-13b-v7-q4_k.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-small-cs-mikr-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__cs__ggml-small-cs-mikr.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-openllama-13b-v7-q4_K.bin + model: cs/ggml-small-cs-mikr.bin files: - - filename: openbuddy-openllama-13b-v7-q4_K.bin + - filename: cs/ggml-small-cs-mikr.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-13b-v7-q4_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openbuddy-openllama-3b-v10-q4_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/cs/ggml-small-cs-mikr.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__en__ggml-base-en-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-openllama-3b-v10-q4_0.bin + model: en/ggml-base-en-q5_0.bin files: - - filename: openbuddy-openllama-3b-v10-q4_0.bin + - filename: en/ggml-base-en-q5_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-3b-v10-q4_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openbuddy-openllama-3b-v10-q5_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-base-en-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__en__ggml-distilled-large-v2-en-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-openllama-3b-v10-q5_0.bin + model: en/ggml-distilled-large-v2-en-q5_0.bin files: - - filename: openbuddy-openllama-3b-v10-q5_0.bin + - filename: en/ggml-distilled-large-v2-en-q5_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-3b-v10-q5_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openbuddy-openllama-7b-v5-q3_k.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-distilled-large-v2-en-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__en__ggml-distilled-medium-en-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - text-generation - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru + - license:mit - region:us overrides: parameters: - model: openbuddy-openllama-7b-v5-q3_K.bin + model: en/ggml-distilled-medium-en-q5_0.bin files: - - filename: openbuddy-openllama-7b-v5-q3_K.bin + - filename: en/ggml-distilled-medium-en-q5_0.bin sha256: "" - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-7b-v5-q3_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openllama-7b-v5-q3_k.bin - license: apache-2.0 + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-distilled-medium-en-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__en__ggml-medium-en-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru - - license:apache-2.0 - - text-generation + - license:mit + - region:us overrides: parameters: - model: openllama-7b-v5-q3_K.bin + model: en/ggml-medium-en-q5_0.bin files: - - filename: openllama-7b-v5-q3_K.bin - sha256: 2cee8e826d3e42874d4a2d9a60c469a6eb4751791a1520c2eb8efc51937d331a - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openllama-7b-v5-q3_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: openbuddy__openbuddy-ggml__openllama-7b-v5-q5_k.bin - license: apache-2.0 + - filename: en/ggml-medium-en-q5_0.bin + sha256: "" + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-medium-en-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mukowaty__ggml-whisper__en__ggml-small-en-q5_0.bin + license: mit urls: - - https://huggingface.co/OpenBuddy/openbuddy-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - zh + - whisper + - ggml + - cs - en - - fr - - de - - ja - - ko - - it + - pl + - hu + - ro + - sk + - sl + - hr - ru - - license:apache-2.0 - - text-generation + - license:mit + - region:us overrides: parameters: - model: openllama-7b-v5-q5_K.bin + model: en/ggml-small-en-q5_0.bin files: - - filename: openllama-7b-v5-q5_K.bin - sha256: 55083c022a21fcf70cb3d8dd7fb90433d7307c1705bac5a3ff765de5b61fbca3 - uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openllama-7b-v5-q5_K.bin + - filename: en/ggml-small-en-q5_0.bin + sha256: "" + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-small-en-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: openthaigpt__openthaigpt-1.0.0-alpha-7b-chat-ggml-q4__ggml-model-q4_0.bin - license: apache-2.0 + name: mukowaty__ggml-whisper__en__ggml-tiny-en-q5_0.bin + license: mit urls: - - https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml-q4 + - https://huggingface.co/mukowaty/ggml-whisper tags: - - transformers - - openthaigpt - - llama - - text-generation - - th + - whisper + - ggml + - cs - en - - dataset:kobkrit/rd-taxqa - - dataset:iapp_wiki_qa_squad - - dataset:Thaweewat/alpaca-cleaned-52k-th - - dataset:Thaweewat/instruction-wild-52k-th - - dataset:Thaweewat/databricks-dolly-15k-th - - dataset:Thaweewat/hc3-24k-th - - dataset:Thaweewat/gpteacher-20k-th - - dataset:Thaweewat/onet-m6-social - - dataset:Thaweewat/alpaca-finance-43k-th - - license:apache-2.0 - - endpoints_compatible + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: en/ggml-tiny-en-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: en/ggml-tiny-en-q5_0.bin sha256: "" - uri: https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml-q4/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/en/ggml-tiny-en-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: openthaigpt__openthaigpt-1.0.0-alpha-7b-chat-ggml__ggml-model-f16.bin - license: apache-2.0 + name: mukowaty__ggml-whisper__hr__ggml-small-hr-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - transformers - - openthaigpt - - llama - - text-generation - - th + - whisper + - ggml + - cs - en - - dataset:kobkrit/rd-taxqa - - dataset:iapp_wiki_qa_squad - - dataset:Thaweewat/alpaca-cleaned-52k-th - - dataset:Thaweewat/instruction-wild-52k-th - - dataset:Thaweewat/databricks-dolly-15k-th - - dataset:Thaweewat/hc3-24k-th - - dataset:Thaweewat/gpteacher-20k-th - - dataset:Thaweewat/onet-m6-social - - dataset:Thaweewat/alpaca-finance-43k-th - - license:apache-2.0 - - endpoints_compatible + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-f16.bin + model: hr/ggml-small-hr-mikr-q5_0.bin files: - - filename: ggml-model-f16.bin + - filename: hr/ggml-small-hr-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hr/ggml-small-hr-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: orel12__ggml-gpt4all-j-v1.3-groovy__ggml-gpt4all-j-v1.3-groovy.bin - license: apache-2.0 + name: mukowaty__ggml-whisper__hr__ggml-small-hr-mikr.bin + license: mit urls: - - https://huggingface.co/orel12/ggml-gpt4all-j-v1.3-groovy + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:apache-2.0 + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-gpt4all-j-v1.3-groovy.bin + model: hr/ggml-small-hr-mikr.bin files: - - filename: ggml-gpt4all-j-v1.3-groovy.bin + - filename: hr/ggml-small-hr-mikr.bin sha256: "" - uri: https://huggingface.co/orel12/ggml-gpt4all-j-v1.3-groovy/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hr/ggml-small-hr-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggml__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggjtv3-q5_1.bin + name: mukowaty__ggml-whisper__hu__ggml-small-hu-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin + model: hu/ggml-small-hu-mikr-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin + - filename: hu/ggml-small-hu-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hu/ggml-small-hu-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggml__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggjtv3-q8_0.bin + name: mukowaty__ggml-whisper__hu__ggml-small-hu-mikr.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin + model: hu/ggml-small-hu-mikr.bin files: - - filename: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin + - filename: hu/ggml-small-hu-mikr.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/hu/ggml-small-hu-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q2_k.bin + name: mukowaty__ggml-whisper__multilang__ggml-base-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin + model: multilang/ggml-base-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin + - filename: multilang/ggml-base-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-base-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_l.bin + name: mukowaty__ggml-whisper__multilang__ggml-distilled-large-v2-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin + model: multilang/ggml-distilled-large-v2-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin + - filename: multilang/ggml-distilled-large-v2-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-distilled-large-v2-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_m.bin + name: mukowaty__ggml-whisper__multilang__ggml-large-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin + model: multilang/ggml-large-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin + - filename: multilang/ggml-large-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-large-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_s.bin + name: mukowaty__ggml-whisper__multilang__ggml-medium-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin + model: multilang/ggml-medium-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin + - filename: multilang/ggml-medium-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-medium-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q4_0.bin + name: mukowaty__ggml-whisper__multilang__ggml-small-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin + model: multilang/ggml-small-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin + - filename: multilang/ggml-small-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-small-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q4_1.bin + name: mukowaty__ggml-whisper__multilang__ggml-tiny-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin + model: multilang/ggml-tiny-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin + - filename: multilang/ggml-tiny-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/multilang/ggml-tiny-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q5_1.bin + name: mukowaty__ggml-whisper__pl__ggml-medium-pl-aspik101-q5_0.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin + model: pl/ggml-medium-pl-aspik101-q5_0.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin + - filename: pl/ggml-medium-pl-aspik101-q5_0.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-medium-pl-aspik101-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q8_0.bin + name: mukowaty__ggml-whisper__pl__ggml-medium-pl-aspik101.bin + license: mit urls: - - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs - en - - dataset:PeanutJar/PeanutButter-v4 + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin + model: pl/ggml-medium-pl-aspik101.bin files: - - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin + - filename: pl/ggml-medium-pl-aspik101.bin sha256: "" - uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-medium-pl-aspik101.bin - url: github:go-skynet/model-gallery/base.yaml - name: phi0112358__nart-100k-7b-ggml__nart100k-7b-ggml-q4_k_m.bin + name: mukowaty__ggml-whisper__pl__ggml-tiny-pl-aspik101-q5_0.bin + license: mit urls: - - https://huggingface.co/phi0112358/nart-100k-7b-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: nart100k-7b-ggml-q4_K_M.bin + model: pl/ggml-tiny-pl-aspik101-q5_0.bin files: - - filename: nart100k-7b-ggml-q4_K_M.bin + - filename: pl/ggml-tiny-pl-aspik101-q5_0.bin sha256: "" - uri: https://huggingface.co/phi0112358/nart-100k-7b-ggml/resolve/main/nart100k-7b-ggml-q4_K_M.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-tiny-pl-aspik101-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: phi0112358__nart-100k-7b-ggml__nart100k-7b-ggml-q5_k_m.bin + name: mukowaty__ggml-whisper__pl__ggml-tiny-pl-aspik101.bin + license: mit urls: - - https://huggingface.co/phi0112358/nart-100k-7b-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: nart100k-7b-ggml-q5_K_M.bin + model: pl/ggml-tiny-pl-aspik101.bin files: - - filename: nart100k-7b-ggml-q5_K_M.bin + - filename: pl/ggml-tiny-pl-aspik101.bin sha256: "" - uri: https://huggingface.co/phi0112358/nart-100k-7b-ggml/resolve/main/nart100k-7b-ggml-q5_K_M.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/pl/ggml-tiny-pl-aspik101.bin - url: github:go-skynet/model-gallery/base.yaml - name: phi0112358__pmc_llama-7b-ggml__pmc_llama-7b-q5k.bin + name: mukowaty__ggml-whisper__ro__ggml-small-ro-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/phi0112358/PMC_LLaMA-7B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - llama + - whisper - ggml - - pubmed - - medicine - - research - - papers + - cs - en - - dataset:S2ORC + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: PMC_LLaMA-7B-q5K.bin + model: ro/ggml-small-ro-mikr-q5_0.bin files: - - filename: PMC_LLaMA-7B-q5K.bin + - filename: ro/ggml-small-ro-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/phi0112358/PMC_LLaMA-7B-ggml/resolve/main/PMC_LLaMA-7B-q5K.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ro/ggml-small-ro-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: phi0112358__zicklein-7b-german_alpaca-ggml__alpaca-7b-german-q5k.bin - license: apache-2.0 + name: mukowaty__ggml-whisper__ro__ggml-small-ro-mikr.bin + license: mit urls: - - https://huggingface.co/phi0112358/Zicklein-7B-german_Alpaca-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - llama - - alpaca + - whisper - ggml - - german - - deutsch - - zicklein - - de - - dataset:yahma/alpaca-cleaned - - license:apache-2.0 + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: Alpaca-7B-German-q5K.bin + model: ro/ggml-small-ro-mikr.bin files: - - filename: Alpaca-7B-German-q5K.bin + - filename: ro/ggml-small-ro-mikr.bin sha256: "" - uri: https://huggingface.co/phi0112358/Zicklein-7B-german_Alpaca-ggml/resolve/main/Alpaca-7B-German-q5K.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ro/ggml-small-ro-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-lora-30b-ggml__ggml-model-q4_0.bin - license: unknown + name: mukowaty__ggml-whisper__ru__ggml-base-ru-artyomboyko-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-lora-30B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: ru/ggml-base-ru-artyomboyko-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: ru/ggml-base-ru-artyomboyko-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-lora-30B-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ru/ggml-base-ru-artyomboyko-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-lora-30b-ggml__ggml-model-q4_1.bin - license: unknown + name: mukowaty__ggml-whisper__ru__ggml-base-ru-artyomboyko.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-lora-30B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: ru/ggml-base-ru-artyomboyko.bin files: - - filename: ggml-model-q4_1.bin + - filename: ru/ggml-base-ru-artyomboyko.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-lora-30B-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/ru/ggml-base-ru-artyomboyko.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_0.bin - license: unknown + name: mukowaty__ggml-whisper__sk__ggml-medium-sk-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: sk/ggml-medium-sk-mikr-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: sk/ggml-medium-sk-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-medium-sk-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_1.bin - license: unknown + name: mukowaty__ggml-whisper__sk__ggml-medium-sk-mikr.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: sk/ggml-medium-sk-mikr.bin files: - - filename: ggml-model-q4_1.bin + - filename: sk/ggml-medium-sk-mikr.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-medium-sk-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_2.bin - license: unknown + name: mukowaty__ggml-whisper__sk__ggml-small-sk-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: sk/ggml-small-sk-mikr-q5_0.bin files: - - filename: ggml-model-q4_2.bin + - filename: sk/ggml-small-sk-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-small-sk-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_3.bin - license: unknown + name: mukowaty__ggml-whisper__sk__ggml-small-sk-mikr.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: sk/ggml-small-sk-mikr.bin files: - - filename: ggml-model-q4_3.bin + - filename: sk/ggml-small-sk-mikr.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_3.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sk/ggml-small-sk-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q5_0.bin - license: unknown + name: mukowaty__ggml-whisper__sl__ggml-medium-sl-mikr-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: sl/ggml-medium-sl-mikr-q5_0.bin files: - - filename: ggml-model-q5_0.bin + - filename: sl/ggml-medium-sl-mikr-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sl/ggml-medium-sl-mikr-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q5_1.bin - license: unknown + name: mukowaty__ggml-whisper__sl__ggml-medium-sl-mikr.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mukowaty/ggml-whisper tags: - - license:unknown + - whisper + - ggml + - cs + - en + - pl + - hu + - ro + - sk + - sl + - hr + - ru + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: sl/ggml-medium-sl-mikr.bin files: - - filename: ggml-model-q5_1.bin + - filename: sl/ggml-medium-sl-mikr.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/mukowaty/ggml-whisper/resolve/main/sl/ggml-medium-sl-mikr.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-13b-ggml__ggml-model-q8_0.bin - license: unknown + name: mverrilli__dolly-v2-12b-ggml__ggml-model-f16.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + - https://huggingface.co/mverrilli/dolly-v2-12b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - has_space - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q8_0.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q8_0.bin + uri: https://huggingface.co/mverrilli/dolly-v2-12b-ggml/resolve/main/ggml-model-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_0.bin - license: unknown + name: mverrilli__dolly-v2-12b-ggml__ggml-model-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/mverrilli/dolly-v2-12b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - has_space - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: ggml-model-q5_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: ggml-model-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mverrilli/dolly-v2-12b-ggml/resolve/main/ggml-model-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_1.bin - license: unknown + name: mverrilli__dolly-v2-3b-ggml__ggml-model-f16.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/mverrilli/dolly-v2-3b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_1.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mverrilli/dolly-v2-3b-ggml/resolve/main/ggml-model-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_2.bin - license: unknown + name: mverrilli__dolly-v2-3b-ggml__ggml-model-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/mverrilli/dolly-v2-3b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: ggml-model-q5_0.bin files: - - filename: ggml-model-q4_2.bin + - filename: ggml-model-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/mverrilli/dolly-v2-3b-ggml/resolve/main/ggml-model-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_3.bin - license: unknown + name: mverrilli__dolly-v2-7b-ggml__ggml-model-f16.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/mverrilli/dolly-v2-7b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - has_space - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_3.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_3.bin + uri: https://huggingface.co/mverrilli/dolly-v2-7b-ggml/resolve/main/ggml-model-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q5_0.bin - license: unknown + name: mverrilli__dolly-v2-7b-ggml__ggml-model-q5_0.bin + license: mit urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/mverrilli/dolly-v2-7b-ggml tags: - - license:unknown + - ggml + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - has_space - region:us overrides: parameters: @@ -38454,30686 +43132,168655 @@ files: - filename: ggml-model-q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q5_1.bin - license: unknown + uri: https://huggingface.co/mverrilli/dolly-v2-7b-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: myeolinmalchi__ggml-korean-vicuna-7b-1.1__ggml-kovic7b-f32.bin urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1 tags: - - license:unknown - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: ggml-kovic7b-f32.bin files: - - filename: ggml-model-q5_1.bin + - filename: ggml-kovic7b-f32.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: pi3141__alpaca-native-7b-ggml__ggml-model-q8_0.bin - license: unknown + uri: https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-kovic7b-f32.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: myeolinmalchi__ggml-korean-vicuna-7b-1.1__ggml-kovic7b-q5_1.bin urls: - - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + - https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1 tags: - - license:unknown - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: ggml-kovic7b-q5_1.bin files: - - filename: ggml-model-q8_0.bin + - filename: ggml-kovic7b-q5_1.bin sha256: "" - uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q8_0.bin + uri: https://huggingface.co/myeolinmalchi/ggml-korean-vicuna-7b-1.1/resolve/main/ggml-kovic7b-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_0.bin - license: unknown + name: myeolinmalchi__gugugo-koen-1.3b-v1.0-ggml__ggml-model-f16.bin + license: apache-2.0 urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML tags: - - license:unknown + - translation + - en + - ko + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: ggml-model-f16.bin files: - - filename: ggml-model-q4_0.bin + - filename: ggml-model-f16.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML/resolve/main/ggml-model-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_1.bin - license: unknown + name: myeolinmalchi__gugugo-koen-1.3b-v1.0-ggml__gugugo.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML tags: - - license:unknown + - translation + - en + - ko + - license:apache-2.0 - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: gugugo.q8_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: gugugo.q8_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/myeolinmalchi/Gugugo-koen-1.3B-V1.0-GGML/resolve/main/gugugo.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_2.bin - license: unknown + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__ggml-model.bin urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - license:unknown + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: ggml-model.bin files: - - filename: ggml-model-q4_2.bin + - filename: ggml-model.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_2.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/ggml-model.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_3.bin - license: unknown + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q4_0.bin urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - license:unknown + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q4_3.bin + model: kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin files: - - filename: ggml-model-q4_3.bin + - filename: kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_3.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q5_0.bin - license: unknown + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q4_1.bin urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - license:unknown + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin files: - - filename: ggml-model-q5_0.bin + - filename: kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q5_1.bin - license: unknown + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q5_0.bin urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - license:unknown + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin files: - - filename: ggml-model-q5_1.bin + - filename: kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q8_0.bin - license: unknown + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q5_1.bin urls: - - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - license:unknown + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin files: - - filename: ggml-model-q8_0.bin + - filename: kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_0.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__kullm-polyglot-12.8b-v2-ggml__kullm-polyglot-12.8b-v2.ggmlv3.q8_0.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML tags: - - adapter-transformers - - llama - - text-generation - - en + - transformers + - gpt-neox + - endpoints_compatible - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin files: - - filename: ggml-model-q4_0.bin + - filename: kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_1.bin + uri: https://huggingface.co/myeolinmalchi/kullm-polyglot-12.8b-v2-GGML/resolve/main/kullm-polyglot-12.8B-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__lima-qlora-3b-ggml__lima-q4_0.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml - tags: - - adapter-transformers - - llama - - text-generation - - en - - region:us + - https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML overrides: parameters: - model: ggml-model-q4_1.bin + model: lima-q4_0.bin files: - - filename: ggml-model-q4_1.bin - sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_2.bin + - filename: lima-q4_0.bin + sha256: 36598578426a02e4162f3582c5457de63262c39c4845175e476afb420e27e3cf + uri: https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML/resolve/main/lima-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__lima-qlora-3b-ggml__lima-q5_1.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml - tags: - - adapter-transformers - - llama - - text-generation - - en - - region:us + - https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML overrides: parameters: - model: ggml-model-q4_2.bin + model: lima-q5_1.bin files: - - filename: ggml-model-q4_2.bin - sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_2.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q5_0.bin + - filename: lima-q5_1.bin + sha256: b65b2eed296a52c50afa83c18ead8362b619333903e94d27d23ff053654464de + uri: https://huggingface.co/myeolinmalchi/lima-qlora-3b-GGML/resolve/main/lima-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q4_0.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/remon-13B-GGML tags: - - adapter-transformers - - llama - - text-generation - - en - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: remon-13B.ggmlv3.q4_0.bin files: - - filename: ggml-model-q5_0.bin + - filename: remon-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q5_1.bin + uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q4_1.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/remon-13B-GGML tags: - - adapter-transformers - - llama - - text-generation - - en - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: remon-13B.ggmlv3.q4_1.bin files: - - filename: ggml-model-q5_1.bin + - filename: remon-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q8_0.bin + uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q5_0.bin urls: - - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/remon-13B-GGML tags: - - adapter-transformers - - llama - - text-generation - - en - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: remon-13B.ggmlv3.q5_0.bin files: - - filename: ggml-model-q8_0.bin + - filename: remon-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_0.bin + uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q5_1.bin urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/remon-13B-GGML tags: - - adapter-transformers - - llama - - text-generation - - en - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: remon-13B.ggmlv3.q5_1.bin files: - - filename: ggml-model-q4_0.bin + - filename: remon-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_1.bin + uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: myeolinmalchi__remon-13b-ggml__remon-13b.ggmlv3.q8_0.bin urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/myeolinmalchi/remon-13B-GGML tags: - - adapter-transformers - - llama - - text-generation - - en - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: remon-13B.ggmlv3.q8_0.bin files: - - filename: ggml-model-q4_1.bin + - filename: remon-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_2.bin + uri: https://huggingface.co/myeolinmalchi/remon-13B-GGML/resolve/main/remon-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_bakllava-1__ggml-model-f16.gguf urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/mys/ggml_bakllava-1 tags: - - adapter-transformers - - llama - - text-generation - - en + - llava + - bakllava + - lmm + - ggml + - llama.cpp - region:us overrides: parameters: - model: ggml-model-q4_2.bin + model: ggml-model-f16.gguf files: - - filename: ggml-model-q4_2.bin + - filename: ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_2.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q5_0.bin + uri: https://huggingface.co/mys/ggml_bakllava-1/resolve/main/ggml-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_bakllava-1__ggml-model-q4_k.gguf urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/mys/ggml_bakllava-1 tags: - - adapter-transformers - - llama - - text-generation - - en + - llava + - bakllava + - lmm + - ggml + - llama.cpp - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: ggml-model-q4_k.gguf files: - - filename: ggml-model-q5_0.bin + - filename: ggml-model-q4_k.gguf sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q5_1.bin + uri: https://huggingface.co/mys/ggml_bakllava-1/resolve/main/ggml-model-q4_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_bakllava-1__ggml-model-q5_k.gguf urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/mys/ggml_bakllava-1 tags: - - adapter-transformers - - llama - - text-generation - - en + - llava + - bakllava + - lmm + - ggml + - llama.cpp - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: ggml-model-q5_k.gguf files: - - filename: ggml-model-q5_1.bin + - filename: ggml-model-q5_k.gguf sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q8_0.bin + uri: https://huggingface.co/mys/ggml_bakllava-1/resolve/main/ggml-model-q5_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_bakllava-1__mmproj-model-f16.gguf urls: - - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + - https://huggingface.co/mys/ggml_bakllava-1 tags: - - adapter-transformers - - llama - - text-generation - - en + - llava + - bakllava + - lmm + - ggml + - llama.cpp - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: mmproj-model-f16.gguf files: - - filename: ggml-model-q8_0.bin + - filename: mmproj-model-f16.gguf sha256: "" - uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q8_0.bin + uri: https://huggingface.co/mys/ggml_bakllava-1/resolve/main/mmproj-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pierre-pessarossi__llama2-7b-shakespeare-f16p-gguf__llama2-7b-shakespeare-f16p.gguf.fp16.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-f16.gguf + license: mit urls: - - https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama2-7b-shakespeare-f16p.gguf.fp16.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f16.gguf files: - - filename: llama2-7b-shakespeare-f16p.gguf.fp16.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF/resolve/main/llama2-7b-shakespeare-f16p.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pierre-pessarossi__llama2-7b-shakespeare-f16p-gguf__llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-f32.gguf + license: mit urls: - - https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f32.gguf files: - - filename: llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f32.gguf sha256: "" - uri: https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF/resolve/main/llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pioneer101__chinese-llama-2-7b-gguf__chinese-llama-2-7b.gguf.fp16.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: chinese-llama-2-7b.gguf.fp16.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_0.gguf files: - - filename: chinese-llama-2-7b.gguf.fp16.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF/resolve/main/chinese-llama-2-7b.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pioneer101__chinese-llama-2-7b-gguf__chinese-llama-2-7b.gguf.q4_k_m.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: chinese-llama-2-7b.gguf.q4_k_m.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_1.gguf files: - - filename: chinese-llama-2-7b.gguf.q4_k_m.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF/resolve/main/chinese-llama-2-7b.gguf.q4_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-13b-ggml-f16__dans-personalityengine-13b-ggml-f16.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-f16 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-13b-ggml-f16.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_0.gguf files: - - filename: Dans-PersonalityEngine-13b-ggml-f16.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-f16/resolve/main/Dans-PersonalityEngine-13b-ggml-f16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-13b-ggml-q4_0__dans-personalityengine-13b-ggml-q4_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-13b-ggml-q4_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_1.gguf files: - - filename: Dans-PersonalityEngine-13b-ggml-q4_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_0/resolve/main/Dans-PersonalityEngine-13b-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-13b-ggml-q4_1__dans-personalityengine-13b-ggml-q4_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-13b-ggml-q4_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q8_0.gguf files: - - filename: Dans-PersonalityEngine-13b-ggml-q4_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_1/resolve/main/Dans-PersonalityEngine-13b-ggml-q4_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-13b-ggml-q5_0__dans-personalityengine-13b-ggml-q5_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-f16.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-13b-ggml-q5_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f16.gguf files: - - filename: Dans-PersonalityEngine-13b-ggml-q5_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f16.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_0/resolve/main/Dans-PersonalityEngine-13b-ggml-q5_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-13b-ggml-q5_1__dans-personalityengine-13b-ggml-q5_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-f32.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-13b-ggml-q5_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f32.gguf files: - - filename: Dans-PersonalityEngine-13b-ggml-q5_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f32.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_1/resolve/main/Dans-PersonalityEngine-13b-ggml-q5_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-30b-ggml-q4_0__dans-personalityengine-30b-ggml-q4_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-30b-ggml-q4_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_0.gguf files: - - filename: Dans-PersonalityEngine-30b-ggml-q4_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_0/resolve/main/Dans-PersonalityEngine-30b-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-30b-ggml-q4_1__dans-personalityengine-30b-ggml-q4_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-30b-ggml-q4_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_1.gguf files: - - filename: Dans-PersonalityEngine-30b-ggml-q4_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_1/resolve/main/Dans-PersonalityEngine-30b-ggml-q4_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-30b-ggml-q5_0__dans-personalityengine-30b-ggml-q5_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-30b-ggml-q5_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_0.gguf files: - - filename: Dans-PersonalityEngine-30b-ggml-q5_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_0/resolve/main/Dans-PersonalityEngine-30b-ggml-q5_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-personalityengine-30b-ggml-q5_1__dans-personalityengine-30b-ggml-q5_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PersonalityEngine-30b-ggml-q5_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_1.gguf files: - - filename: Dans-PersonalityEngine-30b-ggml-q5_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_1/resolve/main/Dans-PersonalityEngine-30b-ggml-q5_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-f16__dans-pileofsets-mk1-llama-13b-merged-ggml-f16.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-text-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q8_0.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-text-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-f16.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f16.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f16.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_1__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-f32.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f32.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f32.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_0.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_1__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_1.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_1.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q8_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q8_0.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_0.gguf files: - - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: prajwalk__codellama-travellers-13b-instruct-hf-merge-adapter-gguf__codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_1.gguf files: - - filename: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF/resolve/main/codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: prajwalk__codellama-travellers-13b-instruct-hf-merge-adapter-gguf__codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + name: mys__ggml_clip-vit-b-32-laion2b-s34b-b79k__clip-vit-b-32-laion2b-s34b-b79k_ggml-vision-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + model: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q8_0.gguf files: - - filename: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + - filename: CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF/resolve/main/codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-B-32-laion2B-s34B-b79K/resolve/main/CLIP-ViT-B-32-laion2B-s34B-b79K_ggml-vision-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: prashanth07__ggml-french__whisper-french-ggml-model.bin + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-f16.gguf + license: mit urls: - - https://huggingface.co/prashanth07/ggml-french + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Whisper-french-ggml-model.bin + model: clip-vit-base-patch32_ggml-model-f16.gguf files: - - filename: Whisper-french-ggml-model.bin + - filename: clip-vit-base-patch32_ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/prashanth07/ggml-french/resolve/main/Whisper-french-ggml-model.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-12.8b-translate-q4_0-break__ggml-model-q4_0.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-f32.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0-break + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-base-patch32_ggml-model-f32.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-base-patch32_ggml-model-f32.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0-break/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-12.8b-translate-q4_0__ggml-polyglot-12.8b-translate-q4_0.bin - license: apache-2.0 + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0 + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:apache-2.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-polyglot-12.8b-translate-q4_0.bin + model: clip-vit-base-patch32_ggml-model-q4_0.gguf files: - - filename: ggml-polyglot-12.8b-translate-q4_0.bin + - filename: clip-vit-base-patch32_ggml-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0/resolve/main/ggml-polyglot-12.8b-translate-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-12.8b-translate-q5_0__ggml-model-q5_0.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_0 + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: clip-vit-base-patch32_ggml-model-q4_1.gguf files: - - filename: ggml-model-q5_0.bin + - filename: clip-vit-base-patch32_ggml-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_0/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-12.8b-translate-q5_1-break__ggml-model-q5_1.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1-break + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: clip-vit-base-patch32_ggml-model-q5_0.gguf files: - - filename: ggml-model-q5_1.bin + - filename: clip-vit-base-patch32_ggml-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1-break/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-12.8b-translate-q5_1__ggml-polyglot-12.8b-translate-q5_1.bin - license: apache-2.0 + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1 + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:apache-2.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-polyglot-12.8b-translate-q5_1.bin + model: clip-vit-base-patch32_ggml-model-q5_1.gguf files: - - filename: ggml-polyglot-12.8b-translate-q5_1.bin + - filename: clip-vit-base-patch32_ggml-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1/resolve/main/ggml-polyglot-12.8b-translate-q5_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-5.8b-translate-q4_0__ggml-polyglot-5.8b-q4_0.bin - license: apache-2.0 + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q4_0 + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:apache-2.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-polyglot-5.8b-q4_0.bin + model: clip-vit-base-patch32_ggml-model-q8_0.gguf files: - - filename: ggml-polyglot-5.8b-q4_0.bin + - filename: clip-vit-base-patch32_ggml-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q4_0/resolve/main/ggml-polyglot-5.8b-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: psymon__ggml-polyglot-5.8b-translate-q5_1__ggml-polyglot-5.8b-q5_1.bin - license: apache-2.0 + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-f16.gguf + license: mit urls: - - https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q5_1 + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:apache-2.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-polyglot-5.8b-q5_1.bin + model: clip-vit-base-patch32_ggml-text-model-f16.gguf files: - - filename: ggml-polyglot-5.8b-q5_1.bin + - filename: clip-vit-base-patch32_ggml-text-model-f16.gguf sha256: "" - uri: https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q5_1/resolve/main/ggml-polyglot-5.8b-q5_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: qm9__ggml-gpt4all-j-v1.3-groovy.bin__ggml-gpt4all-j-v1.3-groovy.bin + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-f32.gguf + license: mit urls: - - https://huggingface.co/qm9/ggml-gpt4all-j-v1.3-groovy.bin + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-gpt4all-j-v1.3-groovy.bin + model: clip-vit-base-patch32_ggml-text-model-f32.gguf files: - - filename: ggml-gpt4all-j-v1.3-groovy.bin + - filename: clip-vit-base-patch32_ggml-text-model-f32.gguf sha256: "" - uri: https://huggingface.co/qm9/ggml-gpt4all-j-v1.3-groovy.bin/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rachidar__falcon-7b-ggml__falcon-7b-q4_0-ggml.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/falcon-7B-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: falcon-7B-Q4_0-ggml.bin + model: clip-vit-base-patch32_ggml-text-model-q4_0.gguf files: - - filename: falcon-7B-Q4_0-ggml.bin + - filename: clip-vit-base-patch32_ggml-text-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q4_0-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rachidar__falcon-7b-ggml__falcon-7b-q4_1-ggml.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/RachidAR/falcon-7B-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: falcon-7B-Q4_1-ggml.bin + model: clip-vit-base-patch32_ggml-text-model-q4_1.gguf files: - - filename: falcon-7B-Q4_1-ggml.bin + - filename: clip-vit-base-patch32_ggml-text-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q4_1-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rachidar__falcon-7b-ggml__falcon-7b-q5_0-ggml.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/falcon-7B-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: falcon-7B-Q5_0-ggml.bin + model: clip-vit-base-patch32_ggml-text-model-q5_0.gguf files: - - filename: falcon-7B-Q5_0-ggml.bin + - filename: clip-vit-base-patch32_ggml-text-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q5_0-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rachidar__falcon-7b-ggml__falcon-7b-q5_1-ggml.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/RachidAR/falcon-7B-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: falcon-7B-Q5_1-ggml.bin + model: clip-vit-base-patch32_ggml-text-model-q5_1.gguf files: - - filename: falcon-7B-Q5_1-ggml.bin + - filename: clip-vit-base-patch32_ggml-text-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q5_1-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rachidar__falcon-7b-ggml__falcon-7b-q8_0-ggml.bin - license: other + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-text-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/falcon-7B-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: falcon-7B-Q8_0-ggml.bin + model: clip-vit-base-patch32_ggml-text-model-q8_0.gguf files: - - filename: falcon-7B-Q8_0-ggml.bin + - filename: clip-vit-base-patch32_ggml-text-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q8_0-ggml.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: rachidar__open_llama_7b-ggml__openllama7b-q5_0-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-text-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-f16.gguf + license: mit urls: - - https://huggingface.co/RachidAR/open_llama_7b-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: OpenLLAMA7B-q5_0-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-f16.gguf files: - - filename: OpenLLAMA7B-q5_0-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-f16.gguf sha256: "" - uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_0-ggml.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: rachidar__open_llama_7b-ggml__openllama7b-q5_1-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-f32.gguf + license: mit urls: - - https://huggingface.co/RachidAR/open_llama_7b-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: OpenLLAMA7B-q5_1-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-f32.gguf files: - - filename: OpenLLAMA7B-q5_1-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-f32.gguf sha256: "" - uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_1-ggml.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: rachidar__open_llama_7b-ggml__openllama7b-q5_k_m-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/open_llama_7b-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: OpenLLAMA7B-q5_K_M-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-q4_0.gguf files: - - filename: OpenLLAMA7B-q5_K_M-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_K_M-ggml.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: rachidar__open_llama_7b-ggml__openllama7b-q8_0-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/RachidAR/open_llama_7b-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: OpenLLAMA7B-q8_0-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-q4_1.gguf files: - - filename: OpenLLAMA7B-q8_0-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q8_0-ggml.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-7b-q3_k-q2_k-ggml__wizardlm7b-q2_k-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: wizardlm7B-q2_K-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-q5_0.gguf files: - - filename: wizardlm7B-q2_K-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml/resolve/main/wizardlm7B-q2_K-ggml.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-7b-q3_k-q2_k-ggml__wizardlm7b-q3_k_m-ggml.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: wizardlm7B-q3_K_M-ggml.bin + model: clip-vit-base-patch32_ggml-vision-model-q5_1.gguf files: - - filename: wizardlm7B-q3_K_M-ggml.bin + - filename: clip-vit-base-patch32_ggml-vision-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml/resolve/main/wizardlm7B-q3_K_M-ggml.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-7b-q6_k-ggml__wizardlm7b-q6_k.bin + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-base-patch32__clip-vit-base-patch32_ggml-vision-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-7B-q6_K-ggml + - https://huggingface.co/mys/ggml_clip-vit-base-patch32 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: wizardlm7B-q6_K.bin + model: clip-vit-base-patch32_ggml-vision-model-q8_0.gguf files: - - filename: wizardlm7B-q6_K.bin + - filename: clip-vit-base-patch32_ggml-vision-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-7B-q6_K-ggml/resolve/main/wizardlm7B-q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-uncensored-scot-st-30b-q3_k_m-ggml__wizardlm30b-unc-scot-st-q3_k_m.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-base-patch32/resolve/main/clip-vit-base-patch32_ggml-vision-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-f16.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_M-GGML + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: WizardLM30B-Unc-SCOT-ST-q3_K_M.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f16.gguf files: - - filename: WizardLM30B-Unc-SCOT-ST-q3_K_M.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_M-GGML/resolve/main/WizardLM30B-Unc-SCOT-ST-q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-uncensored-scot-st-30b-q3_k_s-ggml__wizardlm30b-unc-scot-st-q3_k_s.bin - license: other + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-f32.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_S-GGML + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f32.gguf files: - - filename: Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f32.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_S-GGML/resolve/main/Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-uncensored-scot-st-30b-q4_k_s-ggml__wizardlm-unc-scot-st-30b-q4_k_s-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q4_K_S-GGML + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_0.gguf files: - - filename: WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q4_K_S-GGML/resolve/main/WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rachidar__wizardlm-uncensored-scot-storytelling-30b-q2_k-ggml__wizardlm-30b-unc-st-scot-q2_k-ggml.bin - license: other + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-StoryTelling-30B-Q2_K-GGML + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_1.gguf files: - - filename: WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-StoryTelling-30B-Q2_K-GGML/resolve/main/WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahalmichel__whisper-ggml__ggml-base.bin - license: unknown + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rahalmichel/whisper-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:unknown + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-base.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_0.gguf files: - - filename: ggml-base.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-base.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahalmichel__whisper-ggml__ggml-medium.bin - license: unknown + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rahalmichel/whisper-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:unknown + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-medium.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_1.gguf files: - - filename: ggml-medium.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-medium.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahalmichel__whisper-ggml__ggml-small.bin - license: unknown + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/rahalmichel/whisper-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:unknown + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-small.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q8_0.gguf files: - - filename: ggml-small.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-small.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__ggml.js__gpt2-roleplay.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-f16.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/ggml.js + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: gpt2-roleplay.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f16.gguf files: - - filename: gpt2-roleplay.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f16.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/gpt2-roleplay.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__ggml.js__llama2__stories15m.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-f32.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/ggml.js + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama2/stories15M.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f32.gguf files: - - filename: llama2/stories15M.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f32.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/llama2/stories15M.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__ggml.js__llama2__tokenizer.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/ggml.js + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama2/tokenizer.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_0.gguf files: - - filename: llama2/tokenizer.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/llama2/tokenizer.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__ggml.js__starcoder.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/ggml.js + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: starcoder.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_1.gguf files: - - filename: starcoder.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/starcoder.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__tiny_starcoder_py_ggml__model.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: model.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_0.gguf files: - - filename: model.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/resolve/main/model.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rahuldshetty__tiny_starcoder_py_ggml__tiny_starcoder_py-ggml-q4_0.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: tiny_starcoder_py-ggml-q4_0.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_1.gguf files: - - filename: tiny_starcoder_py-ggml-q4_0.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/resolve/main/tiny_starcoder_py-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ravenscroftj__codegen-2b-multi-ggml-quant__codegen-2b-multi-ggml-4bit-quant.bin - license: bsd-3-clause + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-text-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - en + - clip + - vision - ggml - - quantized - - license:bsd-3-clause - - text-generation + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codegen-2B-multi-ggml-4bit-quant.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q8_0.gguf files: - - filename: codegen-2B-multi-ggml-4bit-quant.bin - sha256: 66b34820be1021b12693607dcd3869a4b2358ff03003bb4e6dae82d338fd532e - uri: https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant/resolve/main/codegen-2B-multi-ggml-4bit-quant.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-text-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ravenscroftj__codegen-2b-multi-ggml-quant__codegen-2b-multi-ggml-4bit-quant_q4_0.bin - license: bsd-3-clause + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-f16.gguf + license: mit urls: - - https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision - ggml - - quantized - - text-generation - - en - - license:bsd-3-clause + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codegen-2B-multi-ggml-4bit-quant_q4_0.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f16.gguf files: - - filename: codegen-2B-multi-ggml-4bit-quant_q4_0.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f16.gguf sha256: "" - uri: https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant/resolve/main/codegen-2B-multi-ggml-4bit-quant_q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ravenscroftj__codegen-350m-multi-ggml-quant__codegen-350m-multi-ggml-4bit-quant.bin - license: bsd-3-clause + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-f32.gguf + license: mit urls: - - https://huggingface.co/ravenscroftj/CodeGen-350M-multi-ggml-quant + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision - ggml - - quantized - - text-generation - - en - - license:bsd-3-clause + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codegen-350M-multi-ggml-4bit-quant.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f32.gguf files: - - filename: codegen-350M-multi-ggml-4bit-quant.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f32.gguf sha256: "" - uri: https://huggingface.co/ravenscroftj/CodeGen-350M-multi-ggml-quant/resolve/main/codegen-350M-multi-ggml-4bit-quant.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ravenscroftj__codegen-6b-multi-ggml-quant__codegen-6b-multi-ggml-4bit-quant.bin - license: bsd-3-clause + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/ravenscroftj/CodeGen-6B-multi-ggml-quant + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision - ggml - - quantized - - text-generation - - en - - license:bsd-3-clause + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codegen-6B-multi-ggml-4bit-quant.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_0.gguf files: - - filename: codegen-6B-multi-ggml-4bit-quant.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/ravenscroftj/CodeGen-6B-multi-ggml-quant/resolve/main/codegen-6B-multi-ggml-4bit-quant.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ravenscroftj__stablecode-instruct-alpha-3b-ggml__stablecode_instruct_3b_q4_0_ggml.bin + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/ravenscroftj/stablecode-instruct-alpha-3b-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: stablecode_instruct_3B_q4_0_ggml.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_1.gguf files: - - filename: stablecode_instruct_3B_q4_0_ggml.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/ravenscroftj/stablecode-instruct-alpha-3b-ggml/resolve/main/stablecode_instruct_3B_q4_0_ggml.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rffx0__chinese-llama-2-7b-ggml-model-q4_0__ggml-model-q4_0.bin - license: apache-2.0 + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rffx0/Chinese-Llama-2-7b-ggml-model-q4_0 + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: - - license:apache-2.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rffx0/Chinese-Llama-2-7b-ggml-model-q4_0/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: richardr1126__spider-skeleton-wizard-coder-ggml__spider-skeleton-wizard-coder-ggml-q4_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision - ggml - - sql - - spider - - text-to-sql - - sql finetune - - dataset:spider - - dataset:richardr1126/spider-skeleton-context-instruct - - arxiv:1809.08887 - - license:bigcode-openrail-m - - model-index - - has_space + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: spider-skeleton-wizard-coder-ggml-q4_0.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_1.gguf files: - - filename: spider-skeleton-wizard-coder-ggml-q4_0.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml/resolve/main/spider-skeleton-wizard-coder-ggml-q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: richardr1126__spider-skeleton-wizard-coder-ggml__spider-skeleton-wizard-coder-ggml-q8_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-h-14-laion2b-s32b-b79k__clip-vit-h-14-laion2b-s32b-b79k_ggml-vision-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K tags: + - clip + - vision - ggml - - sql - - spider - - text-to-sql - - sql finetune - - dataset:spider - - dataset:richardr1126/spider-skeleton-context-instruct - - arxiv:1809.08887 - - license:bigcode-openrail-m - - model-index - - has_space + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: spider-skeleton-wizard-coder-ggml-q8_0.bin + model: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q8_0.gguf files: - - filename: spider-skeleton-wizard-coder-ggml-q8_0.bin + - filename: CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml/resolve/main/spider-skeleton-wizard-coder-ggml-q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: richardr1126__spider-wizard-coder-ggml__spider-wizard-coder-ggml-q4_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/mys/ggml_CLIP-ViT-H-14-laion2B-s32B-b79K/resolve/main/CLIP-ViT-H-14-laion2B-s32B-b79K_ggml-vision-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-f16.gguf + license: mit urls: - - https://huggingface.co/richardr1126/spider-wizard-coder-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - license:bigcode-openrail-m + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit + - region:us overrides: parameters: - model: spider-wizard-coder-ggml-q4_0.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f16.gguf files: - - filename: spider-wizard-coder-ggml-q4_0.bin - sha256: 72648c67503af59fb128237f1b1f56a5ee14da568095281332fc01bd728ac0f0 - uri: https://huggingface.co/richardr1126/spider-wizard-coder-ggml/resolve/main/spider-wizard-coder-ggml-q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: richardr1126__sql-guanaco-13b-ggml__sql-guanaco-13b.ggml.q4_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f16.gguf + sha256: "" + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-f32.gguf + license: mit urls: - - https://huggingface.co/richardr1126/sql-guanaco-13b-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - GGMLv3 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit + - region:us overrides: parameters: - model: sql-guanaco-13b.ggml.q4_K_M.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f32.gguf files: - - filename: sql-guanaco-13b.ggml.q4_K_M.bin - sha256: b0d28096d7951dbdd4f3909d2f277bbe80ab7d6e8e57b7b89512062ea7991ba9 - uri: https://huggingface.co/richardr1126/sql-guanaco-13b-ggml/resolve/main/sql-guanaco-13b.ggml.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: richardr1126__sql-guanaco-13b-ggml__sql-guanaco-13b.ggml.q4_k_s.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f32.gguf + sha256: "" + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-f32.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/richardr1126/sql-guanaco-13b-ggml + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - GGMLv3 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit + - region:us overrides: parameters: - model: sql-guanaco-13b.ggml.q4_K_S.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_0.gguf files: - - filename: sql-guanaco-13b.ggml.q4_K_S.bin - sha256: 9857eee31358f8d982ce507ba5f45995e446feb0ef1583e6abb7ce626543cbfc - uri: https://huggingface.co/richardr1126/sql-guanaco-13b-ggml/resolve/main/sql-guanaco-13b.ggml.q4_K_S.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_0.gguf + sha256: "" + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: risen2513__codellama-7b-instruct-hf.ggmlv3__codellama-7b-instruct-hf.ggmlv3.q4_k_m.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/risen2513/CodeLlama-7b-Instruct-hf.ggmlv3 + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_1.gguf files: - - filename: CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/risen2513/CodeLlama-7b-Instruct-hf.ggmlv3/resolve/main/CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ritvikshandilya__llama-2-7b-meditext-gguf__llama-2-7b-meditext.gguf.fp16.bin + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-7b-meditext.gguf.fp16.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_0.gguf files: - - filename: llama-2-7b-meditext.gguf.fp16.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF/resolve/main/llama-2-7b-meditext.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ritvikshandilya__llama-2-7b-meditext-gguf__llama-2-7b-meditext.gguf.q4_k_m.bin + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-7b-meditext.gguf.q4_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_1.gguf files: - - filename: llama-2-7b-meditext.gguf.q4_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF/resolve/main/llama-2-7b-meditext.gguf.q4_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.fp16.bin + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-7b-medtext2.gguf.fp16.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q8_0.gguf files: - - filename: llama-2-7b-medtext2.gguf.fp16.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.q4_k_m.bin + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-f16.gguf + license: mit urls: - - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-7b-medtext2.gguf.q4_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f16.gguf files: - - filename: llama-2-7b-medtext2.gguf.q4_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f16.gguf sha256: "" - uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.q4_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.q5_k_m.bin + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-f32.gguf + license: mit urls: - - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-7b-medtext2.gguf.q5_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f32.gguf files: - - filename: llama-2-7b-medtext2.gguf.q5_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f32.gguf sha256: "" - uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.q5_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.fp16.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_1.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_1.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-text-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q8_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-text-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-f16.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f16.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f16.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-f32.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f32.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f32.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_1.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_1.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin - license: llama2 + name: mys__ggml_clip-vit-l-14-laion2b-s32b-b82k__clip-vit-l-14-laion2b-s32b-b82k_ggml-vision-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + model: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q8_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + - filename: CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + uri: https://huggingface.co/mys/ggml_CLIP-ViT-L-14-laion2B-s32B-b82K/resolve/main/CLIP-ViT-L-14-laion2B-s32B-b82K_ggml-vision-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin - license: llama2 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-f16.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + model: clip-vit-large-patch14_ggml-model-f16.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + - filename: clip-vit-large-patch14_ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin - license: llama2 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-f32.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + model: clip-vit-large-patch14_ggml-model-f32.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + - filename: clip-vit-large-patch14_ggml-model-f32.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin - license: llama2 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - dataset:rizerphe/glaive-function-calling-v2-llama - - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - dataset:glaiveai/glaive-function-calling-v2 - - license:llama2 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + model: clip-vit-large-patch14_ggml-model-q4_0.gguf files: - - filename: codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + - filename: clip-vit-large-patch14_ggml-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: robgonsalves__llama-2-13b-deep-haiku-ggml__llama-2-13b-deep-haiku.ggml.fp16.bin - license: cc-by-sa-4.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/robgonsalves/llama-2-13b-deep-haiku-GGML + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - text-generation - - en - - license:cc-by-sa-4.0 + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: llama-2-13b-deep-haiku.ggml.fp16.bin + model: clip-vit-large-patch14_ggml-model-q4_1.gguf files: - - filename: llama-2-13b-deep-haiku.ggml.fp16.bin + - filename: clip-vit-large-patch14_ggml-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/robgonsalves/llama-2-13b-deep-haiku-GGML/resolve/main/llama-2-13b-deep-haiku.ggml.fp16.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: rombodawg__working-with-text-gen-web-ui-wizard-mega-13b.ggml.q4_0.bin__wizard-mega-13b.ggml.q4_0.bin - license: other + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rombodawg/Working-with-text-gen-web-ui-wizard-mega-13B.ggml.q4_0.bin + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - license:other + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: wizard-mega-13B.ggml.q4_0.bin + model: clip-vit-large-patch14_ggml-model-q5_0.gguf files: - - filename: wizard-mega-13B.ggml.q4_0.bin - sha256: 02592d0590dfe57fbc1cae22a7171358a5db288237e41e6cb8c7c2e7402c6eb3 - uri: https://huggingface.co/rombodawg/Working-with-text-gen-web-ui-wizard-mega-13B.ggml.q4_0.bin/resolve/main/wizard-mega-13B.ggml.q4_0.bin + - filename: clip-vit-large-patch14_ggml-model-q5_0.gguf + sha256: "" + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: roversx__ac1.51-merge-ggml__ggml-model-q4_0.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/RoversX/AC1.51-merge-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-model-q5_1.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/RoversX/AC1.51-merge-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: roversx__ac1.51-merge-ggml__ggml-model-q4_1.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/RoversX/AC1.51-merge-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: clip-vit-large-patch14_ggml-model-q8_0.gguf files: - - filename: ggml-model-q4_1.bin + - filename: clip-vit-large-patch14_ggml-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/RoversX/AC1.51-merge-ggml/resolve/main/ggml-model-q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: roversx__llama-2-7b-chat-hf-qlora-samantha-v2-ggml__ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-f16.gguf + license: mit urls: - - https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-f16.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-f16.gguf sha256: "" - uri: https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: roversx__llama-2-7b-chat-hf-qlora-samantha-v2-ggml__ggml-model-q4_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-f32.gguf + license: mit urls: - - https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: clip-vit-large-patch14_ggml-text-model-f32.gguf files: - - filename: ggml-model-q4_1.bin + - filename: clip-vit-large-patch14_ggml-text-model-f32.gguf sha256: "" - uri: https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: roversx__stablebeluga-7b-qlora-samantha-v3-ggml__ggml-model-q4_0.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Samantha-V3-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-q4_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Samantha-V3-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: roversx__stablebeluga-7b-qlora-test-ggml__ggml-model-q4_0.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Test-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - en + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-q4_1.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Test-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: roversx__tablebeluga-7b-instruct-pl-lora-samantha-data-v1-ggml__ggml-model-q4_0.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/RoversX/tableBeluga-7B-instruct-pl-lora-Samantha-data-V1-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-q5_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/RoversX/tableBeluga-7B-instruct-pl-lora-Samantha-data-V1-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: rshvetsov__ggml-quantized__vicuna-7b-1.1-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rshvetsov/ggml-quantized + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: vicuna-7b-1.1-ggml-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-q5_1.gguf files: - - filename: vicuna-7b-1.1-ggml-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rshvetsov/ggml-quantized/resolve/main/vicuna-7b-1.1-ggml-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rtgiskard__alpaca-lora-7b-zh-ggml__ggml-model-q4_0.bin + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-text-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/rtgiskard/alpaca-lora-7b-zh-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: + - clip + - vision + - ggml + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: clip-vit-large-patch14_ggml-text-model-q8_0.gguf files: - - filename: ggml-model-q4_0.bin + - filename: clip-vit-large-patch14_ggml-text-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/rtgiskard/alpaca-lora-7b-zh-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-text-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b1-f16.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-f16.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b1-f16.bin + model: clip-vit-large-patch14_ggml-vision-model-f16.gguf files: - - filename: bloom-1b1-f16.bin + - filename: clip-vit-large-patch14_ggml-vision-model-f16.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-f16.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b1-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-f32.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b1-q4_0-ggjt.bin + model: clip-vit-large-patch14_ggml-vision-model-f32.gguf files: - - filename: bloom-1b1-q4_0-ggjt.bin + - filename: clip-vit-large-patch14_ggml-vision-model-f32.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q4_0-ggjt.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-f32.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b1-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-q4_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b1-q4_0.bin + model: clip-vit-large-patch14_ggml-vision-model-q4_0.gguf files: - - filename: bloom-1b1-q4_0.bin + - filename: clip-vit-large-patch14_ggml-vision-model-q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q4_0.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b1-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-q4_1.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b1-q5_1-ggjt.bin + model: clip-vit-large-patch14_ggml-vision-model-q4_1.gguf files: - - filename: bloom-1b1-q5_1-ggjt.bin + - filename: clip-vit-large-patch14_ggml-vision-model-q4_1.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q5_1-ggjt.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b1-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-q5_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b1-q5_1.bin + model: clip-vit-large-patch14_ggml-vision-model-q5_0.gguf files: - - filename: bloom-1b1-q5_1.bin + - filename: clip-vit-large-patch14_ggml-vision-model-q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q5_1.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b7-f16.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-q5_1.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b7-f16.bin + model: clip-vit-large-patch14_ggml-vision-model-q5_1.gguf files: - - filename: bloom-1b7-f16.bin + - filename: clip-vit-large-patch14_ggml-vision-model-q5_1.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-f16.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b7-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_clip-vit-large-patch14__clip-vit-large-patch14_ggml-vision-model-q8_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_clip-vit-large-patch14 tags: - - transformers - - llm-rs + - clip + - vision - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - clip.cpp + - clip-cpp-gguf + - license:mit - region:us overrides: parameters: - model: bloom-1b7-q4_0-ggjt.bin + model: clip-vit-large-patch14_ggml-vision-model-q8_0.gguf files: - - filename: bloom-1b7-q4_0-ggjt.bin + - filename: clip-vit-large-patch14_ggml-vision-model-q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q4_0-ggjt.bin + uri: https://huggingface.co/mys/ggml_clip-vit-large-patch14/resolve/main/clip-vit-large-patch14_ggml-vision-model-q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b7-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-13b__ggml-model-f16.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-13b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp - region:us overrides: parameters: - model: bloom-1b7-q4_0.bin + model: ggml-model-f16.gguf files: - - filename: bloom-1b7-q4_0.bin + - filename: ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q4_0.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/ggml-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b7-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-13b__ggml-model-q4_k.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-13b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp - region:us overrides: parameters: - model: bloom-1b7-q5_1-ggjt.bin + model: ggml-model-q4_k.gguf files: - - filename: bloom-1b7-q5_1-ggjt.bin + - filename: ggml-model-q4_k.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q5_1-ggjt.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/ggml-model-q4_k.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-1b7-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-13b__ggml-model-q5_k.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-13b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp - region:us overrides: parameters: - model: bloom-1b7-q5_1.bin + model: ggml-model-q5_k.gguf files: - - filename: bloom-1b7-q5_1.bin + - filename: ggml-model-q5_k.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q5_1.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/ggml-model-q5_k.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-3b-f16.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-13b__mmproj-model-f16.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-13b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp - region:us overrides: parameters: - model: bloom-3b-f16.bin + model: mmproj-model-f16.gguf files: - - filename: bloom-3b-f16.bin + - filename: mmproj-model-f16.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-f16.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/mmproj-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-3b-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-7b__ggml-model-f16.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-7b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp + - has_space - region:us overrides: parameters: - model: bloom-3b-q4_0-ggjt.bin + model: ggml-model-f16.gguf files: - - filename: bloom-3b-q4_0-ggjt.bin + - filename: ggml-model-f16.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q4_0-ggjt.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-7b/resolve/main/ggml-model-f16.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-3b-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-7b__ggml-model-q4_k.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-7b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp + - has_space - region:us overrides: parameters: - model: bloom-3b-q4_0.bin + model: ggml-model-q4_k.gguf files: - - filename: bloom-3b-q4_0.bin + - filename: ggml-model-q4_k.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q4_0.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-7b/resolve/main/ggml-model-q4_k.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-3b-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-7b__ggml-model-q5_k.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-7b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp + - has_space - region:us overrides: parameters: - model: bloom-3b-q5_1-ggjt.bin + model: ggml-model-q5_k.gguf files: - - filename: bloom-3b-q5_1-ggjt.bin + - filename: ggml-model-q5_k.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q5_1-ggjt.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-7b/resolve/main/ggml-model-q5_k.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-3b-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: mys__ggml_llava-v1.5-7b__mmproj-model-f16.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/mys/ggml_llava-v1.5-7b tags: - - transformers - - llm-rs + - llava + - lmm - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama.cpp + - has_space - region:us overrides: parameters: - model: bloom-3b-q5_1.bin + model: mmproj-model-f16.gguf files: - - filename: bloom-3b-q5_1.bin + - filename: mmproj-model-f16.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q5_1.bin + uri: https://huggingface.co/mys/ggml_llava-v1.5-7b/resolve/main/mmproj-model-f16.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: mzbac__stable-vicuna-13b-ggml-q4_0__stable-vicuna-13b-ggml_q4_0.bin + urls: + - https://huggingface.co/mzbac/stable-vicuna-13b-ggml-q4_0 + tags: + - region:us + overrides: + parameters: + model: stable-vicuna-13B-ggml_q4_0.bin + files: + - filename: stable-vicuna-13B-ggml_q4_0.bin + sha256: "" + uri: https://huggingface.co/mzbac/stable-vicuna-13b-ggml-q4_0/resolve/main/stable-vicuna-13B-ggml_q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-560m-f16.bin - license: bigscience-bloom-rail-1.0 + name: nahuel89p__nous-hermes-llama2-13b.gguf.q4_k_m__nous-hermes-llama2-13b.gguf.q4_k_m.bin + license: mit urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/nahuel89p/nous-hermes-llama2-13b.gguf.q4_K_M tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - license:mit - region:us overrides: parameters: - model: bloom-560m-f16.bin + model: nous-hermes-llama2-13b.gguf.q4_K_M.bin files: - - filename: bloom-560m-f16.bin + - filename: nous-hermes-llama2-13b.gguf.q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-f16.bin + uri: https://huggingface.co/nahuel89p/nous-hermes-llama2-13b.gguf.q4_K_M/resolve/main/nous-hermes-llama2-13b.gguf.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-560m-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: narrative-bi__llama-2-7b-gguf__llama-2-7b.q4_0.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/narrative-bi/Llama-2-7B-GGUF tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible - region:us overrides: parameters: - model: bloom-560m-q4_0-ggjt.bin + model: llama-2-7b.q4_0.gguf files: - - filename: bloom-560m-q4_0-ggjt.bin + - filename: llama-2-7b.q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q4_0-ggjt.bin + uri: https://huggingface.co/narrative-bi/Llama-2-7B-GGUF/resolve/main/llama-2-7b.q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-560m-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: narrative-bi__nous-hermes-llama-2-7b-gguf__nous-hermes-llama-2-7b.q4_0.gguf urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/narrative-bi/Nous-Hermes-Llama-2-7B-GGUF tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible - region:us overrides: parameters: - model: bloom-560m-q4_0.bin + model: nous-hermes-llama-2-7b.q4_0.gguf files: - - filename: bloom-560m-q4_0.bin + - filename: nous-hermes-llama-2-7b.q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q4_0.bin + uri: https://huggingface.co/narrative-bi/Nous-Hermes-Llama-2-7B-GGUF/resolve/main/nous-hermes-llama-2-7b.q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-560m-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.f16.bin urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible - region:us overrides: parameters: - model: bloom-560m-q5_1-ggjt.bin + model: Pygmalion-13B.ggmlv3.f16.bin files: - - filename: bloom-560m-q5_1-ggjt.bin + - filename: Pygmalion-13B.ggmlv3.f16.bin sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q5_1-ggjt.bin + uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloom-ggml__bloom-560m-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q3_k_l.bin urls: - - https://huggingface.co/rustformers/bloom-ggml + - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible - region:us overrides: parameters: - model: bloom-560m-q5_1.bin + model: Pygmalion-13B.ggmlv3.Q3_K_L.bin files: - - filename: bloom-560m-q5_1.bin + - filename: Pygmalion-13B.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q5_1.bin + uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b1-f16.bin - license: bigscience-bloom-rail-1.0 + name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q4_k_m.bin urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML tags: - - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b1-f16.bin + model: Pygmalion-13B.ggmlv3.Q4_K_M.bin files: - - filename: bloomz-1b1-f16.bin + - filename: Pygmalion-13B.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-f16.bin + uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b1-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q5_k_m.bin urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13B.ggmlv3.Q5_K_M.bin + files: + - filename: Pygmalion-13B.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: neko-institute-of-science__pygmalion-13b-ggml__pygmalion-13b.ggmlv3.q6_k.bin + urls: + - https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13B.ggmlv3.Q6_K.bin + files: + - filename: Pygmalion-13B.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/Neko-Institute-of-Science/Pygmalion-13B-GGML/resolve/main/Pygmalion-13B.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-f16.bin + license: bigscience-openrail-m + urls: + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b1-q4_0-ggjt.bin + model: starchat-alpha-ggml-f16.bin files: - - filename: bloomz-1b1-q4_0-ggjt.bin + - filename: starchat-alpha-ggml-f16.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q4_0-ggjt.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b1-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q4_0.bin + license: bigscience-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b1-q4_0.bin + model: starchat-alpha-ggml-q4_0.bin files: - - filename: bloomz-1b1-q4_0.bin + - filename: starchat-alpha-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q4_0.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b1-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q4_1.bin + license: bigscience-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b1-q5_1-ggjt.bin + model: starchat-alpha-ggml-q4_1.bin files: - - filename: bloomz-1b1-q5_1-ggjt.bin + - filename: starchat-alpha-ggml-q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q5_1-ggjt.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b1-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q5_0.bin + license: bigscience-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b1-q5_1.bin + model: starchat-alpha-ggml-q5_0.bin files: - - filename: bloomz-1b1-q5_1.bin + - filename: starchat-alpha-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q5_1.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b7-f16.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q5_1.bin + license: bigscience-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b7-f16.bin + model: starchat-alpha-ggml-q5_1.bin files: - - filename: bloomz-1b7-f16.bin + - filename: starchat-alpha-ggml-q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-f16.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b7-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starchat-alpha-ggml__starchat-alpha-ggml-q8_0.bin + license: bigscience-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starchat-alpha-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:bigscience-openrail-m - endpoints_compatible - region:us overrides: parameters: - model: bloomz-1b7-q4_0-ggjt.bin + model: starchat-alpha-ggml-q8_0.bin files: - - filename: bloomz-1b7-q4_0-ggjt.bin + - filename: starchat-alpha-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q4_0-ggjt.bin + uri: https://huggingface.co/NeoDim/starchat-alpha-GGML/resolve/main/starchat-alpha-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b7-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-f16.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-1b7-q4_0.bin + model: starcoder-ggml-f16.bin files: - - filename: bloomz-1b7-q4_0.bin + - filename: starcoder-ggml-f16.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q4_0.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-f16.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b7-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-1b7-q5_1-ggjt.bin + model: starcoder-ggml-q4_0.bin files: - - filename: bloomz-1b7-q5_1-ggjt.bin + - filename: starcoder-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q5_1-ggjt.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-1b7-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-1b7-q5_1.bin + model: starcoder-ggml-q4_1.bin files: - - filename: bloomz-1b7-q5_1.bin + - filename: starcoder-ggml-q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q5_1.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-3b-f16.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-3b-f16.bin + model: starcoder-ggml-q5_0.bin files: - - filename: bloomz-3b-f16.bin + - filename: starcoder-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-f16.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-3b-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-3b-q4_0-ggjt.bin + model: starcoder-ggml-q5_1.bin files: - - filename: bloomz-3b-q4_0-ggjt.bin + - filename: starcoder-ggml-q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q4_0-ggjt.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-3b-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoder-ggml__starcoder-ggml-q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoder-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible + - has_space - region:us overrides: parameters: - model: bloomz-3b-q4_0.bin + model: starcoder-ggml-q8_0.bin files: - - filename: bloomz-3b-q4_0.bin + - filename: starcoder-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q4_0.bin + uri: https://huggingface.co/NeoDim/starcoder-GGML/resolve/main/starcoder-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-3b-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoderbase-ggml__starcoderbase-ggml-f16.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoderbase-GGML tags: - transformers - - llm-rs - - ggml + - code - text-generation - - ak - - ar - - as - - bm - - bn - - ca + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index + - endpoints_compatible + - region:us + overrides: + parameters: + model: starcoderbase-ggml-f16.bin + files: + - filename: starcoderbase-ggml-f16.bin + sha256: "" + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: neodim__starcoderbase-ggml__starcoderbase-ggml-q4_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/NeoDim/starcoderbase-GGML + tags: + - transformers - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible - region:us overrides: parameters: - model: bloomz-3b-q5_1-ggjt.bin + model: starcoderbase-ggml-q4_0.bin files: - - filename: bloomz-3b-q5_1-ggjt.bin + - filename: starcoderbase-ggml-q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q5_1-ggjt.bin + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-3b-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoderbase-ggml__starcoderbase-ggml-q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoderbase-GGML tags: - transformers - - llm-rs - - ggml + - code - text-generation - - ak - - ar - - as - - bm - - bn - - ca + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index + - endpoints_compatible + - region:us + overrides: + parameters: + model: starcoderbase-ggml-q4_1.bin + files: + - filename: starcoderbase-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: neodim__starcoderbase-ggml__starcoderbase-ggml-q5_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/NeoDim/starcoderbase-GGML + tags: + - transformers - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible - region:us overrides: parameters: - model: bloomz-3b-q5_1.bin + model: starcoderbase-ggml-q5_0.bin files: - - filename: bloomz-3b-q5_1.bin + - filename: starcoderbase-ggml-q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q5_1.bin + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-560m-f16.bin - license: bigscience-bloom-rail-1.0 + name: neodim__starcoderbase-ggml__starcoderbase-ggml-q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/NeoDim/starcoderbase-GGML tags: - transformers - - llm-rs - - ggml + - code - text-generation - - ak - - ar - - as - - bm - - bn - - ca + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index + - endpoints_compatible + - region:us + overrides: + parameters: + model: starcoderbase-ggml-q5_1.bin + files: + - filename: starcoderbase-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: neodim__starcoderbase-ggml__starcoderbase-ggml-q8_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/NeoDim/starcoderbase-GGML + tags: + - transformers - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - endpoints_compatible - region:us overrides: parameters: - model: bloomz-560m-f16.bin + model: starcoderbase-ggml-q8_0.bin files: - - filename: bloomz-560m-f16.bin + - filename: starcoderbase-ggml-q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-f16.bin + uri: https://huggingface.co/NeoDim/starcoderbase-GGML/resolve/main/starcoderbase-ggml-q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-560m-q4_0-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: nerdypepper__minilm-l6-v2-ggml__ggml-model-f16.bin urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nerdypepper__minilm-l6-v2-ggml__ggml-model-f32.bin + urls: + - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-f32.bin + files: + - filename: ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nerdypepper__minilm-l6-v2-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nerdypepper__minilm-l6-v2-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/nerdypepper/minilm-l6-v2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/nerdypepper/minilm-l6-v2-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: next-social__dcard-int4-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/next-social/dcard-int4-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/next-social/dcard-int4-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: nghtctrl__llama-2-7b-chat-hf-ggml__llama-2-7b-chat-hf.gguf.fp16.bin + urls: + - https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-hf.gguf.fp16.bin + files: + - filename: llama-2-7b-chat-hf.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML/resolve/main/llama-2-7b-chat-hf.gguf.fp16.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: nghtctrl__llama-2-7b-chat-hf-ggml__llama-2-7b-chat-hf.gguf.q4_k_m.bin + urls: + - https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-hf.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-chat-hf.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML/resolve/main/llama-2-7b-chat-hf.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: nghtctrl__llama-2-7b-chat-hf-ggml__llama-2-7b-chat-hf.gguf.q5_k_m.bin + urls: + - https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-hf.gguf.q5_k_m.bin + files: + - filename: llama-2-7b-chat-hf.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/nghtctrl/Llama-2-7b-chat-hf-GGML/resolve/main/llama-2-7b-chat-hf.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolai1902__ll2-13b-desumlp-qlora-ggml__ggml-llama 2 13b mlparchive-q4_k_s.bin + license: wtfpl + urls: + - https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML + tags: + - text-generation + - license:wtfpl + - region:us + overrides: + parameters: + model: ggml-LLama 2 13B mlparchive-Q4_K_S.bin + files: + - filename: ggml-LLama 2 13B mlparchive-Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML/resolve/main/ggml-LLama 2 13B mlparchive-Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolai1902__ll2-13b-desumlp-qlora-ggml__ggml-llama 2 13b mlparchive-q5_k_m.bin + license: wtfpl + urls: + - https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML + tags: + - text-generation + - license:wtfpl + - region:us + overrides: + parameters: + model: ggml-LLama 2 13B mlparchive-Q5_K_M.bin + files: + - filename: ggml-LLama 2 13B mlparchive-Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/Nikolai1902/LL2-13B-DesuMLP-QLORA-GGML/resolve/main/ggml-LLama 2 13B mlparchive-Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolai1902__ll2-13b-fimfiction-qlora-ggml__ggml-llama 2 fimfiction v1-13b-q4_k_s.bin + license: wtfpl + urls: + - https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML + tags: + - license:wtfpl + - region:us + overrides: + parameters: + model: ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin + files: + - filename: ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML/resolve/main/ggml-LLama 2 FIMFiction V1-13B-Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolai1902__ll2-13b-fimfiction-qlora-ggml__ggml-llama 2 fimfiction v1-13b-q5_k_m.bin + license: wtfpl + urls: + - https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML + tags: + - license:wtfpl + - region:us + overrides: + parameters: + model: ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin + files: + - filename: ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/Nikolai1902/LL2-13B-FIMFiction-QLORA-GGML/resolve/main/ggml-LLama 2 FIMFiction V1-13B-Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__falcon-7b-gguf__falcon-7b-q4_0-gguf.gguf + urls: + - https://huggingface.co/NikolayKozloff/falcon-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: falcon-7b-Q4_0-GGUF.gguf + files: + - filename: falcon-7b-Q4_0-GGUF.gguf + sha256: "" + uri: https://huggingface.co/NikolayKozloff/falcon-7b-GGUF/resolve/main/falcon-7b-Q4_0-GGUF.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__falcon-7b-gguf__falcon-7b-q8_0-gguf.gguf + urls: + - https://huggingface.co/NikolayKozloff/falcon-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: falcon-7b-Q8_0-GGUF.gguf + files: + - filename: falcon-7b-Q8_0-GGUF.gguf + sha256: "" + uri: https://huggingface.co/NikolayKozloff/falcon-7b-GGUF/resolve/main/falcon-7b-Q8_0-GGUF.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__griffin-3b-ggml__griffin-3b-q4_1-ggml.bin + urls: + - https://huggingface.co/NikolayKozloff/Griffin-3B-GGML + tags: + - region:us + overrides: + parameters: + model: Griffin-3B-Q4_1-GGML.bin + files: + - filename: Griffin-3B-Q4_1-GGML.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Griffin-3B-GGML/resolve/main/Griffin-3B-Q4_1-GGML.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__llama-13b-hf-2048-fpf-ggml__llama-13b-hf-2048-fpf-q6_k_ggml.bin + urls: + - https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGML + tags: + - region:us + overrides: + parameters: + model: llama-13b-hf-2048-fpf-Q6_K_GGML.bin + files: + - filename: llama-13b-hf-2048-fpf-Q6_K_GGML.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGML/resolve/main/llama-13b-hf-2048-fpf-Q6_K_GGML.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__llama-13b-hf-2048-fpf-gguf__llama-13b-hf-2048-fpf-q6_k-gguf.gguf + urls: + - https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-13b-hf-2048-fpf-Q6_K-GGUF.gguf + files: + - filename: llama-13b-hf-2048-fpf-Q6_K-GGUF.gguf + sha256: "" + uri: https://huggingface.co/NikolayKozloff/llama-13b-hf-2048-fpf-GGUF/resolve/main/llama-13b-hf-2048-fpf-Q6_K-GGUF.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__marx-3b-v2-gguf__marx-3b-v2-q4_1-gguf.gguf + urls: + - https://huggingface.co/NikolayKozloff/Marx-3B-V2-GGUF + tags: + - region:us + overrides: + parameters: + model: Marx-3B-V2-Q4_1-GGUF.gguf + files: + - filename: Marx-3B-V2-Q4_1-GGUF.gguf + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Marx-3B-V2-GGUF/resolve/main/Marx-3B-V2-Q4_1-GGUF.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__mgpt-13b-ggml__mgpt-13b-ggml-q4_0.bin + urls: + - https://huggingface.co/NikolayKozloff/mGPT-13B-GGML tags: - transformers - - llm-rs - - ggml + - endpoints_compatible + - region:us + overrides: + parameters: + model: mGPT-13B-GGML-q4_0.bin + files: + - filename: mGPT-13B-GGML-q4_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/mGPT-13B-GGML/resolve/main/mGPT-13B-GGML-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__stable-diffusion-nano-2-1-ggml__stable-diffusion-nano-2-1-ggml-f32.bin + urls: + - https://huggingface.co/NikolayKozloff/stable-diffusion-nano-2-1-ggml + tags: + - region:us + overrides: + parameters: + model: stable-diffusion-nano-2-1-ggml-f32.bin + files: + - filename: stable-diffusion-nano-2-1-ggml-f32.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/stable-diffusion-nano-2-1-ggml/resolve/main/stable-diffusion-nano-2-1-ggml-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-f16.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-f32.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q4_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q4_1.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q5_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q5_1.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__lawlassyiffymix20furry_lawlasmixwithbakedin-ggml-model-q8_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin + files: + - filename: lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/lawlassYiffymix20Furry_lawlasmixWithBakedIn-ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-f16.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-f16.bin + files: + - filename: yiffymix_v34-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-f32.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-f32.bin + files: + - filename: yiffymix_v34-ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q4_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-q4_0.bin + files: + - filename: yiffymix_v34-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q4_1.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-q4_1.bin + files: + - filename: yiffymix_v34-ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q5_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-q5_0.bin + files: + - filename: yiffymix_v34-ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q5_1.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-q5_1.bin + files: + - filename: yiffymix_v34-ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikolaykozloff__yiffymix-ggml__yiffymix_v34-ggml-model-q8_0.bin + urls: + - https://huggingface.co/NikolayKozloff/Yiffymix-GGML + tags: + - region:us + overrides: + parameters: + model: yiffymix_v34-ggml-model-q8_0.bin + files: + - filename: yiffymix_v34-ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/NikolayKozloff/Yiffymix-GGML/resolve/main/yiffymix_v34-ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nikuya3__alpaca-lora-7b-german-base-51k-ggml__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/nikuya3/alpaca-lora-7b-german-base-51k-ggml + tags: + - llama - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 + - transformers + - license:apache-2.0 + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: 446129f5146afd494ba4c7a14ef45cd98ba4bbdcb35f3b5d0ae0babae78e75af + uri: https://huggingface.co/nikuya3/alpaca-lora-7b-german-base-51k-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: ningshanwutuobang__ggml-pandagpt-vicuna-merge__ggml-pandagpt-vicuna-q4_1.bin + urls: + - https://huggingface.co/ningshanwutuobang/ggml-pandagpt-vicuna-merge + tags: + - has_space + - region:us + overrides: + parameters: + model: ggml-pandagpt-vicuna-q4_1.bin + files: + - filename: ggml-pandagpt-vicuna-q4_1.bin + sha256: "" + uri: https://huggingface.co/ningshanwutuobang/ggml-pandagpt-vicuna-merge/resolve/main/ggml-pandagpt-vicuna-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__evolcodellama-7b-gguf__evolcodellama-7b.gguf.fp16.bin + urls: + - https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.fp16.bin + files: + - filename: evolcodellama-7b.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__evolcodellama-7b-gguf__evolcodellama-7b.gguf.q4_k_m.bin + urls: + - https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.q4_k_m.bin + files: + - filename: evolcodellama-7b.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/niponj/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + urls: + - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF + tags: + - region:us + overrides: + parameters: + model: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + files: + - filename: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + urls: + - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF + tags: + - region:us + overrides: + parameters: + model: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + files: + - filename: openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__openthaigpt-1.0.0-beta-7b-chat-gguf__openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + urls: + - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF + tags: + - region:us + overrides: + parameters: + model: openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + files: + - filename: openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__openthaigpt-1.0.0-beta-7b-chat-gguf__openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + urls: + - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF + tags: + - region:us + overrides: + parameters: + model: openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + files: + - filename: openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-chat-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-chat.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: niponj__openthaigpt-1.0.0-beta-7b-ckpt-hf-gguf__openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + urls: + - https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-ckpt-hf-GGUF + tags: + - transformers + - llama - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + files: + - filename: openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/niponj/openthaigpt-1.0.0-beta-7b-ckpt-hf-GGUF/resolve/main/openthaigpt-1.0.0-beta-7b-ckpt-hf.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-f16.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-f16.bin + files: + - filename: sd-1.5-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-f32.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-f32.bin + files: + - filename: sd-1.5-ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q4_0.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-q4_0.bin + files: + - filename: sd-1.5-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q4_1.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-q4_1.bin + files: + - filename: sd-1.5-ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q5_0.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-q5_0.bin + files: + - filename: sd-1.5-ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q5_1.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-q5_1.bin + files: + - filename: sd-1.5-ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nmkd__stable-diffusion-1.5-ggml__sd-1.5-ggml-model-q8_0.bin + urls: + - https://huggingface.co/nmkd/stable-diffusion-1.5-ggml + tags: + - region:us + overrides: + parameters: + model: sd-1.5-ggml-model-q8_0.bin + files: + - filename: sd-1.5-ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/nmkd/stable-diffusion-1.5-ggml/resolve/main/sd-1.5-ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nnakasato__ggml-model-test__ggml-model-f16.bin + urls: + - https://huggingface.co/nnakasato/ggml-model-test + tags: + - transformers + - pytorch + - gpt_neox + - text-generation + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nnakasato/ggml-model-test/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nnakasato__ggml-model-test__ggml-model-q4.bin + urls: + - https://huggingface.co/nnakasato/ggml-model-test + tags: + - transformers + - pytorch + - gpt_neox + - text-generation + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-q4.bin + files: + - filename: ggml-model-q4.bin + sha256: "" + uri: https://huggingface.co/nnakasato/ggml-model-test/resolve/main/ggml-model-q4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nomic-ai__ggml-replit-code-v1-3b__ggml-replit-code-v1-3b.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-replit-code-v1-3b.bin + files: + - filename: ggml-replit-code-v1-3b.bin + sha256: "" + uri: https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nomic-ai__gpt4all-falcon-ggml__ggml-model-gpt4all-falcon-f16.bin + urls: + - https://huggingface.co/nomic-ai/gpt4all-falcon-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-gpt4all-falcon-f16.bin + files: + - filename: ggml-model-gpt4all-falcon-f16.bin + sha256: "" + uri: https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nomic-ai__gpt4all-falcon-ggml__ggml-model-gpt4all-falcon-q4_0.bin + urls: + - https://huggingface.co/nomic-ai/gpt4all-falcon-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-gpt4all-falcon-q4_0.bin + files: + - filename: ggml-model-gpt4all-falcon-q4_0.bin + sha256: "" + uri: https://huggingface.co/nomic-ai/gpt4all-falcon-ggml/resolve/main/ggml-model-gpt4all-falcon-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nondzu__phind-codellama-34b-v1-gguf__phind-codellama-34b-python-q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Nondzu/Phind-CodeLlama-34B-v1-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Phind-CodeLlama-34B-Python-Q4_K_S.gguf + files: + - filename: Phind-CodeLlama-34B-Python-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Nondzu/Phind-CodeLlama-34B-v1-GGUF/resolve/main/Phind-CodeLlama-34B-Python-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nondzu__phind-codellama-34b-v1-gguf__phind-codellama-34b-python-q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Nondzu/Phind-CodeLlama-34B-v1-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Phind-CodeLlama-34B-Python-Q5_K_S.gguf + files: + - filename: Phind-CodeLlama-34B-Python-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/Nondzu/Phind-CodeLlama-34B-v1-GGUF/resolve/main/Phind-CodeLlama-34B-Python-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nopperl__alpaca-lora-7b-german-base-51k-ggml__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/nopperl/alpaca-lora-7b-german-base-51k-ggml + tags: + - transformers + - llama + - text-generation + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nopperl/alpaca-lora-7b-german-base-51k-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__ggml-model-f16.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q4_0.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-ggml-q4_0.bin + files: + - filename: pygmalion-13b-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q4_1.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-ggml-q4_1.bin + files: + - filename: pygmalion-13b-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q5_0.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-ggml-q5_0.bin + files: + - filename: pygmalion-13b-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q5_1.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-ggml-q5_1.bin + files: + - filename: pygmalion-13b-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notstoic__pygmalion-13b-ggml__pygmalion-13b-ggml-q8_0.bin + license: other + urls: + - https://huggingface.co/notstoic/pygmalion-13b-ggml + tags: + - en + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-ggml-q8_0.bin + files: + - filename: pygmalion-13b-ggml-q8_0.bin + sha256: "" + uri: https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notzero__modelcombined_ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/notzero/modelcombined_ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/notzero/modelcombined_ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: notzero__modelcombined_gguf__ggml-model-q4_k_m.gguf + urls: + - https://huggingface.co/notzero/modelcombined_gguf + tags: + - region:us + overrides: + parameters: + model: ggml-model-Q4_K_M.gguf + files: + - filename: ggml-model-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/notzero/modelcombined_gguf/resolve/main/ggml-model-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: nouamanetazi__bloomz-560m-ggml__ggml-model-bloomz-560m-f16-q4_0.bin + urls: + - https://huggingface.co/nouamanetazi/bloomz-560m-ggml + tags: + - ggml + - bloom + - region:us + overrides: + parameters: + model: ggml-model-bloomz-560m-f16-q4_0.bin + files: + - filename: ggml-model-bloomz-560m-f16-q4_0.bin + sha256: "" + uri: https://huggingface.co/nouamanetazi/bloomz-560m-ggml/resolve/main/ggml-model-bloomz-560m-f16-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nouamanetazi__bloomz-560m-ggml__ggml-model-bloomz-560m-f16.bin + urls: + - https://huggingface.co/nouamanetazi/bloomz-560m-ggml + tags: + - ggml + - bloom + - region:us + overrides: + parameters: + model: ggml-model-bloomz-560m-f16.bin + files: + - filename: ggml-model-bloomz-560m-f16.bin + sha256: "" + uri: https://huggingface.co/nouamanetazi/bloomz-560m-ggml/resolve/main/ggml-model-bloomz-560m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nouamanetazi__starcoder-ggml__starcoder-ggml-q4_1.bin + urls: + - https://huggingface.co/nouamanetazi/starcoder-ggml + tags: + - region:us + overrides: + parameters: + model: starcoder-ggml-q4_1.bin + files: + - filename: starcoder-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/nouamanetazi/starcoder-ggml/resolve/main/starcoder-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nousresearch__nous-hermes-llama2-13b-ggml__ggml-hermes-2-step2559-q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML + tags: + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: ggml-Hermes-2-step2559-q4_K_M.bin + files: + - filename: ggml-Hermes-2-step2559-q4_K_M.bin + sha256: "" + uri: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML/resolve/main/ggml-Hermes-2-step2559-q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nousresearch__nous-hermes-llama2-13b-ggml__ggml-model-f16.bin + license: llama2 + urls: + - https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML + tags: + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: npc0__disc-medllm-ggml__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/npc0/DISC-MedLLM-ggml + tags: + - baichuan + - medical + - ggml + - text-generation + - zh + - dataset:Flmc/DISC-Med-SFT + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/npc0/DISC-MedLLM-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: npc0__disc-medllm-ggml__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/npc0/DISC-MedLLM-ggml + tags: + - baichuan + - medical + - ggml + - text-generation + - zh + - dataset:Flmc/DISC-Med-SFT + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/npc0/DISC-MedLLM-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: npc0__disc-medllm-ggml__ggml-model-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/npc0/DISC-MedLLM-ggml + tags: + - baichuan + - medical + - ggml + - text-generation + - zh + - dataset:Flmc/DISC-Med-SFT + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/npc0/DISC-MedLLM-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: npc0__disc-medllm-ggml__ggml-model-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/npc0/DISC-MedLLM-ggml + tags: + - baichuan + - medical + - ggml + - text-generation + - zh + - dataset:Flmc/DISC-Med-SFT + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/npc0/DISC-MedLLM-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: npc0__disc-medllm-ggml__ggml-model-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/npc0/DISC-MedLLM-ggml + tags: + - baichuan + - medical + - ggml + - text-generation + - zh + - dataset:Flmc/DISC-Med-SFT + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/npc0/DISC-MedLLM-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__ggml__bluemoon.bin + urls: + - https://huggingface.co/nRuaif/ggml + tags: + - region:us + overrides: + parameters: + model: bluemoon.bin + files: + - filename: bluemoon.bin + sha256: "" + uri: https://huggingface.co/nRuaif/ggml/resolve/main/bluemoon.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__ggml__failed-kimiko-7b-ggml-model-q5_km.bin + urls: + - https://huggingface.co/nRuaif/ggml + tags: + - region:us + overrides: + parameters: + model: Failed-kimiko-7B-ggml-model-q5_KM.bin + files: + - filename: Failed-kimiko-7B-ggml-model-q5_KM.bin + sha256: "" + uri: https://huggingface.co/nRuaif/ggml/resolve/main/Failed-kimiko-7B-ggml-model-q5_KM.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__ggml__q4-km-blind-test-merged.bin + urls: + - https://huggingface.co/nRuaif/ggml + tags: + - region:us + overrides: + parameters: + model: Q4-KM-blind-test-merged.bin + files: + - filename: Q4-KM-blind-test-merged.bin + sha256: "" + uri: https://huggingface.co/nRuaif/ggml/resolve/main/Q4-KM-blind-test-merged.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-f16.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q2_k.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q2_k.bin + files: + - filename: ggml-model-q2_k.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q3_k_m.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q3_k_m.bin + files: + - filename: ggml-model-q3_k_m.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q3_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q4_k_s.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_k_s.bin + files: + - filename: ggml-model-q4_k_s.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q4_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q5_1.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q6_k.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q6_k.bin + files: + - filename: ggml-model-q6_k.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__meth-ggml__ggml-model-q8.bin + urls: + - https://huggingface.co/nRuaif/Meth-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q8.bin + files: + - filename: ggml-model-q8.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Meth-ggml/resolve/main/ggml-model-q8.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__metharme_1.3b_ggml__ggml-model-q4-0.bin + urls: + - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4-0.bin + files: + - filename: ggml-model-q4-0.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q4-0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__metharme_1.3b_ggml__ggml-model-q4-1.bin + urls: + - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4-1.bin + files: + - filename: ggml-model-q4-1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q4-1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__metharme_1.3b_ggml__ggml-model-q5-0.bin + urls: + - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5-0.bin + files: + - filename: ggml-model-q5-0.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q5-0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__metharme_1.3b_ggml__ggml-model-q5-1.bin + urls: + - https://huggingface.co/nRuaif/Metharme_1.3B_ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5-1.bin + files: + - filename: ggml-model-q5-1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Metharme_1.3B_ggml/resolve/main/ggml-model-q5-1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-f16.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q2_k.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q2_k.bin + files: + - filename: ggml-model-q2_k.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q3_k_m.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q3_k_m.bin + files: + - filename: ggml-model-q3_k_m.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q3_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q4_k_s.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_k_s.bin + files: + - filename: ggml-model-q4_k_s.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q4_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q5_1.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pyg-7b-ggml__ggml-model-q5_k_s.bin + urls: + - https://huggingface.co/nRuaif/pyg-7b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5_k_s.bin + files: + - filename: ggml-model-q5_k_s.bin + sha256: "" + uri: https://huggingface.co/nRuaif/pyg-7b-ggml/resolve/main/ggml-model-q5_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pygboros-7b-ggml__mix-model-q4_0.bin + urls: + - https://huggingface.co/nRuaif/Pygboros-7B-ggml + tags: + - region:us + overrides: + parameters: + model: mix-model-q4_0.bin + files: + - filename: mix-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Pygboros-7B-ggml/resolve/main/mix-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nruaif__pygboros-7b-ggml__mix-model-q5_1.bin + urls: + - https://huggingface.co/nRuaif/Pygboros-7B-ggml + tags: + - region:us + overrides: + parameters: + model: mix-model-q5_1.bin + files: + - filename: mix-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/nRuaif/Pygboros-7B-ggml/resolve/main/mix-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__hermes-limarp-13b-ggml-f16__hermes-limarp-13b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/hermes-limarp-13b-ggml-f16 + tags: + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: hermes-limarp-13b.ggmlv3.f16.bin + files: + - filename: hermes-limarp-13b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/hermes-limarp-13b-ggml-f16/resolve/main/hermes-limarp-13b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__limarp-llama2-13b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + tags: + - arxiv:2305.11206 + - arxiv:2305.14314 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: limarp-llama2-13b.ggmlv3.f16.bin + files: + - filename: limarp-llama2-13b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/limarp-llama2-13b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__limarp-llama2-7b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + tags: + - arxiv:2305.11206 + - arxiv:2305.14314 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: limarp-llama2-7b.ggmlv3.f16.bin + files: + - filename: limarp-llama2-7b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/limarp-llama2-7b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__lora__limarp-llama2-13b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + tags: + - arxiv:2305.11206 + - arxiv:2305.14314 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: lora/limarp-llama2-13b.ggmlv3.f16.bin + files: + - filename: lora/limarp-llama2-13b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/lora/limarp-llama2-13b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llama2-ggml-f16__with_bos_and_eos__limarp-llama2-13b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16 + tags: + - arxiv:2305.11206 + - arxiv:2305.14314 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin + files: + - filename: with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llama2-ggml-f16/resolve/main/with_bos_and_eos/limarp-llama2-13b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llongma2-8k-ggml-f16__limarp-llongma2-13b.ggmlv3.f16.bin + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-ggml-f16 + tags: + - arxiv:2305.11206 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: limarp-llongma2-13b.ggmlv3.f16.bin + files: + - filename: limarp-llongma2-13b.ggmlv3.f16.bin + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-ggml-f16/resolve/main/limarp-llongma2-13b.ggmlv3.f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: nxnhjrjtbjfzhrovwl__limarp-llongma2-8k-gguf-f16__limarp-llongma2-13b.f16.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-gguf-f16 + tags: + - arxiv:2305.11206 + - license:agpl-3.0 + - region:us + overrides: + parameters: + model: limarp-llongma2-13b.f16.gguf + files: + - filename: limarp-llongma2-13b.f16.gguf + sha256: "" + uri: https://huggingface.co/nxnhjrjtbjfzhrovwl/limarp-llongma2-8k-gguf-f16/resolve/main/limarp-llongma2-13b.f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: ocordeiro__ggml-gpt-j-6b-q4_0__gpt-j-ggml-model-q4_0.bin + urls: + - https://huggingface.co/ocordeiro/ggml-gpt-j-6b-q4_0 + tags: + - region:us + overrides: + parameters: + model: gpt-j-ggml-model-q4_0.bin + files: + - filename: gpt-j-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/ocordeiro/ggml-gpt-j-6b-q4_0/resolve/main/gpt-j-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ocrickard__llama-7b-ggml-4bit-updated__ggml-model-q4_1.bin + urls: + - https://huggingface.co/ocrickard/LLaMa-7B-ggml-4bit-updated + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/ocrickard/LLaMa-7B-ggml-4bit-updated/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: odiagenai__odiagenai-ggml-model-base-q4_0-v1__ggml-model-q4_0.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/OdiaGenAI/odiagenAI-ggml-model-base-q4_0-v1 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/OdiaGenAI/odiagenAI-ggml-model-base-q4_0-v1/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_2.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.2-jazzy-ggml-q4__ggml-model-q4_3.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.2-jazzy-ggml-q4/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_2.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__gpt4all-j-v1.3-groovy-ggml-q4__ggml-model-q4_3.bin + license: apache-2.0 + urls: + - https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/oeathus/gpt4all-j-v1.3-groovy-ggml-q4/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_2.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-7b-sft-v7-epoch-3-ggml-q4__ggml-model-q4_3.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-7b-sft-v7-epoch-3-ggml-q4/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_2.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-base-alpha-7b-ggml-q4__ggml-model-q4_3.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4 + tags: + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-base-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-f16.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_0.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_1.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_2.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: oeathus__stablelm-tuned-alpha-7b-ggml-q4__ggml-model-q4_3.bin + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4 + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/oeathus/stablelm-tuned-alpha-7b-ggml-q4/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ooferdoodles__tagger-ggml-7b__ggml-model-q4_0.bin + license: openrail + urls: + - https://huggingface.co/ooferdoodles/tagger-ggml-7b + tags: + - license:openrail + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/ooferdoodles/tagger-ggml-7b/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-ggml__openbuddy-atom-13b-v9-q5_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-atom-13b-v9-q5_K.bin + files: + - filename: openbuddy-atom-13b-v9-q5_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-atom-13b-v9-q5_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-ggml__openbuddy-llama-30b-v7.1-q2_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-llama-30b-v7.1-q2_K.bin + files: + - filename: openbuddy-llama-30b-v7.1-q2_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama-30b-v7.1-q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-ggml__openbuddy-llama-30b-v7.1-q5_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-llama-30b-v7.1-q5_K.bin + files: + - filename: openbuddy-llama-30b-v7.1-q5_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama-30b-v7.1-q5_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-ggml__openbuddy-llama2-13b-v8.1-q3_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-llama2-13b-v8.1-q3_K.bin + files: + - filename: openbuddy-llama2-13b-v8.1-q3_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-llama2-13b-v8.1-q3_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openbuddy-openllama-13b-v7-q4_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-openllama-13b-v7-q4_K.bin + files: + - filename: openbuddy-openllama-13b-v7-q4_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-13b-v7-q4_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openbuddy-openllama-3b-v10-q4_0.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-openllama-3b-v10-q4_0.bin + files: + - filename: openbuddy-openllama-3b-v10-q4_0.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-3b-v10-q4_0.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openbuddy-openllama-3b-v10-q5_0.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-openllama-3b-v10-q5_0.bin + files: + - filename: openbuddy-openllama-3b-v10-q5_0.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-3b-v10-q5_0.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openbuddy-openllama-7b-v5-q3_k.bin + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - region:us + overrides: + parameters: + model: openbuddy-openllama-7b-v5-q3_K.bin + files: + - filename: openbuddy-openllama-7b-v5-q3_K.bin + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openbuddy-openllama-7b-v5-q3_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openllama-7b-v5-q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation + overrides: + parameters: + model: openllama-7b-v5-q3_K.bin + files: + - filename: openllama-7b-v5-q3_K.bin + sha256: 2cee8e826d3e42874d4a2d9a60c469a6eb4751791a1520c2eb8efc51937d331a + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openllama-7b-v5-q3_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: openbuddy__openbuddy-ggml__openllama-7b-v5-q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/OpenBuddy/openbuddy-ggml + tags: + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation + overrides: + parameters: + model: openllama-7b-v5-q5_K.bin + files: + - filename: openllama-7b-v5-q5_K.bin + sha256: 55083c022a21fcf70cb3d8dd7fb90433d7307c1705bac5a3ff765de5b61fbca3 + uri: https://huggingface.co/OpenBuddy/openbuddy-ggml/resolve/main/openllama-7b-v5-q5_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-gguf__openbuddy-coder-34b-v11-q3_k.gguf + urls: + - https://huggingface.co/OpenBuddy/openbuddy-gguf + tags: + - region:us + overrides: + parameters: + model: openbuddy-coder-34b-v11-q3_k.gguf + files: + - filename: openbuddy-coder-34b-v11-q3_k.gguf + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-gguf/resolve/main/openbuddy-coder-34b-v11-q3_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-gguf__openbuddy-llama2-70b-v10.1-q3_k.gguf + urls: + - https://huggingface.co/OpenBuddy/openbuddy-gguf + tags: + - region:us + overrides: + parameters: + model: openbuddy-llama2-70b-v10.1-q3_k.gguf + files: + - filename: openbuddy-llama2-70b-v10.1-q3_k.gguf + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-gguf/resolve/main/openbuddy-llama2-70b-v10.1-q3_k.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-gguf__openbuddy-mistral-7b-v13.1-q3_k.gguf + urls: + - https://huggingface.co/OpenBuddy/openbuddy-gguf + tags: + - region:us + overrides: + parameters: + model: openbuddy-mistral-7b-v13.1-Q3_K.gguf + files: + - filename: openbuddy-mistral-7b-v13.1-Q3_K.gguf + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-gguf/resolve/main/openbuddy-mistral-7b-v13.1-Q3_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: openbuddy__openbuddy-gguf__openbuddy-mistral-7b-v13.1-q4_k.gguf + urls: + - https://huggingface.co/OpenBuddy/openbuddy-gguf + tags: + - region:us + overrides: + parameters: + model: openbuddy-mistral-7b-v13.1-Q4_K.gguf + files: + - filename: openbuddy-mistral-7b-v13.1-Q4_K.gguf + sha256: "" + uri: https://huggingface.co/OpenBuddy/openbuddy-gguf/resolve/main/openbuddy-mistral-7b-v13.1-Q4_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: openthaigpt__openthaigpt-1.0.0-alpha-7b-chat-ggml-q4__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml-q4 + tags: + - transformers + - openthaigpt + - llama + - text-generation + - th + - en + - dataset:kobkrit/rd-taxqa + - dataset:iapp_wiki_qa_squad + - dataset:Thaweewat/alpaca-cleaned-52k-th + - dataset:Thaweewat/instruction-wild-52k-th + - dataset:Thaweewat/databricks-dolly-15k-th + - dataset:Thaweewat/hc3-24k-th + - dataset:Thaweewat/gpteacher-20k-th + - dataset:Thaweewat/onet-m6-social + - dataset:Thaweewat/alpaca-finance-43k-th + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml-q4/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: openthaigpt__openthaigpt-1.0.0-alpha-7b-chat-ggml__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml + tags: + - transformers + - openthaigpt + - llama + - text-generation + - th + - en + - dataset:kobkrit/rd-taxqa + - dataset:iapp_wiki_qa_squad + - dataset:Thaweewat/alpaca-cleaned-52k-th + - dataset:Thaweewat/instruction-wild-52k-th + - dataset:Thaweewat/databricks-dolly-15k-th + - dataset:Thaweewat/hc3-24k-th + - dataset:Thaweewat/gpteacher-20k-th + - dataset:Thaweewat/onet-m6-social + - dataset:Thaweewat/alpaca-finance-43k-th + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/openthaigpt/openthaigpt-1.0.0-alpha-7b-chat-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: opparco__elyza-japanese-llama-2-7b-fast-gguf__elyza-japanese-llama-2-7b-fast-q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/opparco/ELYZA-japanese-Llama-2-7b-fast-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf + files: + - filename: ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/opparco/ELYZA-japanese-Llama-2-7b-fast-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: opparco__elyza-japanese-llama-2-7b-fast-instruct-gguf__elyza-japanese-llama-2-7b-fast-instruct-q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/opparco/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf + files: + - filename: ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/opparco/ELYZA-japanese-Llama-2-7b-fast-instruct-gguf/resolve/main/ELYZA-japanese-Llama-2-7b-fast-instruct-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: orel12__ggml-gpt4all-j-v1.3-groovy__ggml-gpt4all-j-v1.3-groovy.bin + license: apache-2.0 + urls: + - https://huggingface.co/orel12/ggml-gpt4all-j-v1.3-groovy + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-gpt4all-j-v1.3-groovy.bin + files: + - filename: ggml-gpt4all-j-v1.3-groovy.bin + sha256: "" + uri: https://huggingface.co/orel12/ggml-gpt4all-j-v1.3-groovy/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggml__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggjtv3-q5_1.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin + files: + - filename: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggml__llama-2-peanutbutter_v37_sft-r1-dpo-r2-7b-ggjtv3-q8_0.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin + files: + - filename: LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v37_SFT-R1-DPO-R2-7B-GGJTv3-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q2_k.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_l.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_m.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q3_k_s.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q4_0.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q4_1.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q5_1.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: peanutjar__llama-2-peanutbutter_v4-7b-ggml__llama-2-peanutbutter_v4-7b-ggjtv3-q8_0.bin + urls: + - https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML + tags: + - en + - dataset:PeanutJar/PeanutButter-v4 + - region:us + overrides: + parameters: + model: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin + files: + - filename: LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin + sha256: "" + uri: https://huggingface.co/PeanutJar/LLaMa-2-PeanutButter_v4-7B-GGML/resolve/main/LLaMa-2-PeanutButter_v4-7B-GGJTv3-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: phatjk__vcn_3b_ggml-f16__ggml-model-vcn_3b-v2-f16.bin + urls: + - https://huggingface.co/phatjk/vcn_3b_ggml-f16 + tags: + - region:us + overrides: + parameters: + model: ggml-model-vcn_3b-v2-f16.bin + files: + - filename: ggml-model-vcn_3b-v2-f16.bin + sha256: "" + uri: https://huggingface.co/phatjk/vcn_3b_ggml-f16/resolve/main/ggml-model-vcn_3b-v2-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: phi0112358__nart-100k-7b-ggml__nart100k-7b-ggml-q4_k_m.bin + urls: + - https://huggingface.co/phi0112358/nart-100k-7b-ggml + tags: + - region:us + overrides: + parameters: + model: nart100k-7b-ggml-q4_K_M.bin + files: + - filename: nart100k-7b-ggml-q4_K_M.bin + sha256: "" + uri: https://huggingface.co/phi0112358/nart-100k-7b-ggml/resolve/main/nart100k-7b-ggml-q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: phi0112358__nart-100k-7b-ggml__nart100k-7b-ggml-q5_k_m.bin + urls: + - https://huggingface.co/phi0112358/nart-100k-7b-ggml + tags: + - region:us + overrides: + parameters: + model: nart100k-7b-ggml-q5_K_M.bin + files: + - filename: nart100k-7b-ggml-q5_K_M.bin + sha256: "" + uri: https://huggingface.co/phi0112358/nart-100k-7b-ggml/resolve/main/nart100k-7b-ggml-q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: phi0112358__pmc_llama-7b-ggml__pmc_llama-7b-q5k.bin + urls: + - https://huggingface.co/phi0112358/PMC_LLaMA-7B-ggml + tags: + - llama + - ggml + - pubmed + - medicine + - research + - papers + - en + - dataset:S2ORC + - region:us + overrides: + parameters: + model: PMC_LLaMA-7B-q5K.bin + files: + - filename: PMC_LLaMA-7B-q5K.bin + sha256: "" + uri: https://huggingface.co/phi0112358/PMC_LLaMA-7B-ggml/resolve/main/PMC_LLaMA-7B-q5K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: phi0112358__zicklein-7b-german_alpaca-ggml__alpaca-7b-german-q5k.bin + license: apache-2.0 + urls: + - https://huggingface.co/phi0112358/Zicklein-7B-german_Alpaca-ggml + tags: + - llama + - alpaca + - ggml + - german + - deutsch + - zicklein + - de + - dataset:yahma/alpaca-cleaned + - license:apache-2.0 + - region:us + overrides: + parameters: + model: Alpaca-7B-German-q5K.bin + files: + - filename: Alpaca-7B-German-q5K.bin + sha256: "" + uri: https://huggingface.co/phi0112358/Zicklein-7B-german_Alpaca-ggml/resolve/main/Alpaca-7B-German-q5K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-lora-30b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-lora-30B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-lora-30B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-lora-30b-ggml__ggml-model-q4_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-lora-30B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-lora-30B-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_2.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q4_3.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q5_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q5_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-13b-ggml__ggml-model-q8_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_2.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q4_3.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q5_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q5_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__alpaca-native-7b-ggml__ggml-model-q8_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/alpaca-native-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/alpaca-native-7B-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_2.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q4_3.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_3.bin + files: + - filename: ggml-model-q4_3.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q4_3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q5_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q5_1.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pi3141__gpt4-x-alpaca-native-13b-ggml__ggml-model-q8_0.bin + license: unknown + urls: + - https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/gpt4-x-alpaca-native-13B-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q4_2.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q5_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q5_1.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-13b-v1.1-ggml__ggml-model-q8_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-13b-v1.1-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q4_2.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_2.bin + files: + - filename: ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q5_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q5_1.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: pi3141__vicuna-7b-v1.1-ggml__ggml-model-q8_0.bin + urls: + - https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml + tags: + - adapter-transformers + - llama + - text-generation + - en + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/Pi3141/vicuna-7b-v1.1-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pierre-pessarossi__llama2-7b-shakespeare-f16p-gguf__llama2-7b-shakespeare-f16p.gguf.fp16.bin + urls: + - https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF + tags: + - region:us + overrides: + parameters: + model: llama2-7b-shakespeare-f16p.gguf.fp16.bin + files: + - filename: llama2-7b-shakespeare-f16p.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF/resolve/main/llama2-7b-shakespeare-f16p.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pierre-pessarossi__llama2-7b-shakespeare-f16p-gguf__llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + urls: + - https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF + tags: + - region:us + overrides: + parameters: + model: llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + files: + - filename: llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/pierre-pessarossi/llama2-7b-shakespeare-f16p-GGUF/resolve/main/llama2-7b-shakespeare-f16p.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pioneer101__chinese-llama-2-7b-gguf__chinese-llama-2-7b.gguf.fp16.bin + urls: + - https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.gguf.fp16.bin + files: + - filename: chinese-llama-2-7b.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF/resolve/main/chinese-llama-2-7b.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pioneer101__chinese-llama-2-7b-gguf__chinese-llama-2-7b.gguf.q4_k_m.bin + urls: + - https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.gguf.q4_k_m.bin + files: + - filename: chinese-llama-2-7b.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/pioneer101/chinese-llama-2-7b-GGUF/resolve/main/chinese-llama-2-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pipboyguy__tulpar-7b-v0-gguf__ggml-tulpar-7b-v0-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/Pipboyguy/Tulpar-7b-v0-GGUF + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-tulpar-7b-v0-q4_0.gguf + files: + - filename: ggml-tulpar-7b-v0-q4_0.gguf + sha256: "" + uri: https://huggingface.co/Pipboyguy/Tulpar-7b-v0-GGUF/resolve/main/ggml-tulpar-7b-v0-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-f16.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-f16.gguf + files: + - filename: Dans-CreepingSenseOfDoom-f16.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q4_0.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-q4_0.gguf + files: + - filename: Dans-CreepingSenseOfDoom-q4_0.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q4_1.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-q4_1.gguf + files: + - filename: Dans-CreepingSenseOfDoom-q4_1.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q5_0.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-q5_0.gguf + files: + - filename: Dans-CreepingSenseOfDoom-q5_0.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q5_1.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-q5_1.gguf + files: + - filename: Dans-CreepingSenseOfDoom-q5_1.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q5_k_m.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-Q5_K_M.gguf + files: + - filename: Dans-CreepingSenseOfDoom-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q6_k.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-Q6_K.gguf + files: + - filename: Dans-CreepingSenseOfDoom-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-creepingsenseofdoom-13b-gguf__dans-creepingsenseofdoom-q8_0.gguf + urls: + - https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf + tags: + - en + - region:us + overrides: + parameters: + model: Dans-CreepingSenseOfDoom-q8_0.gguf + files: + - filename: Dans-CreepingSenseOfDoom-q8_0.gguf + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-CreepingSenseOfDoom-13b-gguf/resolve/main/Dans-CreepingSenseOfDoom-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-13b-ggml-f16__dans-personalityengine-13b-ggml-f16.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-f16 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-13b-ggml-f16.bin + files: + - filename: Dans-PersonalityEngine-13b-ggml-f16.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-f16/resolve/main/Dans-PersonalityEngine-13b-ggml-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-13b-ggml-q4_0__dans-personalityengine-13b-ggml-q4_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-13b-ggml-q4_0.bin + files: + - filename: Dans-PersonalityEngine-13b-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_0/resolve/main/Dans-PersonalityEngine-13b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-13b-ggml-q4_1__dans-personalityengine-13b-ggml-q4_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-13b-ggml-q4_1.bin + files: + - filename: Dans-PersonalityEngine-13b-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q4_1/resolve/main/Dans-PersonalityEngine-13b-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-13b-ggml-q5_0__dans-personalityengine-13b-ggml-q5_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-13b-ggml-q5_0.bin + files: + - filename: Dans-PersonalityEngine-13b-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_0/resolve/main/Dans-PersonalityEngine-13b-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-13b-ggml-q5_1__dans-personalityengine-13b-ggml-q5_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-13b-ggml-q5_1.bin + files: + - filename: Dans-PersonalityEngine-13b-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-13b-ggml-q5_1/resolve/main/Dans-PersonalityEngine-13b-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-30b-ggml-q4_0__dans-personalityengine-30b-ggml-q4_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-30b-ggml-q4_0.bin + files: + - filename: Dans-PersonalityEngine-30b-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_0/resolve/main/Dans-PersonalityEngine-30b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-30b-ggml-q4_1__dans-personalityengine-30b-ggml-q4_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-30b-ggml-q4_1.bin + files: + - filename: Dans-PersonalityEngine-30b-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q4_1/resolve/main/Dans-PersonalityEngine-30b-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-30b-ggml-q5_0__dans-personalityengine-30b-ggml-q5_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-30b-ggml-q5_0.bin + files: + - filename: Dans-PersonalityEngine-30b-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_0/resolve/main/Dans-PersonalityEngine-30b-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-personalityengine-30b-ggml-q5_1__dans-personalityengine-30b-ggml-q5_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PersonalityEngine-30b-ggml-q5_1.bin + files: + - filename: Dans-PersonalityEngine-30b-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-30b-ggml-q5_1/resolve/main/Dans-PersonalityEngine-30b-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-f16__dans-pileofsets-mk1-llama-13b-merged-ggml-f16.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_1__dans-pileofsets-mk1-llama-13b-merged-ggml-q4_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_1__dans-pileofsets-mk1-llama-13b-merged-ggml-q5_1.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: pocketdoc__dans-pileofsets-mk1-llama-13b-merged-ggml-q8_0__dans-pileofsets-mk1-llama-13b-merged-ggml-q8_0.bin + urls: + - https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0 + tags: + - en + - region:us + overrides: + parameters: + model: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin + files: + - filename: Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin + sha256: "" + uri: https://huggingface.co/PocketDoc/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0/resolve/main/Dans-PileOfSets-Mk1-llama-13b-merged-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: prajwalk__codellama-travellers-13b-instruct-hf-merge-adapter-gguf__codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + urls: + - https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF + tags: + - region:us + overrides: + parameters: + model: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + files: + - filename: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF/resolve/main/codellama-travellers-13b-instruct-hf-merge-adapter.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: prajwalk__codellama-travellers-13b-instruct-hf-merge-adapter-gguf__codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + urls: + - https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF + tags: + - region:us + overrides: + parameters: + model: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + files: + - filename: codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/prajwalk/codellama-travellers-13b-Instruct-hf-merge-adapter-GGUF/resolve/main/codellama-travellers-13b-instruct-hf-merge-adapter.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: prashanth07__ggml-french__whisper-french-ggml-model.bin + urls: + - https://huggingface.co/prashanth07/ggml-french + tags: + - region:us + overrides: + parameters: + model: Whisper-french-ggml-model.bin + files: + - filename: Whisper-french-ggml-model.bin + sha256: "" + uri: https://huggingface.co/prashanth07/ggml-french/resolve/main/Whisper-french-ggml-model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-12.8b-translate-q4_0-break__ggml-model-q4_0.bin + license: other + urls: + - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0-break + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0-break/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-12.8b-translate-q4_0__ggml-polyglot-12.8b-translate-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-12.8b-translate-q4_0.bin + files: + - filename: ggml-polyglot-12.8b-translate-q4_0.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q4_0/resolve/main/ggml-polyglot-12.8b-translate-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-12.8b-translate-q5_0__ggml-model-q5_0.bin + license: other + urls: + - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_0 + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_0/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-12.8b-translate-q5_1-break__ggml-model-q5_1.bin + license: other + urls: + - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1-break + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1-break/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-12.8b-translate-q5_1__ggml-polyglot-12.8b-translate-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-12.8b-translate-q5_1.bin + files: + - filename: ggml-polyglot-12.8b-translate-q5_1.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-12.8b-translate-q5_1/resolve/main/ggml-polyglot-12.8b-translate-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-5.8b-translate-q4_0__ggml-polyglot-5.8b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q4_0 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-5.8b-q4_0.bin + files: + - filename: ggml-polyglot-5.8b-q4_0.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q4_0/resolve/main/ggml-polyglot-5.8b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: psymon__ggml-polyglot-5.8b-translate-q5_1__ggml-polyglot-5.8b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q5_1 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-5.8b-q5_1.bin + files: + - filename: ggml-polyglot-5.8b-q5_1.bin + sha256: "" + uri: https://huggingface.co/psymon/ggml-polyglot-5.8b-translate-q5_1/resolve/main/ggml-polyglot-5.8b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: qm9__ggml-gpt4all-j-v1.3-groovy.bin__ggml-gpt4all-j-v1.3-groovy.bin + urls: + - https://huggingface.co/qm9/ggml-gpt4all-j-v1.3-groovy.bin + tags: + - region:us + overrides: + parameters: + model: ggml-gpt4all-j-v1.3-groovy.bin + files: + - filename: ggml-gpt4all-j-v1.3-groovy.bin + sha256: "" + uri: https://huggingface.co/qm9/ggml-gpt4all-j-v1.3-groovy.bin/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: rabinovich__llama-2-7b-chat-gguf__llama-2-7b-chat-q4_0.gguf + urls: + - https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: Llama-2-7B-Chat-q4_0.gguf + files: + - filename: Llama-2-7B-Chat-q4_0.gguf + sha256: "" + uri: https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF/resolve/main/Llama-2-7B-Chat-q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: rabinovich__llama-2-7b-chat-gguf__llama-2-7b-chat-q4_1.gguf + urls: + - https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: Llama-2-7B-Chat-q4_1.gguf + files: + - filename: Llama-2-7B-Chat-q4_1.gguf + sha256: "" + uri: https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF/resolve/main/Llama-2-7B-Chat-q4_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: rabinovich__llama-2-7b-chat-gguf__llama-2-7b-chat-q5_0.gguf + urls: + - https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: Llama-2-7B-Chat-q5_0.gguf + files: + - filename: Llama-2-7B-Chat-q5_0.gguf + sha256: "" + uri: https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF/resolve/main/Llama-2-7B-Chat-q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: rabinovich__llama-2-7b-chat-gguf__llama-2-7b-chat-q5_1.gguf + urls: + - https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: Llama-2-7B-Chat-q5_1.gguf + files: + - filename: Llama-2-7B-Chat-q5_1.gguf + sha256: "" + uri: https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF/resolve/main/Llama-2-7B-Chat-q5_1.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: rabinovich__llama-2-7b-chat-gguf__llama-2-7b-chat-q8_0.gguf + urls: + - https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: Llama-2-7B-Chat-q8_0.gguf + files: + - filename: Llama-2-7B-Chat-q8_0.gguf + sha256: "" + uri: https://huggingface.co/Rabinovich/Llama-2-7B-Chat-GGUF/resolve/main/Llama-2-7B-Chat-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rachidar__falcon-7b-ggml__falcon-7b-q4_0-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/falcon-7B-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: falcon-7B-Q4_0-ggml.bin + files: + - filename: falcon-7B-Q4_0-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q4_0-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rachidar__falcon-7b-ggml__falcon-7b-q4_1-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/falcon-7B-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: falcon-7B-Q4_1-ggml.bin + files: + - filename: falcon-7B-Q4_1-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q4_1-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rachidar__falcon-7b-ggml__falcon-7b-q5_0-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/falcon-7B-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: falcon-7B-Q5_0-ggml.bin + files: + - filename: falcon-7B-Q5_0-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q5_0-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rachidar__falcon-7b-ggml__falcon-7b-q5_1-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/falcon-7B-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: falcon-7B-Q5_1-ggml.bin + files: + - filename: falcon-7B-Q5_1-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q5_1-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rachidar__falcon-7b-ggml__falcon-7b-q8_0-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/falcon-7B-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: falcon-7B-Q8_0-ggml.bin + files: + - filename: falcon-7B-Q8_0-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/falcon-7B-ggml/resolve/main/falcon-7B-Q8_0-ggml.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: rachidar__open_llama_7b-ggml__openllama7b-q5_0-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/open_llama_7b-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: OpenLLAMA7B-q5_0-ggml.bin + files: + - filename: OpenLLAMA7B-q5_0-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_0-ggml.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: rachidar__open_llama_7b-ggml__openllama7b-q5_1-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/open_llama_7b-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: OpenLLAMA7B-q5_1-ggml.bin + files: + - filename: OpenLLAMA7B-q5_1-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_1-ggml.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: rachidar__open_llama_7b-ggml__openllama7b-q5_k_m-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/open_llama_7b-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: OpenLLAMA7B-q5_K_M-ggml.bin + files: + - filename: OpenLLAMA7B-q5_K_M-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q5_K_M-ggml.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: rachidar__open_llama_7b-ggml__openllama7b-q8_0-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/open_llama_7b-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: OpenLLAMA7B-q8_0-ggml.bin + files: + - filename: OpenLLAMA7B-q8_0-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/open_llama_7b-ggml/resolve/main/OpenLLAMA7B-q8_0-ggml.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-7b-q3_k-q2_k-ggml__wizardlm7b-q2_k-ggml.bin + urls: + - https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml + tags: + - region:us + overrides: + parameters: + model: wizardlm7B-q2_K-ggml.bin + files: + - filename: wizardlm7B-q2_K-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml/resolve/main/wizardlm7B-q2_K-ggml.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-7b-q3_k-q2_k-ggml__wizardlm7b-q3_k_m-ggml.bin + urls: + - https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml + tags: + - region:us + overrides: + parameters: + model: wizardlm7B-q3_K_M-ggml.bin + files: + - filename: wizardlm7B-q3_K_M-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-7B-q3_K-q2_K-ggml/resolve/main/wizardlm7B-q3_K_M-ggml.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-7b-q6_k-ggml__wizardlm7b-q6_k.bin + urls: + - https://huggingface.co/RachidAR/WizardLM-7B-q6_K-ggml + tags: + - region:us + overrides: + parameters: + model: wizardlm7B-q6_K.bin + files: + - filename: wizardlm7B-q6_K.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-7B-q6_K-ggml/resolve/main/wizardlm7B-q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-uncensored-scot-st-30b-q3_k_m-ggml__wizardlm30b-unc-scot-st-q3_k_m.bin + license: other + urls: + - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_M-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: WizardLM30B-Unc-SCOT-ST-q3_K_M.bin + files: + - filename: WizardLM30B-Unc-SCOT-ST-q3_K_M.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_M-GGML/resolve/main/WizardLM30B-Unc-SCOT-ST-q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-uncensored-scot-st-30b-q3_k_s-ggml__wizardlm30b-unc-scot-st-q3_k_s.bin + license: other + urls: + - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_S-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin + files: + - filename: Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q3_K_S-GGML/resolve/main/Wizardlm30B-Unc-SCOT-ST-q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-uncensored-scot-st-30b-q4_k_s-ggml__wizardlm-unc-scot-st-30b-q4_k_s-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q4_K_S-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin + files: + - filename: WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-ST-30B-Q4_K_S-GGML/resolve/main/WizardLM-Unc-SCOT-ST-30B-q4_K_S-ggml.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rachidar__wizardlm-uncensored-scot-storytelling-30b-q2_k-ggml__wizardlm-30b-unc-st-scot-q2_k-ggml.bin + license: other + urls: + - https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-StoryTelling-30B-Q2_K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin + files: + - filename: WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin + sha256: "" + uri: https://huggingface.co/RachidAR/WizardLM-Uncensored-SCOT-StoryTelling-30B-Q2_K-GGML/resolve/main/WizardLM-30B-Unc-ST-SCOT-q2_K-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahalmichel__whisper-ggml__ggml-base.bin + license: unknown + urls: + - https://huggingface.co/rahalmichel/whisper-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-base.bin + files: + - filename: ggml-base.bin + sha256: "" + uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-base.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahalmichel__whisper-ggml__ggml-medium.bin + license: unknown + urls: + - https://huggingface.co/rahalmichel/whisper-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-medium.bin + files: + - filename: ggml-medium.bin + sha256: "" + uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-medium.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahalmichel__whisper-ggml__ggml-small.bin + license: unknown + urls: + - https://huggingface.co/rahalmichel/whisper-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-small.bin + files: + - filename: ggml-small.bin + sha256: "" + uri: https://huggingface.co/rahalmichel/whisper-ggml/resolve/main/ggml-small.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__ggml.js__gpt2-roleplay.bin + urls: + - https://huggingface.co/rahuldshetty/ggml.js + tags: + - region:us + overrides: + parameters: + model: gpt2-roleplay.bin + files: + - filename: gpt2-roleplay.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/gpt2-roleplay.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__ggml.js__llama2__stories15m.bin + urls: + - https://huggingface.co/rahuldshetty/ggml.js + tags: + - region:us + overrides: + parameters: + model: llama2/stories15M.bin + files: + - filename: llama2/stories15M.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/llama2/stories15M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__ggml.js__llama2__tokenizer.bin + urls: + - https://huggingface.co/rahuldshetty/ggml.js + tags: + - region:us + overrides: + parameters: + model: llama2/tokenizer.bin + files: + - filename: llama2/tokenizer.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/llama2/tokenizer.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__ggml.js__starcoder.bin + urls: + - https://huggingface.co/rahuldshetty/ggml.js + tags: + - region:us + overrides: + parameters: + model: starcoder.bin + files: + - filename: starcoder.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/ggml.js/resolve/main/starcoder.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__tiny_starcoder_py_ggml__model.bin + urls: + - https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml + tags: + - region:us + overrides: + parameters: + model: model.bin + files: + - filename: model.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/resolve/main/model.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rahuldshetty__tiny_starcoder_py_ggml__tiny_starcoder_py-ggml-q4_0.bin + urls: + - https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml + tags: + - region:us + overrides: + parameters: + model: tiny_starcoder_py-ggml-q4_0.bin + files: + - filename: tiny_starcoder_py-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/rahuldshetty/tiny_starcoder_py_ggml/resolve/main/tiny_starcoder_py-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ravenscroftj__codegen-2b-multi-ggml-quant__codegen-2b-multi-ggml-4bit-quant.bin + license: bsd-3-clause + urls: + - https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant + tags: + - en + - ggml + - quantized + - license:bsd-3-clause + - text-generation + - region:us + overrides: + parameters: + model: codegen-2B-multi-ggml-4bit-quant.bin + files: + - filename: codegen-2B-multi-ggml-4bit-quant.bin + sha256: 66b34820be1021b12693607dcd3869a4b2358ff03003bb4e6dae82d338fd532e + uri: https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant/resolve/main/codegen-2B-multi-ggml-4bit-quant.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ravenscroftj__codegen-2b-multi-ggml-quant__codegen-2b-multi-ggml-4bit-quant_q4_0.bin + license: bsd-3-clause + urls: + - https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant + tags: + - ggml + - quantized + - text-generation + - en + - license:bsd-3-clause + - region:us + overrides: + parameters: + model: codegen-2B-multi-ggml-4bit-quant_q4_0.bin + files: + - filename: codegen-2B-multi-ggml-4bit-quant_q4_0.bin + sha256: "" + uri: https://huggingface.co/ravenscroftj/CodeGen-2B-multi-ggml-quant/resolve/main/codegen-2B-multi-ggml-4bit-quant_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ravenscroftj__codegen-350m-multi-ggml-quant__codegen-350m-multi-ggml-4bit-quant.bin + license: bsd-3-clause + urls: + - https://huggingface.co/ravenscroftj/CodeGen-350M-multi-ggml-quant + tags: + - ggml + - quantized + - text-generation + - en + - license:bsd-3-clause + - region:us + overrides: + parameters: + model: codegen-350M-multi-ggml-4bit-quant.bin + files: + - filename: codegen-350M-multi-ggml-4bit-quant.bin + sha256: "" + uri: https://huggingface.co/ravenscroftj/CodeGen-350M-multi-ggml-quant/resolve/main/codegen-350M-multi-ggml-4bit-quant.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ravenscroftj__codegen-6b-multi-ggml-quant__codegen-6b-multi-ggml-4bit-quant.bin + license: bsd-3-clause + urls: + - https://huggingface.co/ravenscroftj/CodeGen-6B-multi-ggml-quant + tags: + - ggml + - quantized + - text-generation + - en + - license:bsd-3-clause + - region:us + overrides: + parameters: + model: codegen-6B-multi-ggml-4bit-quant.bin + files: + - filename: codegen-6B-multi-ggml-4bit-quant.bin + sha256: "" + uri: https://huggingface.co/ravenscroftj/CodeGen-6B-multi-ggml-quant/resolve/main/codegen-6B-multi-ggml-4bit-quant.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ravenscroftj__stablecode-instruct-alpha-3b-ggml__stablecode_instruct_3b_q4_0_ggml.bin + urls: + - https://huggingface.co/ravenscroftj/stablecode-instruct-alpha-3b-ggml + tags: + - region:us + overrides: + parameters: + model: stablecode_instruct_3B_q4_0_ggml.bin + files: + - filename: stablecode_instruct_3B_q4_0_ggml.bin + sha256: "" + uri: https://huggingface.co/ravenscroftj/stablecode-instruct-alpha-3b-ggml/resolve/main/stablecode_instruct_3B_q4_0_ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rffx0__chinese-llama-2-7b-ggml-model-q4_0__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rffx0/Chinese-Llama-2-7b-ggml-model-q4_0 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/rffx0/Chinese-Llama-2-7b-ggml-model-q4_0/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: richardr1126__spider-skeleton-wizard-coder-ggml__spider-skeleton-wizard-coder-ggml-q4_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml + tags: + - ggml + - sql + - spider + - text-to-sql + - sql finetune + - dataset:spider + - dataset:richardr1126/spider-skeleton-context-instruct + - arxiv:1809.08887 + - license:bigcode-openrail-m + - model-index + - has_space + - region:us + overrides: + parameters: + model: spider-skeleton-wizard-coder-ggml-q4_0.bin + files: + - filename: spider-skeleton-wizard-coder-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml/resolve/main/spider-skeleton-wizard-coder-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: richardr1126__spider-skeleton-wizard-coder-ggml__spider-skeleton-wizard-coder-ggml-q8_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml + tags: + - ggml + - sql + - spider + - text-to-sql + - sql finetune + - dataset:spider + - dataset:richardr1126/spider-skeleton-context-instruct + - arxiv:1809.08887 + - license:bigcode-openrail-m + - model-index + - has_space + - region:us + overrides: + parameters: + model: spider-skeleton-wizard-coder-ggml-q8_0.bin + files: + - filename: spider-skeleton-wizard-coder-ggml-q8_0.bin + sha256: "" + uri: https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml/resolve/main/spider-skeleton-wizard-coder-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: richardr1126__spider-wizard-coder-ggml__spider-wizard-coder-ggml-q4_0.bin + license: bigcode-openrail-m + urls: + - https://huggingface.co/richardr1126/spider-wizard-coder-ggml + tags: + - license:bigcode-openrail-m + overrides: + parameters: + model: spider-wizard-coder-ggml-q4_0.bin + files: + - filename: spider-wizard-coder-ggml-q4_0.bin + sha256: 72648c67503af59fb128237f1b1f56a5ee14da568095281332fc01bd728ac0f0 + uri: https://huggingface.co/richardr1126/spider-wizard-coder-ggml/resolve/main/spider-wizard-coder-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: richardr1126__sql-guanaco-13b-ggml__sql-guanaco-13b.ggml.q4_k_m.bin + urls: + - https://huggingface.co/richardr1126/sql-guanaco-13b-ggml + tags: + - GGMLv3 + overrides: + parameters: + model: sql-guanaco-13b.ggml.q4_K_M.bin + files: + - filename: sql-guanaco-13b.ggml.q4_K_M.bin + sha256: b0d28096d7951dbdd4f3909d2f277bbe80ab7d6e8e57b7b89512062ea7991ba9 + uri: https://huggingface.co/richardr1126/sql-guanaco-13b-ggml/resolve/main/sql-guanaco-13b.ggml.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: richardr1126__sql-guanaco-13b-ggml__sql-guanaco-13b.ggml.q4_k_s.bin + urls: + - https://huggingface.co/richardr1126/sql-guanaco-13b-ggml + tags: + - GGMLv3 + overrides: + parameters: + model: sql-guanaco-13b.ggml.q4_K_S.bin + files: + - filename: sql-guanaco-13b.ggml.q4_K_S.bin + sha256: 9857eee31358f8d982ce507ba5f45995e446feb0ef1583e6abb7ce626543cbfc + uri: https://huggingface.co/richardr1126/sql-guanaco-13b-ggml/resolve/main/sql-guanaco-13b.ggml.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: risen2513__codellama-7b-instruct-hf.ggmlv3__codellama-7b-instruct-hf.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/risen2513/CodeLlama-7b-Instruct-hf.ggmlv3 + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin + files: + - filename: CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/risen2513/CodeLlama-7b-Instruct-hf.ggmlv3/resolve/main/CodeLlama-7b-Instruct-hf.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ritvikshandilya__llama-2-7b-meditext-gguf__llama-2-7b-meditext.gguf.fp16.bin + urls: + - https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-meditext.gguf.fp16.bin + files: + - filename: llama-2-7b-meditext.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF/resolve/main/llama-2-7b-meditext.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ritvikshandilya__llama-2-7b-meditext-gguf__llama-2-7b-meditext.gguf.q4_k_m.bin + urls: + - https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-meditext.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-meditext.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/ritvikshandilya/llama-2-7b-meditext-GGUF/resolve/main/llama-2-7b-meditext.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.fp16.bin + urls: + - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-medtext2.gguf.fp16.bin + files: + - filename: llama-2-7b-medtext2.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.q4_k_m.bin + urls: + - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-medtext2.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-medtext2.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: ritvikshandilya__llama-2-7b-medtext2-gguf__llama-2-7b-medtext2.gguf.q5_k_m.bin + urls: + - https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-medtext2.gguf.q5_k_m.bin + files: + - filename: llama-2-7b-medtext2.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/ritvikshandilya/llama-2-7b-medtext2-GGUF/resolve/main/llama-2-7b-medtext2.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_l.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q3_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q4_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q5_k_s.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rizerphe__codellama-function-calling-6320-7b-instruct-gguf__codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF + tags: + - dataset:rizerphe/glaive-function-calling-v2-llama + - dataset:rizerphe/sharegpt-hyperfiltered-3k-llama + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - dataset:glaiveai/glaive-function-calling-v2 + - license:llama2 + - region:us + overrides: + parameters: + model: codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + files: + - filename: codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin + sha256: "" + uri: https://huggingface.co/rizerphe/CodeLlama-function-calling-6320-7b-Instruct-GGUF/resolve/main/codellama-function-calling-6320-7b-instruct.gguf.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: robgonsalves__llama-2-13b-deep-haiku-ggml__llama-2-13b-deep-haiku.ggml.fp16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/robgonsalves/llama-2-13b-deep-haiku-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-2-13b-deep-haiku.ggml.fp16.bin + files: + - filename: llama-2-13b-deep-haiku.ggml.fp16.bin + sha256: "" + uri: https://huggingface.co/robgonsalves/llama-2-13b-deep-haiku-GGML/resolve/main/llama-2-13b-deep-haiku.ggml.fp16.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: rombodawg__working-with-text-gen-web-ui-wizard-mega-13b.ggml.q4_0.bin__wizard-mega-13b.ggml.q4_0.bin + license: other + urls: + - https://huggingface.co/rombodawg/Working-with-text-gen-web-ui-wizard-mega-13B.ggml.q4_0.bin + tags: + - license:other + - region:us + overrides: + parameters: + model: wizard-mega-13B.ggml.q4_0.bin + files: + - filename: wizard-mega-13B.ggml.q4_0.bin + sha256: 02592d0590dfe57fbc1cae22a7171358a5db288237e41e6cb8c7c2e7402c6eb3 + uri: https://huggingface.co/rombodawg/Working-with-text-gen-web-ui-wizard-mega-13B.ggml.q4_0.bin/resolve/main/wizard-mega-13B.ggml.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: roversx__ac1.51-merge-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/RoversX/AC1.51-merge-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/RoversX/AC1.51-merge-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: roversx__ac1.51-merge-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/RoversX/AC1.51-merge-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/RoversX/AC1.51-merge-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: roversx__llama-2-7b-chat-hf-qlora-samantha-v2-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: roversx__llama-2-7b-chat-hf-qlora-samantha-v2-ggml__ggml-model-q4_1.bin + urls: + - https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: roversx__stablebeluga-7b-qlora-samantha-v3-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Samantha-V3-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Samantha-V3-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: roversx__stablebeluga-7b-qlora-test-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Test-ggml + tags: + - en + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/RoversX/StableBeluga-7B-Qlora-Test-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: roversx__tablebeluga-7b-instruct-pl-lora-samantha-data-v1-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/RoversX/tableBeluga-7B-instruct-pl-lora-Samantha-data-V1-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/RoversX/tableBeluga-7B-instruct-pl-lora-Samantha-data-V1-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-f16.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-f16.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-f16.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q2_K.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q2_K.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q3_K_L.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q3_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q3_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q4_0.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q4_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q4_1.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q4_1.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q4_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q4_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q5_0.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q5_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q5_1.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q5_1.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q5_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q5_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q6_K.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k-instruct_gguf__llama-2-7b-32k-instruct-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Instruct-Q8_0.gguf + files: + - filename: LLaMA-2-7B-32K-Instruct-Q8_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K-Instruct_GGUF/resolve/main/LLaMA-2-7B-32K-Instruct-Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-f16.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-f16.gguf + files: + - filename: LLaMA-2-7B-32K-f16.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q2_K.gguf + files: + - filename: LLaMA-2-7B-32K-Q2_K.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q3_K_L.gguf + files: + - filename: LLaMA-2-7B-32K-Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q3_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q3_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q4_0.gguf + files: + - filename: LLaMA-2-7B-32K-Q4_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q4_1.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q4_1.gguf + files: + - filename: LLaMA-2-7B-32K-Q4_1.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q4_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q4_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q5_0.gguf + files: + - filename: LLaMA-2-7B-32K-Q5_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q5_1.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q5_1.gguf + files: + - filename: LLaMA-2-7B-32K-Q5_1.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q5_K_M.gguf + files: + - filename: LLaMA-2-7B-32K-Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q5_K_S.gguf + files: + - filename: LLaMA-2-7B-32K-Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q6_K.gguf + files: + - filename: LLaMA-2-7B-32K-Q6_K.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: rozek__llama-2-7b-32k_gguf__llama-2-7b-32k-q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF + tags: + - llama + - llama-2 + - facebook + - meta + - text-generation-inference + - quantized + - gguf + - 32k-context + - togethercomputer + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K-Q8_0.gguf + files: + - filename: LLaMA-2-7B-32K-Q8_0.gguf + sha256: "" + uri: https://huggingface.co/rozek/LLaMA-2-7B-32K_GGUF/resolve/main/LLaMA-2-7B-32K-Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: rshvetsov__ggml-quantized__vicuna-7b-1.1-ggml-q4_0.bin + urls: + - https://huggingface.co/rshvetsov/ggml-quantized + tags: + - region:us + overrides: + parameters: + model: vicuna-7b-1.1-ggml-q4_0.bin + files: + - filename: vicuna-7b-1.1-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/rshvetsov/ggml-quantized/resolve/main/vicuna-7b-1.1-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rtgiskard__alpaca-lora-7b-zh-ggml__ggml-model-q4_0.bin + urls: + - https://huggingface.co/rtgiskard/alpaca-lora-7b-zh-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/rtgiskard/alpaca-lora-7b-zh-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b1-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b1-f16.bin + files: + - filename: bloom-1b1-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b1-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b1-q4_0-ggjt.bin + files: + - filename: bloom-1b1-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b1-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b1-q4_0.bin + files: + - filename: bloom-1b1-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b1-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b1-q5_1-ggjt.bin + files: + - filename: bloom-1b1-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b1-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b1-q5_1.bin + files: + - filename: bloom-1b1-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b1-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b7-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b7-f16.bin + files: + - filename: bloom-1b7-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b7-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b7-q4_0-ggjt.bin + files: + - filename: bloom-1b7-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b7-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b7-q4_0.bin + files: + - filename: bloom-1b7-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b7-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b7-q5_1-ggjt.bin + files: + - filename: bloom-1b7-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-1b7-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-1b7-q5_1.bin + files: + - filename: bloom-1b7-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-1b7-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-3b-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-3b-f16.bin + files: + - filename: bloom-3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-3b-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-3b-q4_0-ggjt.bin + files: + - filename: bloom-3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-3b-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-3b-q4_0.bin + files: + - filename: bloom-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-3b-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-3b-q5_1-ggjt.bin + files: + - filename: bloom-3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-3b-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-3b-q5_1.bin + files: + - filename: bloom-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-560m-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-560m-f16.bin + files: + - filename: bloom-560m-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-560m-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-560m-q4_0-ggjt.bin + files: + - filename: bloom-560m-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-560m-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-560m-q4_0.bin + files: + - filename: bloom-560m-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-560m-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-560m-q5_1-ggjt.bin + files: + - filename: bloom-560m-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloom-ggml__bloom-560m-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloom-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloom-560m-q5_1.bin + files: + - filename: bloom-560m-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloom-ggml/resolve/main/bloom-560m-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b1-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b1-f16.bin + files: + - filename: bloomz-1b1-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b1-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b1-q4_0-ggjt.bin + files: + - filename: bloomz-1b1-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b1-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b1-q4_0.bin + files: + - filename: bloomz-1b1-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b1-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b1-q5_1-ggjt.bin + files: + - filename: bloomz-1b1-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b1-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b1-q5_1.bin + files: + - filename: bloomz-1b1-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b1-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b7-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b7-f16.bin + files: + - filename: bloomz-1b7-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b7-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b7-q4_0-ggjt.bin + files: + - filename: bloomz-1b7-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b7-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b7-q4_0.bin + files: + - filename: bloomz-1b7-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b7-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b7-q5_1-ggjt.bin + files: + - filename: bloomz-1b7-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-1b7-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-1b7-q5_1.bin + files: + - filename: bloomz-1b7-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-1b7-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-3b-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-3b-f16.bin + files: + - filename: bloomz-3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-3b-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-3b-q4_0-ggjt.bin + files: + - filename: bloomz-3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-3b-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-3b-q4_0.bin + files: + - filename: bloomz-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-3b-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-3b-q5_1-ggjt.bin + files: + - filename: bloomz-3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-3b-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-3b-q5_1.bin + files: + - filename: bloomz-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-560m-f16.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-560m-f16.bin + files: + - filename: bloomz-560m-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-560m-q4_0-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-560m-q4_0-ggjt.bin + files: + - filename: bloomz-560m-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-560m-q4_0.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-560m-q4_0.bin + files: + - filename: bloomz-560m-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-560m-q5_1-ggjt.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-560m-q5_1-ggjt.bin + files: + - filename: bloomz-560m-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__bloomz-ggml__bloomz-560m-q5_1.bin + license: bigscience-bloom-rail-1.0 + urls: + - https://huggingface.co/rustformers/bloomz-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - ak + - ar + - as + - bm + - bn + - ca + - code + - en + - es + - eu + - fon + - fr + - gu + - hi + - id + - ig + - ki + - kn + - lg + - ln + - ml + - mr + - ne + - nso + - ny + - or + - pa + - pt + - rn + - rw + - sn + - st + - sw + - ta + - te + - tn + - ts + - tum + - tw + - ur + - vi + - wo + - xh + - yo + - zh + - zu + - dataset:bigscience/xP3 + - arxiv:2211.01786 + - license:bigscience-bloom-rail-1.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: bloomz-560m-q5_1.bin + files: + - filename: bloomz-560m-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-12b-f16.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-12b-f16.bin + files: + - filename: dolly-v2-12b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-12b-q4_0-ggjt.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-12b-q4_0-ggjt.bin + files: + - filename: dolly-v2-12b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-12b-q4_0.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-12b-q4_0.bin + files: + - filename: dolly-v2-12b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-3b-f16.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-3b-f16.bin + files: + - filename: dolly-v2-3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-3b-q4_0-ggjt.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-3b-q4_0-ggjt.bin + files: + - filename: dolly-v2-3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-3b-q4_0.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-3b-q4_0.bin + files: + - filename: dolly-v2-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-3b-q5_1-ggjt.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-3b-q5_1-ggjt.bin + files: + - filename: dolly-v2-3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-3b-q5_1.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-3b-q5_1.bin + files: + - filename: dolly-v2-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-7b-f16.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-7b-f16.bin + files: + - filename: dolly-v2-7b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-7b-q4_0-ggjt.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-7b-q4_0-ggjt.bin + files: + - filename: dolly-v2-7b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-7b-q4_0.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-7b-q4_0.bin + files: + - filename: dolly-v2-7b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-7b-q5_1-ggjt.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-7b-q5_1-ggjt.bin + files: + - filename: dolly-v2-7b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__dolly-v2-ggml__dolly-v2-7b-q5_1.bin + license: mit + urls: + - https://huggingface.co/rustformers/dolly-v2-ggml + tags: + - transformers + - gpt_neox + - llm-rs + - ggml + - text-generation + - en + - dataset:databricks/databricks-dolly-15k + - license:mit + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: dolly-v2-7b-q5_1.bin + files: + - filename: dolly-v2-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt-j-ggml__gpt-j-6b-f16.bin + urls: + - https://huggingface.co/rustformers/gpt-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:the_pile + - arxiv:2104.09864 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt-j-6b-f16.bin + files: + - filename: gpt-j-6b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt-j-ggml__gpt-j-6b-q4_0-ggjt.bin + urls: + - https://huggingface.co/rustformers/gpt-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:the_pile + - arxiv:2104.09864 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt-j-6b-q4_0-ggjt.bin + files: + - filename: gpt-j-6b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt-j-ggml__gpt-j-6b-q4_0.bin + urls: + - https://huggingface.co/rustformers/gpt-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:the_pile + - arxiv:2104.09864 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt-j-6b-q4_0.bin + files: + - filename: gpt-j-6b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt-j-ggml__gpt-j-6b-q5_1-ggjt.bin + urls: + - https://huggingface.co/rustformers/gpt-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:the_pile + - arxiv:2104.09864 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt-j-6b-q5_1-ggjt.bin + files: + - filename: gpt-j-6b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt-j-ggml__gpt-j-6b-q5_1.bin + urls: + - https://huggingface.co/rustformers/gpt-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:the_pile + - arxiv:2104.09864 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt-j-6b-q5_1.bin + files: + - filename: gpt-j-6b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt4all-j-ggml__gpt4all-j-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/gpt4all-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:nomic-ai/gpt4all-j-prompt-generations + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt4all-j-f16.bin + files: + - filename: gpt4all-j-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt4all-j-ggml__gpt4all-j-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/gpt4all-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:nomic-ai/gpt4all-j-prompt-generations + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt4all-j-q4_0-ggjt.bin + files: + - filename: gpt4all-j-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt4all-j-ggml__gpt4all-j-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/gpt4all-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:nomic-ai/gpt4all-j-prompt-generations + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt4all-j-q4_0.bin + files: + - filename: gpt4all-j-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt4all-j-ggml__gpt4all-j-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/gpt4all-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:nomic-ai/gpt4all-j-prompt-generations + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt4all-j-q5_1-ggjt.bin + files: + - filename: gpt4all-j-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__gpt4all-j-ggml__gpt4all-j-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/gpt4all-j-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:nomic-ai/gpt4all-j-prompt-generations + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: gpt4all-j-q5_1.bin + files: + - filename: gpt4all-j-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-chat-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-chat-f16.bin + files: + - filename: mpt-7b-chat-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-chat-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-chat-q4_0-ggjt.bin + files: + - filename: mpt-7b-chat-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-chat-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-chat-q4_0.bin + files: + - filename: mpt-7b-chat-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-chat-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-chat-q5_1-ggjt.bin + files: + - filename: mpt-7b-chat-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-chat-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-chat-q5_1.bin + files: + - filename: mpt-7b-chat-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-f16.bin + files: + - filename: mpt-7b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-instruct-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-instruct-f16.bin + files: + - filename: mpt-7b-instruct-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-instruct-q4_0-ggjt.bin + files: + - filename: mpt-7b-instruct-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-instruct-q4_0.bin + files: + - filename: mpt-7b-instruct-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-instruct-q5_1-ggjt.bin + files: + - filename: mpt-7b-instruct-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-instruct-q5_1.bin + files: + - filename: mpt-7b-instruct-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-q4_0-ggjt.bin + files: + - filename: mpt-7b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-q4_0.bin + files: + - filename: mpt-7b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-q5_1-ggjt.bin + files: + - filename: mpt-7b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-q5_1.bin + files: + - filename: mpt-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-storywriter-f16.bin + files: + - filename: mpt-7b-storywriter-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-storywriter-q4_0-ggjt.bin + files: + - filename: mpt-7b-storywriter-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-storywriter-q4_0.bin + files: + - filename: mpt-7b-storywriter-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-storywriter-q5_1-ggjt.bin + files: + - filename: mpt-7b-storywriter-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/mpt-7b-ggml + tags: + - transformers + - mpt + - llm-rs + - ggml + - text-generation + - en + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: mpt-7b-storywriter-q5_1.bin + files: + - filename: mpt-7b-storywriter-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_3b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_3b-f16.bin + files: + - filename: open_llama_3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_3b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_3b-q4_0-ggjt.bin + files: + - filename: open_llama_3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_3b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_3b-q5_1-ggjt.bin + files: + - filename: open_llama_3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_7b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_7b-f16.bin + files: + - filename: open_llama_7b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_7b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_7b-q4_0-ggjt.bin + files: + - filename: open_llama_7b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__open-llama-ggml__open_llama_7b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/open-llama-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: open_llama_7b-q5_1-ggjt.bin + files: + - filename: open_llama_7b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1.4b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1.4b-f16.bin + files: + - filename: pythia-1.4b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1.4b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1.4b-q4_0-ggjt.bin + files: + - filename: pythia-1.4b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1.4b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1.4b-q4_0.bin + files: + - filename: pythia-1.4b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1.4b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1.4b-q5_1-ggjt.bin + files: + - filename: pythia-1.4b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1.4b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1.4b-q5_1.bin + files: + - filename: pythia-1.4b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-160m-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-160m-f16.bin + files: + - filename: pythia-160m-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-160m-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-160m-q4_0-ggjt.bin + files: + - filename: pythia-160m-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-160m-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-160m-q4_0.bin + files: + - filename: pythia-160m-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-160m-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-160m-q5_1-ggjt.bin + files: + - filename: pythia-160m-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-160m-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-160m-q5_1.bin + files: + - filename: pythia-160m-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1b-f16.bin + files: + - filename: pythia-1b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1b-q4_0-ggjt.bin + files: + - filename: pythia-1b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1b-q4_0.bin + files: + - filename: pythia-1b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1b-q5_1-ggjt.bin + files: + - filename: pythia-1b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-1b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-1b-q5_1.bin + files: + - filename: pythia-1b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-2.8b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-2.8b-f16.bin + files: + - filename: pythia-2.8b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-2.8b-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-2.8b-q4_0-ggjt.bin + files: + - filename: pythia-2.8b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-2.8b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-2.8b-q4_0.bin + files: + - filename: pythia-2.8b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-2.8b-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-2.8b-q5_1-ggjt.bin + files: + - filename: pythia-2.8b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-2.8b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-2.8b-q5_1.bin + files: + - filename: pythia-2.8b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-410m-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-410m-f16.bin + files: + - filename: pythia-410m-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-410m-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-410m-q4_0-ggjt.bin + files: + - filename: pythia-410m-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-410m-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-410m-q4_0.bin + files: + - filename: pythia-410m-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-410m-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-410m-q5_1-ggjt.bin + files: + - filename: pythia-410m-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-410m-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-410m-q5_1.bin + files: + - filename: pythia-410m-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-70m-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-70m-f16.bin + files: + - filename: pythia-70m-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-70m-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-70m-q4_0-ggjt.bin + files: + - filename: pythia-70m-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-70m-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-70m-q4_0.bin + files: + - filename: pythia-70m-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-70m-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-70m-q5_1-ggjt.bin + files: + - filename: pythia-70m-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__pythia-ggml__pythia-70m-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/pythia-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: pythia-70m-q5_1.bin + files: + - filename: pythia-70m-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Base-3B-v1-f16.bin + files: + - filename: RedPajama-INCITE-Base-3B-v1-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Base-3B-v1-q4_0.bin + files: + - filename: RedPajama-INCITE-Base-3B-v1-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Base-3B-v1-q5_1.bin + files: + - filename: RedPajama-INCITE-Base-3B-v1-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Chat-3B-v1-f16.bin + files: + - filename: RedPajama-INCITE-Chat-3B-v1-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Chat-3B-v1-q4_0.bin + files: + - filename: RedPajama-INCITE-Chat-3B-v1-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Chat-3B-v1-q5_1.bin + files: + - filename: RedPajama-INCITE-Chat-3B-v1-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Instruct-3B-v1-f16.bin + files: + - filename: RedPajama-INCITE-Instruct-3B-v1-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Instruct-3B-v1-q4_0.bin + files: + - filename: RedPajama-INCITE-Instruct-3B-v1-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-3b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-Instruct-3B-v1-q5_1.bin + files: + - filename: RedPajama-INCITE-Instruct-3B-v1-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Base-f16.bin + files: + - filename: RedPajama-INCITE-7B-Base-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Base-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Base-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Base-q4_0.bin + files: + - filename: RedPajama-INCITE-7B-Base-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Base-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Base-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Base-q5_1.bin + files: + - filename: RedPajama-INCITE-7B-Base-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Chat-f16.bin + files: + - filename: RedPajama-INCITE-7B-Chat-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Chat-q4_0.bin + files: + - filename: RedPajama-INCITE-7B-Chat-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Chat-q5_1.bin + files: + - filename: RedPajama-INCITE-7B-Chat-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Instruct-f16.bin + files: + - filename: RedPajama-INCITE-7B-Instruct-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q4_0-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Instruct-q4_0.bin + files: + - filename: RedPajama-INCITE-7B-Instruct-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q5_1-ggjt.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin + files: + - filename: RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/rustformers/redpajama-7b-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - dataset:togethercomputer/RedPajama-Data-1T + - license:apache-2.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: RedPajama-INCITE-7B-Instruct-q5_1.bin + files: + - filename: RedPajama-INCITE-7B-Instruct-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-3b-f16.bin + files: + - filename: stablelm-base-alpha-3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q4_0-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-3b-q4_0-ggjt.bin + files: + - filename: stablelm-base-alpha-3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-3b-q4_0.bin + files: + - filename: stablelm-base-alpha-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q5_1-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-3b-q5_1-ggjt.bin + files: + - filename: stablelm-base-alpha-3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-3b-q5_1.bin + files: + - filename: stablelm-base-alpha-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-7b-f16.bin + files: + - filename: stablelm-base-alpha-7b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q4_0-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-7b-q4_0-ggjt.bin + files: + - filename: stablelm-base-alpha-7b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-7b-q4_0.bin + files: + - filename: stablelm-base-alpha-7b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q5_1-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-7b-q5_1-ggjt.bin + files: + - filename: stablelm-base-alpha-7b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-base-alpha-7b-q5_1.bin + files: + - filename: stablelm-base-alpha-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-3b-f16.bin + files: + - filename: stablelm-tuned-alpha-3b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q4_0-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-3b-q4_0-ggjt.bin + files: + - filename: stablelm-tuned-alpha-3b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-3b-q4_0.bin + files: + - filename: stablelm-tuned-alpha-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q5_1-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-3b-q5_1-ggjt.bin + files: + - filename: stablelm-tuned-alpha-3b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-3b-q5_1.bin + files: + - filename: stablelm-tuned-alpha-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-f16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-7b-f16.bin + files: + - filename: stablelm-tuned-alpha-7b-f16.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q4_0-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-7b-q4_0-ggjt.bin + files: + - filename: stablelm-tuned-alpha-7b-q4_0-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q4_0-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-7b-q4_0.bin + files: + - filename: stablelm-tuned-alpha-7b-q4_0.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q5_1-ggjt.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-7b-q5_1-ggjt.bin + files: + - filename: stablelm-tuned-alpha-7b-q5_1-ggjt.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q5_1-ggjt.bin +- url: github:go-skynet/model-gallery/base.yaml + name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/rustformers/stablelm-ggml + tags: + - transformers + - llm-rs + - ggml + - text-generation + - en + - license:cc-by-sa-4.0 + - endpoints_compatible + - region:us + overrides: + parameters: + model: stablelm-tuned-alpha-7b-q5_1.bin + files: + - filename: stablelm-tuned-alpha-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/13B-Ouroboros-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 13B-Ouroboros.ggmlv3.q4_0.bin + files: + - filename: 13B-Ouroboros.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/13B-Ouroboros-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 13B-Ouroboros.ggmlv3.q4_1.bin + files: + - filename: 13B-Ouroboros.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/13B-Ouroboros-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 13B-Ouroboros.ggmlv3.q5_0.bin + files: + - filename: 13B-Ouroboros.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/13B-Ouroboros-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 13B-Ouroboros.ggmlv3.q5_1.bin + files: + - filename: 13B-Ouroboros.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/13B-Ouroboros-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 13B-Ouroboros.ggmlv3.q8_0.bin + files: + - filename: 13B-Ouroboros.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ajibawa-2023-uncensored-frank-33b-gguf__7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ajibawa-2023-Uncensored-Frank-33B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + files: + - filename: 7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + sha256: "" + uri: https://huggingface.co/s3nh/ajibawa-2023-Uncensored-Frank-33B-GGUF/resolve/main/7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.00360 + - arxiv:2009.03300 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin + files: + - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.00360 + - arxiv:2009.03300 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin + files: + - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.00360 + - arxiv:2009.03300 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin + files: + - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.00360 + - arxiv:2009.03300 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin + files: + - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instructionggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.00360 + - arxiv:2009.03300 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin + files: + - filename: AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/alpagasus-13b-GGML + tags: + - text-generation + - en + - arxiv:2307.08701 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + files: + - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/alpagasus-13b-GGML + tags: + - text-generation + - en + - arxiv:2307.08701 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + files: + - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/alpagasus-13b-GGML + tags: + - text-generation + - en + - arxiv:2307.08701 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + files: + - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/alpagasus-13b-GGML + tags: + - text-generation + - en + - arxiv:2307.08701 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + files: + - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/alpagasus-13b-GGML + tags: + - text-generation + - en + - arxiv:2307.08701 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + files: + - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__atanddev-shortking-3b-v0.2-gguf__4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + license: openrail + urls: + - https://huggingface.co/s3nh/AtAndDev-ShortKing-3b-v0.2-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + files: + - filename: 4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + sha256: "" + uri: https://huggingface.co/s3nh/AtAndDev-ShortKing-3b-v0.2-GGUF/resolve/main/4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2104.09864 + - arxiv:2108.12409 + - arxiv:2307.00360 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: Baichuan-13B-Instruction.ggmlv3.q4_0.bin + files: + - filename: Baichuan-13B-Instruction.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2104.09864 + - arxiv:2108.12409 + - arxiv:2307.00360 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: Baichuan-13B-Instruction.ggmlv3.q4_1.bin + files: + - filename: Baichuan-13B-Instruction.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2104.09864 + - arxiv:2108.12409 + - arxiv:2307.00360 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: Baichuan-13B-Instruction.ggmlv3.q5_0.bin + files: + - filename: Baichuan-13B-Instruction.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2104.09864 + - arxiv:2108.12409 + - arxiv:2307.00360 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: Baichuan-13B-Instruction.ggmlv3.q5_1.bin + files: + - filename: Baichuan-13B-Instruction.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2104.09864 + - arxiv:2108.12409 + - arxiv:2307.00360 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: Baichuan-13B-Instruction.ggmlv3.q8_0.bin + files: + - filename: Baichuan-13B-Instruction.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-13b-sft.ggmlv3.q4_0.bin + files: + - filename: baichuan-13b-sft.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-13b-sft.ggmlv3.q4_1.bin + files: + - filename: baichuan-13b-sft.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-13b-sft.ggmlv3.q5_0.bin + files: + - filename: baichuan-13b-sft.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-13b-sft.ggmlv3.q5_1.bin + files: + - filename: baichuan-13b-sft.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-13b-sft.ggmlv3.q8_0.bin + files: + - filename: baichuan-13b-sft.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Baichuan-7B-GGML + tags: + - text-generation + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Baichuan-7B.ggmlv3.q4_0.bin + files: + - filename: Baichuan-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Baichuan-7B-GGML + tags: + - text-generation + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Baichuan-7B.ggmlv3.q4_1.bin + files: + - filename: Baichuan-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Baichuan-7B-GGML + tags: + - text-generation + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Baichuan-7B.ggmlv3.q5_0.bin + files: + - filename: Baichuan-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Baichuan-7B-GGML + tags: + - text-generation + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Baichuan-7B.ggmlv3.q5_1.bin + files: + - filename: Baichuan-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Baichuan-7B-GGML + tags: + - text-generation + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Baichuan-7B.ggmlv3.q8_0.bin + files: + - filename: Baichuan-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-7b-sft.ggmlv3.q4_0.bin + files: + - filename: baichuan-7b-sft.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-7b-sft.ggmlv3.q4_1.bin + files: + - filename: baichuan-7b-sft.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-7b-sft.ggmlv3.q5_0.bin + files: + - filename: baichuan-7b-sft.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-7b-sft.ggmlv3.q5_1.bin + files: + - filename: baichuan-7b-sft.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: baichuan-7b-sft.ggmlv3.q8_0.bin + files: + - filename: baichuan-7b-sft.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/BigTranslate-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2305.18098 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: BigTranslate.ggmlv3.q4_0.bin + files: + - filename: BigTranslate.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/BigTranslate-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2305.18098 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: BigTranslate.ggmlv3.q4_1.bin + files: + - filename: BigTranslate.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/BigTranslate-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2305.18098 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: BigTranslate.ggmlv3.q5_0.bin + files: + - filename: BigTranslate.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/BigTranslate-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2305.18098 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: BigTranslate.ggmlv3.q5_1.bin + files: + - filename: BigTranslate.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/BigTranslate-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2305.18098 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: BigTranslate.ggmlv3.q8_0.bin + files: + - filename: BigTranslate.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.ggmlv3.q4_0.bin + files: + - filename: chinese-alpaca-2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.ggmlv3.q4_1.bin + files: + - filename: chinese-alpaca-2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.ggmlv3.q5_0.bin + files: + - filename: chinese-alpaca-2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.ggmlv3.q5_1.bin + files: + - filename: chinese-alpaca-2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.ggmlv3.q8_0.bin + files: + - filename: chinese-alpaca-2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + tags: + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + tags: + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + tags: + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + tags: + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + tags: + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__cobramamba-mamba-gpt-3b-v4-gguf__72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin + license: openrail + urls: + - https://huggingface.co/s3nh/CobraMamba-mamba-gpt-3b-v4-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: 72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin + files: + - filename: 72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin + sha256: "" + uri: https://huggingface.co/s3nh/CobraMamba-mamba-gpt-3b-v4-GGUF/resolve/main/72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin + files: + - filename: Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin + files: + - filename: Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin + files: + - filename: Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin + files: + - filename: Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin + files: + - filename: Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoLogic-Mini-7b.ggmlv3.q4_0.bin + files: + - filename: MythoLogic-Mini-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoLogic-Mini-7b.ggmlv3.q4_1.bin + files: + - filename: MythoLogic-Mini-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoLogic-Mini-7b.ggmlv3.q5_0.bin + files: + - filename: MythoLogic-Mini-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoLogic-Mini-7b.ggmlv3.q5_1.bin + files: + - filename: MythoLogic-Mini-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoLogic-Mini-7b.ggmlv3.q8_0.bin + files: + - filename: MythoLogic-Mini-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/firefly-llama-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: firefly-llama-13b.ggmlv3.q4_0.bin + files: + - filename: firefly-llama-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/firefly-llama-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: firefly-llama-13b.ggmlv3.q4_1.bin + files: + - filename: firefly-llama-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/firefly-llama-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: firefly-llama-13b.ggmlv3.q5_0.bin + files: + - filename: firefly-llama-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/firefly-llama-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: firefly-llama-13b.ggmlv3.q5_1.bin + files: + - filename: firefly-llama-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/firefly-llama-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: firefly-llama-13b.ggmlv3.q8_0.bin + files: + - filename: firefly-llama-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin + files: + - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin + files: + - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin + files: + - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin + files: + - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin + files: + - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.09288 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin + files: + - filename: garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.09288 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin + files: + - filename: garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.09288 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin + files: + - filename: garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.09288 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin + files: + - filename: garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - arxiv:2307.09288 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin + files: + - filename: garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin + files: + - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin + files: + - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin + files: + - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin + files: + - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin + files: + - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/genz-13b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: genz-13b-v2.ggmlv3.q4_0.bin + files: + - filename: genz-13b-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/genz-13b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: genz-13b-v2.ggmlv3.q4_1.bin + files: + - filename: genz-13b-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/genz-13b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: genz-13b-v2.ggmlv3.q5_0.bin + files: + - filename: genz-13b-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/genz-13b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: genz-13b-v2.ggmlv3.q5_1.bin + files: + - filename: genz-13b-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/genz-13b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: genz-13b-v2.ggmlv3.q8_0.bin + files: + - filename: genz-13b-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/genz-7b-GGML + tags: + - text-generation + - region:us + overrides: + parameters: + model: genz-7b.ggmlv3.q4_0.bin + files: + - filename: genz-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/genz-7b-GGML + tags: + - text-generation + - region:us + overrides: + parameters: + model: genz-7b.ggmlv3.q4_1.bin + files: + - filename: genz-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/genz-7b-GGML + tags: + - text-generation + - region:us + overrides: + parameters: + model: genz-7b.ggmlv3.q5_0.bin + files: + - filename: genz-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/genz-7b-GGML + tags: + - text-generation + - region:us + overrides: + parameters: + model: genz-7b.ggmlv3.q5_1.bin + files: + - filename: genz-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/genz-7b-GGML + tags: + - text-generation + - region:us + overrides: + parameters: + model: genz-7b.ggmlv3.q8_0.bin + files: + - filename: genz-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: GOAT-7B-Community-GGML.ggmlv3.q4_0.bin + files: + - filename: GOAT-7B-Community-GGML.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: GOAT-7B-Community-GGML.ggmlv3.q4_1.bin + files: + - filename: GOAT-7B-Community-GGML.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: GOAT-7B-Community-GGML.ggmlv3.q5_0.bin + files: + - filename: GOAT-7B-Community-GGML.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: GOAT-7B-Community-GGML.ggmlv3.q5_1.bin + files: + - filename: GOAT-7B-Community-GGML.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: GOAT-7B-Community-GGML.ggmlv3.q8_0.bin + files: + - filename: GOAT-7B-Community-GGML.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-13b.ggmlv3.q4_0.bin + files: + - filename: gogpt2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-13b.ggmlv3.q4_1.bin + files: + - filename: gogpt2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-13b.ggmlv3.q5_0.bin + files: + - filename: gogpt2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-13b.ggmlv3.q5_1.bin + files: + - filename: gogpt2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-13b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-13b.ggmlv3.q8_0.bin + files: + - filename: gogpt2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-7b.ggmlv3.q4_0.bin + files: + - filename: gogpt2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-7b.ggmlv3.q4_1.bin + files: + - filename: gogpt2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-7b.ggmlv3.q5_0.bin + files: + - filename: gogpt2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-7b.ggmlv3.q5_1.bin + files: + - filename: gogpt2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/gogpt2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: gogpt2-7b.ggmlv3.q8_0.bin + files: + - filename: gogpt2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin + files: + - filename: GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin + files: + - filename: GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin + files: + - filename: GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin + files: + - filename: GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin + files: + - filename: GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin + files: + - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin + files: + - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin + files: + - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin + files: + - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin + files: + - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin + files: + - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin + files: + - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin + files: + - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin + files: + - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin + files: + - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: llama2-13b-chinese-v1.ggmlv3.q4_0.bin + files: + - filename: llama2-13b-chinese-v1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: llama2-13b-chinese-v1.ggmlv3.q4_1.bin + files: + - filename: llama2-13b-chinese-v1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: llama2-13b-chinese-v1.ggmlv3.q5_0.bin + files: + - filename: llama2-13b-chinese-v1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: llama2-13b-chinese-v1.ggmlv3.q5_1.bin + files: + - filename: llama2-13b-chinese-v1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: llama2-13b-chinese-v1.ggmlv3.q8_0.bin + files: + - filename: llama2-13b-chinese-v1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + tags: + - region:us + overrides: + parameters: + model: heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin + files: + - filename: heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + tags: + - region:us + overrides: + parameters: + model: heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin + files: + - filename: heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + tags: + - region:us + overrides: + parameters: + model: heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin + files: + - filename: heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + tags: + - region:us + overrides: + parameters: + model: heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin + files: + - filename: heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + tags: + - region:us + overrides: + parameters: + model: heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin + files: + - filename: heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin + files: + - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin + files: + - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin + files: + - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin + files: + - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin + files: + - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin + files: + - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin + files: + - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin + files: + - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin + files: + - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin + files: + - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + tags: + - text-generation + - arxiv:2306.03341 + - region:us + overrides: + parameters: + model: honest_llama2_chat_7B.ggmlv3.q4_1.bin + files: + - filename: honest_llama2_chat_7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + tags: + - text-generation + - arxiv:2306.03341 + - region:us + overrides: + parameters: + model: honest_llama2_chat_7B.ggmlv3.q5_0.bin + files: + - filename: honest_llama2_chat_7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + tags: + - text-generation + - arxiv:2306.03341 + - region:us + overrides: + parameters: + model: honest_llama2_chat_7B.ggmlv3.q5_1.bin + files: + - filename: honest_llama2_chat_7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + tags: + - text-generation + - arxiv:2306.03341 + - region:us + overrides: + parameters: + model: honest_llama2_chat_7B.ggmlv3.q8_0.bin + files: + - filename: honest_llama2_chat_7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: Huginn-13b-FP16.ggmlv3.q4_0.bin + files: + - filename: Huginn-13b-FP16.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: Huginn-13b-FP16.ggmlv3.q4_1.bin + files: + - filename: Huginn-13b-FP16.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: Huginn-13b-FP16.ggmlv3.q5_0.bin + files: + - filename: Huginn-13b-FP16.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: Huginn-13b-FP16.ggmlv3.q5_1.bin + files: + - filename: Huginn-13b-FP16.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: Huginn-13b-FP16.ggmlv3.q8_0.bin + files: + - filename: Huginn-13b-FP16.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q2_K.gguf + files: + - filename: internlm-internlm-chat-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q3_K_S.gguf + files: + - filename: internlm-internlm-chat-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q4_K_M.gguf + files: + - filename: internlm-internlm-chat-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q4_K_S.gguf + files: + - filename: internlm-internlm-chat-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q5_K_S.gguf + files: + - filename: internlm-internlm-chat-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q6_K.gguf + files: + - filename: internlm-internlm-chat-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-gguf__internlm-internlm-chat-7b.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b.Q8_0.gguf + files: + - filename: internlm-internlm-chat-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-GGUF/resolve/main/internlm-internlm-chat-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q2_K.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q3_K_S.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q4_K_M.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q4_K_S.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q5_K_S.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q6_K.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__internlm-internlm-chat-7b-v1_1-gguf__internlm-internlm-chat-7b-v1_1.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: internlm-internlm-chat-7b-v1_1.Q8_0.gguf + files: + - filename: internlm-internlm-chat-7b-v1_1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/internlm-internlm-chat-7b-v1_1-GGUF/resolve/main/internlm-internlm-chat-7b-v1_1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + tags: + - region:us + overrides: + parameters: + model: jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + files: + - filename: jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + tags: + - region:us + overrides: + parameters: + model: jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + files: + - filename: jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + tags: + - region:us + overrides: + parameters: + model: jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + files: + - filename: jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + tags: + - region:us + overrides: + parameters: + model: jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + files: + - filename: jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + tags: + - region:us + overrides: + parameters: + model: jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + files: + - filename: jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + files: + - filename: kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + files: + - filename: kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + files: + - filename: kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + files: + - filename: kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + files: + - filename: kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/L2_13b_mix-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: L2_13b_mix.ggmlv3.q4_0.bin + files: + - filename: L2_13b_mix.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/L2_13b_mix-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: L2_13b_mix.ggmlv3.q4_1.bin + files: + - filename: L2_13b_mix.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/L2_13b_mix-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: L2_13b_mix.ggmlv3.q5_0.bin + files: + - filename: L2_13b_mix.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/L2_13b_mix-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: L2_13b_mix.ggmlv3.q5_1.bin + files: + - filename: L2_13b_mix.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/L2_13b_mix-GGML + tags: + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: L2_13b_mix.ggmlv3.q8_0.bin + files: + - filename: L2_13b_mix.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + files: + - filename: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.fp16.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.fp16.bin + files: + - filename: LL7M.ggmlv3.fp16.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.q4_0.bin + files: + - filename: LL7M.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.q4_1.bin + files: + - filename: LL7M.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.q5_0.bin + files: + - filename: LL7M.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.q5_1.bin + files: + - filename: LL7M.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ll7m-ggml__ll7m.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LL7M-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LL7M.ggmlv3.q8_0.bin + files: + - filename: LL7M.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K.ggmlv3.q4_0.bin + files: + - filename: LLaMA-2-7B-32K.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K.ggmlv3.q4_1.bin + files: + - filename: LLaMA-2-7B-32K.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K.ggmlv3.q5_0.bin + files: + - filename: LLaMA-2-7B-32K.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K.ggmlv3.q5_1.bin + files: + - filename: LLaMA-2-7B-32K.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: LLaMA-2-7B-32K.ggmlv3.q8_0.bin + files: + - filename: LLaMA-2-7B-32K.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + files: + - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + files: + - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + files: + - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + files: + - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + files: + - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + files: + - filename: llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + files: + - filename: llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + files: + - filename: llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + files: + - filename: llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + files: + - filename: llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin + files: + - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin + files: + - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin + files: + - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin + files: + - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin + files: + - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama2-22b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama2-22b.ggmlv3.q4_0.bin + files: + - filename: llama2-22b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama2-22b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama2-22b.ggmlv3.q4_1.bin + files: + - filename: llama2-22b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama2-22b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama2-22b.ggmlv3.q5_0.bin + files: + - filename: llama2-22b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama2-22b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama2-22b.ggmlv3.q5_1.bin + files: + - filename: llama2-22b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/llama2-22b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: llama2-22b.ggmlv3.q8_0.bin + files: + - filename: llama2-22b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + tags: + - region:us + overrides: + parameters: + model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin + files: + - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + tags: + - region:us + overrides: + parameters: + model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin + files: + - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + tags: + - region:us + overrides: + parameters: + model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin + files: + - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + tags: + - region:us + overrides: + parameters: + model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin + files: + - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + tags: + - region:us + overrides: + parameters: + model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin + files: + - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin + files: + - filename: Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin + files: + - filename: Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin + files: + - filename: Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin + files: + - filename: Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + tags: + - transformers + - text-generation + - zh + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin + files: + - filename: Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + files: + - filename: llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + files: + - filename: llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + files: + - filename: llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + files: + - filename: llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + files: + - filename: llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + tags: + - transformers + - text-generation + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-13b-16k.ggmlv3.q4_0.bin + files: + - filename: LLongMA-2-13b-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + tags: + - transformers + - text-generation + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-13b-16k.ggmlv3.q4_1.bin + files: + - filename: LLongMA-2-13b-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + tags: + - transformers + - text-generation + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-13b-16k.ggmlv3.q5_0.bin + files: + - filename: LLongMA-2-13b-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + tags: + - transformers + - text-generation + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-13b-16k.ggmlv3.q5_1.bin + files: + - filename: LLongMA-2-13b-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + tags: + - transformers + - text-generation + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-13b-16k.ggmlv3.q8_0.bin + files: + - filename: LLongMA-2-13b-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-7b-16k.ggmlv3.q4_0.bin + files: + - filename: LLongMA-2-7b-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-7b-16k.ggmlv3.q4_1.bin + files: + - filename: LLongMA-2-7b-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-7b-16k.ggmlv3.q5_0.bin + files: + - filename: LLongMA-2-7b-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-7b-16k.ggmlv3.q5_1.bin + files: + - filename: LLongMA-2-7b-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: LLongMA-2-7b-16k.ggmlv3.q8_0.bin + files: + - filename: LLongMA-2-7b-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LLongMA-2-7b.ggmlv3.q4_0.bin + files: + - filename: LLongMA-2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LLongMA-2-7b.ggmlv3.q4_1.bin + files: + - filename: LLongMA-2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LLongMA-2-7b.ggmlv3.q5_0.bin + files: + - filename: LLongMA-2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LLongMA-2-7b.ggmlv3.q5_1.bin + files: + - filename: LLongMA-2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: LLongMA-2-7b.ggmlv3.q8_0.bin + files: + - filename: LLongMA-2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLongMA-3b.ggmlv3.q4_0.bin + files: + - filename: LLongMA-3b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLongMA-3b.ggmlv3.q4_1.bin + files: + - filename: LLongMA-3b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLongMA-3b.ggmlv3.q5_0.bin + files: + - filename: LLongMA-3b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLongMA-3b.ggmlv3.q5_1.bin + files: + - filename: LLongMA-3b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/LLongMA-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: LLongMA-3b.ggmlv3.q8_0.bin + files: + - filename: LLongMA-3b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + files: + - filename: longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + files: + - filename: longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + files: + - filename: longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + files: + - filename: longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: longchat-7b-v1.5-32k.ggmlv3.q8_0.bin + files: + - filename: longchat-7b-v1.5-32k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + files: + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + files: + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + files: + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + files: + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + files: + - filename: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + files: + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + files: + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + files: + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + files: + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + files: + - filename: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5.ggmlv3.q4_0.bin + files: + - filename: vicuna-7b-v1.5.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5.ggmlv3.q4_1.bin + files: + - filename: vicuna-7b-v1.5.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5.ggmlv3.q5_0.bin + files: + - filename: vicuna-7b-v1.5.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5.ggmlv3.q5_1.bin + files: + - filename: vicuna-7b-v1.5.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-7b-v1.5.ggmlv3.q8_0.bin + files: + - filename: vicuna-7b-v1.5.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin + files: + - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin + files: + - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin + files: + - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin + files: + - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin + files: + - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b.ggmlv3.q4_0.bin + files: + - filename: mamba-gpt-3b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b.ggmlv3.q4_1.bin + files: + - filename: mamba-gpt-3b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b.ggmlv3.q5_0.bin + files: + - filename: mamba-gpt-3b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b.ggmlv3.q5_1.bin + files: + - filename: mamba-gpt-3b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b.ggmlv3.q8_0.bin + files: + - filename: mamba-gpt-3b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v2.ggmlv3.q4_0.bin + files: + - filename: mamba-gpt-3b-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v2.ggmlv3.q4_1.bin + files: + - filename: mamba-gpt-3b-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v2.ggmlv3.q5_0.bin + files: + - filename: mamba-gpt-3b-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v2.ggmlv3.q5_1.bin + files: + - filename: mamba-gpt-3b-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v2.ggmlv3.q8_0.bin + files: + - filename: mamba-gpt-3b-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + tags: + - transformers + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v3.ggmlv3.q4_0.bin + files: + - filename: mamba-gpt-3b-v3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + tags: + - transformers + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v3.ggmlv3.q4_1.bin + files: + - filename: mamba-gpt-3b-v3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + tags: + - transformers + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v3.ggmlv3.q5_0.bin + files: + - filename: mamba-gpt-3b-v3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + tags: + - transformers + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v3.ggmlv3.q5_1.bin + files: + - filename: mamba-gpt-3b-v3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + tags: + - transformers + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: mamba-gpt-3b-v3.ggmlv3.q8_0.bin + files: + - filename: mamba-gpt-3b-v3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLLaMA_13B.ggmlv3.q4_0.bin + files: + - filename: MedLLaMA_13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLLaMA_13B.ggmlv3.q4_1.bin + files: + - filename: MedLLaMA_13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLLaMA_13B.ggmlv3.q5_0.bin + files: + - filename: MedLLaMA_13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLLaMA_13B.ggmlv3.q5_1.bin + files: + - filename: MedLLaMA_13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MedLLaMA_13B.ggmlv3.q8_0.bin + files: + - filename: MedLLaMA_13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/Merak-7B-v1-GGML + tags: + - region:us + overrides: + parameters: + model: Merak-7B-v1.ggmlv3.q4_0.bin + files: + - filename: Merak-7B-v1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/Merak-7B-v1-GGML + tags: + - region:us + overrides: + parameters: + model: Merak-7B-v1.ggmlv3.q4_1.bin + files: + - filename: Merak-7B-v1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/Merak-7B-v1-GGML + tags: + - region:us + overrides: + parameters: + model: Merak-7B-v1.ggmlv3.q5_0.bin + files: + - filename: Merak-7B-v1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/Merak-7B-v1-GGML + tags: + - region:us + overrides: + parameters: + model: Merak-7B-v1.ggmlv3.q5_1.bin + files: + - filename: Merak-7B-v1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/Merak-7B-v1-GGML + tags: + - region:us + overrides: + parameters: + model: Merak-7B-v1.ggmlv3.q8_0.bin + files: + - filename: Merak-7B-v1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/moss-base-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: moss-base-7b.ggmlv3.q4_0.bin + files: + - filename: moss-base-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/moss-base-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: moss-base-7b.ggmlv3.q4_1.bin + files: + - filename: moss-base-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/moss-base-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: moss-base-7b.ggmlv3.q5_1.bin + files: + - filename: moss-base-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/moss-base-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: moss-base-7b.ggmlv3.q8_0.bin + files: + - filename: moss-base-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__moss-base-7b-ggml__moss-base-7bggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/moss-base-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: moss-base-7bggmlv3.q5_0.bin + files: + - filename: moss-base-7bggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7bggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MythoBoros-13b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoBoros-13b.ggmlv3.q4_0.bin + files: + - filename: MythoBoros-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MythoBoros-13b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoBoros-13b.ggmlv3.q4_1.bin + files: + - filename: MythoBoros-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MythoBoros-13b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoBoros-13b.ggmlv3.q5_0.bin + files: + - filename: MythoBoros-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MythoBoros-13b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoBoros-13b.ggmlv3.q5_1.bin + files: + - filename: MythoBoros-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/MythoBoros-13b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: MythoBoros-13b.ggmlv3.q8_0.bin + files: + - filename: MythoBoros-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__newhope-ggml__newhope.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/NewHope-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: NewHope.ggmlv3.q4_0.bin + files: + - filename: NewHope.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__newhope-ggml__newhope.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/NewHope-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: NewHope.ggmlv3.q4_1.bin + files: + - filename: NewHope.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__newhope-ggml__newhope.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/NewHope-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: NewHope.ggmlv3.q5_0.bin + files: + - filename: NewHope.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__newhope-ggml__newhope.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/NewHope-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: NewHope.ggmlv3.q5_1.bin + files: + - filename: NewHope.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__newhope-ggml__newhope.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/NewHope-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: NewHope.ggmlv3.q8_0.bin + files: + - filename: NewHope.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q2_K.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q3_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q4_K_M.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q4_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q5_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q6_K.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-128k-gguf__nousresearch-yarn-llama-2-7b-128k.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-128k.Q8_0.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-128k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-128k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-128k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q2_K.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q3_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q4_K_M.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q4_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q5_K_S.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q6_K.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__nousresearch-yarn-llama-2-7b-64k-gguf__nousresearch-yarn-llama-2-7b-64k.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: NousResearch-Yarn-Llama-2-7b-64k.Q8_0.gguf + files: + - filename: NousResearch-Yarn-Llama-2-7b-64k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/NousResearch-Yarn-Llama-2-7b-64k-GGUF/resolve/main/NousResearch-Yarn-Llama-2-7b-64k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openlm-research-open_llama_3b_v2-gguf__bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + license: openrail + urls: + - https://huggingface.co/s3nh/openlm-research-open_llama_3b_v2-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + files: + - filename: bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + sha256: "" + uri: https://huggingface.co/s3nh/openlm-research-open_llama_3b_v2-GGUF/resolve/main/bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: OpenOrca-Preview1-13B.ggmlv3.q4_0.bin + files: + - filename: OpenOrca-Preview1-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: OpenOrca-Preview1-13B.ggmlv3.q4_1.bin + files: + - filename: OpenOrca-Preview1-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: OpenOrca-Preview1-13B.ggmlv3.q5_0.bin + files: + - filename: OpenOrca-Preview1-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: OpenOrca-Preview1-13B.ggmlv3.q5_1.bin + files: + - filename: OpenOrca-Preview1-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + tags: + - text-generation-inference + - text-generation + - en + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: OpenOrca-Preview1-13B.ggmlv3.q8_0.bin + files: + - filename: OpenOrca-Preview1-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + tags: + - arxiv:2306.02707 + - arxiv:2301.13688 + - region:us + overrides: + parameters: + model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin + files: + - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + tags: + - arxiv:2306.02707 + - arxiv:2301.13688 + - region:us + overrides: + parameters: + model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin + files: + - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + tags: + - arxiv:2306.02707 + - arxiv:2301.13688 + - region:us + overrides: + parameters: + model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin + files: + - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + tags: + - arxiv:2306.02707 + - arxiv:2301.13688 + - region:us + overrides: + parameters: + model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin + files: + - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + tags: + - arxiv:2306.02707 + - arxiv:2301.13688 + - region:us + overrides: + parameters: + model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin + files: + - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/orca_mini_3b-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: orca_mini_3b.ggmlv3.q4_0.bin + files: + - filename: orca_mini_3b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/orca_mini_3b-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: orca_mini_3b.ggmlv3.q4_1.bin + files: + - filename: orca_mini_3b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/orca_mini_3b-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: orca_mini_3b.ggmlv3.q5_0.bin + files: + - filename: orca_mini_3b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/orca_mini_3b-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: orca_mini_3b.ggmlv3.q5_1.bin + files: + - filename: orca_mini_3b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/orca_mini_3b-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: orca_mini_3b.ggmlv3.q8_0.bin + files: + - filename: orca_mini_3b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q2_K.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q3_K_S.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q4_K_M.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q4_K_S.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q5_K_S.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q6_K.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-13b-langchain-chat-gguf__photolens-llama-2-13b-langchain-chat.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-llama-2-13b-langchain-chat.Q8_0.gguf + files: + - filename: Photolens-llama-2-13b-langchain-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-13b-langchain-chat-GGUF/resolve/main/Photolens-llama-2-13b-langchain-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + tags: + - region:us + overrides: + parameters: + model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + files: + - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + tags: + - region:us + overrides: + parameters: + model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + files: + - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + tags: + - region:us + overrides: + parameters: + model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + files: + - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + tags: + - region:us + overrides: + parameters: + model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + files: + - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + tags: + - region:us + overrides: + parameters: + model: Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + files: + - filename: Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q2_K.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q3_K_S.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q4_K_M.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q4_K_S.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q5_K_S.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q6_K.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__photolens-medllama-2-chat-7b-gguf__photolens-medllama-2-chat-7b.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-MedLLaMa-2-Chat-7b.Q8_0.gguf + files: + - filename: Photolens-MedLLaMa-2-Chat-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-MedLLaMa-2-Chat-7b-GGUF/resolve/main/Photolens-MedLLaMa-2-Chat-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin + files: + - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin + files: + - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin + files: + - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin + files: + - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin + files: + - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/pyg-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: pyg-7b.ggmlv3.q4_0.bin + files: + - filename: pyg-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/pyg-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: pyg-7b.ggmlv3.q4_1.bin + files: + - filename: pyg-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/pyg-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: pyg-7b.ggmlv3.q5_0.bin + files: + - filename: pyg-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/pyg-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: pyg-7b.ggmlv3.q5_1.bin + files: + - filename: pyg-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/pyg-7b-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: pyg-7b.ggmlv3.q8_0.bin + files: + - filename: pyg-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__qwen-7b-chat-ggml__qwen7b-ggml.bin + license: openrail + urls: + - https://huggingface.co/s3nh/QWEN-7B-Chat-GGML + tags: + - transformers + - text-generation + - zh + - en + - pl + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: qwen7b-ggml.bin + files: + - filename: qwen7b-ggml.bin + sha256: "" + uri: https://huggingface.co/s3nh/QWEN-7B-Chat-GGML/resolve/main/qwen7b-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q2_K.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q3_k_l.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q3_K_L.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q3_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q3_K_M.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q3_K_S.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q4_K_M.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q4_K_S.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q5_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q5_K_M.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q5_K_S.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q6_K.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__sentdex-wsb-gpt-13b-gguf__sentdex-wsb-gpt-13b.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: Sentdex-WSB-GPT-13B.Q8_0.gguf + files: + - filename: Sentdex-WSB-GPT-13B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/Sentdex-WSB-GPT-13B-GGUF/resolve/main/Sentdex-WSB-GPT-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-13B-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: StableBeluga-13B.ggmlv3.q4_0.bin + files: + - filename: StableBeluga-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-13B-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: StableBeluga-13B.ggmlv3.q4_1.bin + files: + - filename: StableBeluga-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-13B-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: StableBeluga-13B.ggmlv3.q5_0.bin + files: + - filename: StableBeluga-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-13B-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: StableBeluga-13B.ggmlv3.q5_1.bin + files: + - filename: StableBeluga-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-13B-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: StableBeluga-13B.ggmlv3.q8_0.bin + files: + - filename: StableBeluga-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-7B-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: StableBeluga-7B.ggmlv3.q4_0.bin + files: + - filename: StableBeluga-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-7B-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: StableBeluga-7B.ggmlv3.q4_1.bin + files: + - filename: StableBeluga-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-7B-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: StableBeluga-7B.ggmlv3.q5_0.bin + files: + - filename: StableBeluga-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-7B-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: StableBeluga-7B.ggmlv3.q5_1.bin + files: + - filename: StableBeluga-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/StableBeluga-7B-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: StableBeluga-7B.ggmlv3.q8_0.bin + files: + - filename: StableBeluga-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin + files: + - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin + files: + - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin + files: + - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin + files: + - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + tags: + - region:us + overrides: + parameters: + model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin + files: + - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/TinyLLama-v0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: TinyLLama-v0.ggmlv3.q4_0.bin + files: + - filename: TinyLLama-v0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/TinyLLama-v0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: TinyLLama-v0.ggmlv3.q4_1.bin + files: + - filename: TinyLLama-v0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/TinyLLama-v0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: TinyLLama-v0.ggmlv3.q5_0.bin + files: + - filename: TinyLLama-v0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/TinyLLama-v0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: TinyLLama-v0.ggmlv3.q5_1.bin + files: + - filename: TinyLLama-v0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/s3nh/TinyLLama-v0-GGML + tags: + - text-generation-inference + - text-generation + - en + - license:cc-by-sa-4.0 + - has_space + - region:us + overrides: + parameters: + model: TinyLLama-v0.ggmlv3.q8_0.bin + files: + - filename: TinyLLama-v0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin + files: + - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin + files: + - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin + files: + - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin + files: + - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + tags: + - transformers + - text-generation-inference + - text-generation + - en + - endpoints_compatible + - region:us + overrides: + parameters: + model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin + files: + - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + tags: + - region:us + overrides: + parameters: + model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin + files: + - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + tags: + - region:us + overrides: + parameters: + model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin + files: + - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + tags: + - region:us + overrides: + parameters: + model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin + files: + - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + tags: + - region:us + overrides: + parameters: + model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin + files: + - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + tags: + - region:us + overrides: + parameters: + model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin + files: + - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin + files: + - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin + files: + - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin + files: + - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin + files: + - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin + files: + - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ToolLLaMA-7b.ggmlv3.q4_0.bin + files: + - filename: ToolLLaMA-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ToolLLaMA-7b.ggmlv3.q4_1.bin + files: + - filename: ToolLLaMA-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ToolLLaMA-7b.ggmlv3.q5_0.bin + files: + - filename: ToolLLaMA-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ToolLLaMA-7b.ggmlv3.q5_1.bin + files: + - filename: ToolLLaMA-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ToolLLaMA-7b.ggmlv3.q8_0.bin + files: + - filename: ToolLLaMA-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin + files: + - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin + files: + - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin + files: + - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin + files: + - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin + files: + - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + tags: + - region:us + overrides: + parameters: + model: truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin + files: + - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q4_1.bin + urls: + - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + tags: + - region:us + overrides: + parameters: + model: truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin + files: + - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q5_0.bin + urls: + - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + tags: + - region:us + overrides: + parameters: + model: truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin + files: + - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q5_1.bin + urls: + - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + tags: + - region:us + overrides: + parameters: + model: truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin + files: + - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q8_0.bin + urls: + - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + tags: + - region:us + overrides: + parameters: + model: truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin + files: + - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5.ggmlv3.q4_0.bin + files: + - filename: vicuna-13b-v1.5.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5.ggmlv3.q5_0.bin + files: + - filename: vicuna-13b-v1.5.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + tags: + - transformers + - text-generation + - en + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5.ggmlv3.q8_0.bin + files: + - filename: vicuna-13b-v1.5.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + tags: + - transformers + - text-generation + - en + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + tags: + - transformers + - text-generation + - en + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + tags: + - transformers + - text-generation + - en + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + tags: + - transformers + - text-generation + - en + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + tags: + - transformers + - text-generation + - en + - zh + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin + files: + - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q2_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q2_K.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q3_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q3_K_S.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q4_k_m.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_M.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q4_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_S.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q5_k_s.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q5_K_S.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q6_k.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q6_K.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: s3nh__wizardlm-wizardcoder-python-13b-v1.0-gguf__wizardlm-wizardcoder-python-13b-v1.0.q8_0.gguf + license: openrail + urls: + - https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: WizardLM-WizardCoder-Python-13B-V1.0.Q8_0.gguf + files: + - filename: WizardLM-WizardCoder-Python-13B-V1.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/s3nh/WizardLM-WizardCoder-Python-13B-V1.0-GGUF/resolve/main/WizardLM-WizardCoder-Python-13B-V1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin + files: + - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin + files: + - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin + files: + - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin + files: + - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + tags: + - transformers + - text-generation + - en + - license:openrail + - endpoints_compatible + - has_space + - region:us + overrides: + parameters: + model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin + files: + - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + files: + - filename: ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + files: + - filename: ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + files: + - filename: ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + files: + - filename: ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + license: openrail + urls: + - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + tags: + - transformers + - text-generation + - zh + - en + - license:openrail + - endpoints_compatible + - region:us + overrides: + parameters: + model: ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + files: + - filename: ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: samemodels__hermes-kimiko-13b-ggml__hermes-kimiko-13b.ggmlv3.q5_k_m.bin + urls: + - https://huggingface.co/samemodels/hermes-kimiko-13b-GGML + tags: + - region:us + overrides: + parameters: + model: hermes-kimiko-13b.ggmlv3.q5_K_M.bin + files: + - filename: hermes-kimiko-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/samemodels/hermes-kimiko-13b-GGML/resolve/main/hermes-kimiko-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Mythical-Destroyer-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Mythical-Destroyer-L2-13B.q4_K_S.gguf + files: + - filename: Mythical-Destroyer-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Mythical-Destroyer-L2-13B-GGUF/resolve/main/Mythical-Destroyer-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Mythical-Destroyer-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Mythical-Destroyer-L2-13B.q5_K_M.gguf + files: + - filename: Mythical-Destroyer-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Mythical-Destroyer-L2-13B-GGUF/resolve/main/Mythical-Destroyer-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.2-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.2-L2-13B.q4_K_S.gguf + files: + - filename: Stheno-1.2-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.2-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.2-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.2-L2-13B.q5_K_M.gguf + files: + - filename: Stheno-1.2-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.2-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.2-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.2-L2-13B.q6_K.gguf + files: + - filename: Stheno-1.2-L2-13B.q6_K.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.2-L2-13B.q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.3-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.3-L2-13B.q4_K_S.gguf + files: + - filename: Stheno-1.3-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.3-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.3-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.3-L2-13B.q5_K_M.gguf + files: + - filename: Stheno-1.3-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.3-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-1.3-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-1.3-L2-13B.q6_K.gguf + files: + - filename: Stheno-1.3-L2-13B.q6_K.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-1.3-L2-13B.q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-inverted-1.2-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-Inverted-1.2-L2-13B.q4_K_S.gguf + files: + - filename: Stheno-Inverted-1.2-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-Inverted-1.2-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-inverted-1.2-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-Inverted-1.2-L2-13B.q5_K_M.gguf + files: + - filename: Stheno-Inverted-1.2-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-Inverted-1.2-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sao10k__stheno-variants-l2-13b-gguf__stheno-inverted-1.2-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF + tags: + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Stheno-Inverted-1.2-L2-13B.q6_K.gguf + files: + - filename: Stheno-Inverted-1.2-L2-13B.q6_K.gguf + sha256: "" + uri: https://huggingface.co/Sao10K/Stheno-Variants-L2-13B-GGUF/resolve/main/Stheno-Inverted-1.2-L2-13B.q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-6b-f16-ggml__ggml-model-f16.bin + license: creativeml-openrail-m + urls: + - https://huggingface.co/sasha0552/pygmalion-6b-f16-ggml + tags: + - text generation + - conversational + - en + - license:creativeml-openrail-m + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-6b-f16-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-f16-ggml__ggml-model-f16.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-f16-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-f16-ggml/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-q4_0-ggml__ggml-model-q4_0.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-q4_0-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-q4_0-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-q4_1-ggml__ggml-model-q4_1.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-q4_1-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q4_1.bin + files: + - filename: ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-q4_1-ggml/resolve/main/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-q5_0-ggml__ggml-model-q5_0.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-q5_0-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-q5_0-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-q5_1-ggml__ggml-model-q5_1.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-q5_1-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q5_1.bin + files: + - filename: ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-q5_1-ggml/resolve/main/ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sasha0552__pygmalion-7b-q8_0-ggml__ggml-model-q8_0.bin + license: other + urls: + - https://huggingface.co/sasha0552/pygmalion-7b-q8_0-ggml + tags: + - text generation + - conversational + - en + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q8_0.bin + files: + - filename: ggml-model-q8_0.bin + sha256: "" + uri: https://huggingface.co/sasha0552/pygmalion-7b-q8_0-ggml/resolve/main/ggml-model-q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: satorudano__llama-2-13b-chat-hf-finetuned_v1-ggml__llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + files: + - filename: llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML/resolve/main/llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: satorudano__llama-2-13b-chat-hf-finetuned_v1-ggml__llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + files: + - filename: llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML/resolve/main/llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.fp16.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.fp16.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q4_0.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.q4_0.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.q4_0.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q4_1.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.q4_1.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.q4_1.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q5_0.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.q5_0.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.q5_0.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q5_1.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.q5_1.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.q5_1.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q8_0.bin + urls: + - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-finetuned_v1.gguf.q8_0.bin + files: + - filename: llama-2-7b-finetuned_v1.gguf.q8_0.bin + sha256: "" + uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savio__h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml__ggml-q4_0.bin + urls: + - https://huggingface.co/Savio/h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-q4_0.bin + files: + - filename: ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/Savio/h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml/resolve/main/ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__ggml-gpt4all-j-v1.3-groovy__ggml-gpt4all-j-v1.3-groovy.bin + license: apache-2.0 + urls: + - https://huggingface.co/savvamadar/ggml-gpt4all-j-v1.3-groovy + tags: + - license:apache-2.0 + - has_space + - region:us + overrides: + parameters: + model: ggml-gpt4all-j-v1.3-groovy.bin + files: + - filename: ggml-gpt4all-j-v1.3-groovy.bin + sha256: "" + uri: https://huggingface.co/savvamadar/ggml-gpt4all-j-v1.3-groovy/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__ggml-gpt4all-l13b-snoozy__ggml-gpt4all-l13b-snoozy.bin + license: gpl + urls: + - https://huggingface.co/savvamadar/ggml-gpt4all-l13b-snoozy + tags: + - license:gpl + - region:us + overrides: + parameters: + model: ggml-gpt4all-l13b-snoozy.bin + files: + - filename: ggml-gpt4all-l13b-snoozy.bin + sha256: "" + uri: https://huggingface.co/savvamadar/ggml-gpt4all-l13b-snoozy/resolve/main/ggml-gpt4all-l13b-snoozy.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: savvamadar__ggml-wizard-13b-uncensored__ggml-wizard-13b-uncensored.bin + license: other + urls: + - https://huggingface.co/savvamadar/ggml-wizard-13b-uncensored + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-wizard-13b-uncensored.bin + files: + - filename: ggml-wizard-13b-uncensored.bin + sha256: "" + uri: https://huggingface.co/savvamadar/ggml-wizard-13b-uncensored/resolve/main/ggml-wizard-13b-uncensored.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__pyg-charluv-ggml-13b__pyg_charluv_ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/savvamadar/pyg-charluv-ggml-13b + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: pyg_charluv_ggml-model-q4_1.bin + files: + - filename: pyg_charluv_ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/savvamadar/pyg-charluv-ggml-13b/resolve/main/pyg_charluv_ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__pygmalion-13b-f16-ggml-ggjt__pygmalion-13b-f16.bin + license: other + urls: + - https://huggingface.co/savvamadar/pygmalion-13b-f16-ggml-ggjt + tags: + - license:other + - region:us + overrides: + parameters: + model: pygmalion-13b-f16.bin + files: + - filename: pygmalion-13b-f16.bin + sha256: "" + uri: https://huggingface.co/savvamadar/pygmalion-13b-f16-ggml-ggjt/resolve/main/pygmalion-13b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__pygmalion-6b-v3-ggml-ggjt-q4_0__pygmalion-6b-v3-ggml-ggjt-q4_0.bin + license: creativeml-openrail-m + urls: + - https://huggingface.co/savvamadar/pygmalion-6b-v3-ggml-ggjt-q4_0 + tags: + - license:creativeml-openrail-m + - region:us + overrides: + parameters: + model: pygmalion-6b-v3-ggml-ggjt-q4_0.bin + files: + - filename: pygmalion-6b-v3-ggml-ggjt-q4_0.bin + sha256: "" + uri: https://huggingface.co/savvamadar/pygmalion-6b-v3-ggml-ggjt-q4_0/resolve/main/pygmalion-6b-v3-ggml-ggjt-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__pygmalion-7b-f16-ggml-ggjt__pygmalion-7b-f16.bin + license: other + urls: + - https://huggingface.co/savvamadar/pygmalion-7b-f16-ggml-ggjt + tags: + - license:other + - region:us + overrides: + parameters: + model: pygmalion-7b-f16.bin + files: + - filename: pygmalion-7b-f16.bin + sha256: "" + uri: https://huggingface.co/savvamadar/pygmalion-7b-f16-ggml-ggjt/resolve/main/pygmalion-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: savvamadar__pygmalioncot-7b-ggml-model-f16__pygmalioncot-7b-ggml-model-f16.bin + license: other + urls: + - https://huggingface.co/savvamadar/PygmalionCoT-7b-ggml-model-f16 + tags: + - license:other + - region:us + overrides: + parameters: + model: PygmalionCoT-7b-ggml-model-f16.bin + files: + - filename: PygmalionCoT-7b-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/savvamadar/PygmalionCoT-7b-ggml-model-f16/resolve/main/PygmalionCoT-7b-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sbeall__phind-codellama-34b-v1-q5_k_m-gguf__phind_codellama-34b-v1-q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/sbeall/Phind-CodeLlama-34B-v1-q5_K_M-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: Phind_CodeLlama-34B-v1-q5_K_M.gguf + files: + - filename: Phind_CodeLlama-34B-v1-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/sbeall/Phind-CodeLlama-34B-v1-q5_K_M-GGUF/resolve/main/Phind_CodeLlama-34B-v1-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sbpoh__whisper-small-ru-1k-steps-ggml__ggml-model-ru.bin + urls: + - https://huggingface.co/sBPOH/whisper-small-ru-1k-steps-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-model-ru.bin + files: + - filename: ggml-model-ru.bin + sha256: "" + uri: https://huggingface.co/sBPOH/whisper-small-ru-1k-steps-ggml/resolve/main/ggml-model-ru.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sdasd112132__chinese-alpaca-2-13b-gguf__ggml-model-q4_0-rp-qlora-v2.gguf + license: llama2 + urls: + - https://huggingface.co/sdasd112132/chinese-alpaca-2-13b-gguf + tags: + - text-generation + - en + - zh + - license:llama2 + - region:us + overrides: + parameters: + model: ggml-model-q4_0-rp-qlora-v2.gguf + files: + - filename: ggml-model-q4_0-rp-qlora-v2.gguf + sha256: "" + uri: https://huggingface.co/sdasd112132/chinese-alpaca-2-13b-gguf/resolve/main/ggml-model-q4_0-rp-qlora-v2.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sdasd112132__chinese-alpaca-2-13b-gguf__ggml-model-qloraa-q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/sdasd112132/chinese-alpaca-2-13b-gguf + tags: + - text-generation + - en + - zh + - license:llama2 + - region:us + overrides: + parameters: + model: ggml-model-qloraA-q4_0.gguf + files: + - filename: ggml-model-qloraA-q4_0.gguf + sha256: "" + uri: https://huggingface.co/sdasd112132/chinese-alpaca-2-13b-gguf/resolve/main/ggml-model-qloraA-q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: sethblocks__wizardlm-13b-v1.2-gguf__wizardlm-13b-4bit.gguf + license: llama2 + urls: + - https://huggingface.co/Sethblocks/WizardLM-13B-v1.2-GGUF + tags: + - license:llama2 + - region:us + overrides: + parameters: + model: wizardlm-13B-4bit.gguf + files: + - filename: wizardlm-13B-4bit.gguf + sha256: "" + uri: https://huggingface.co/Sethblocks/WizardLM-13B-v1.2-GGUF/resolve/main/wizardlm-13B-4bit.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-13b-new-q5_1.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-13b-new-q5_1.bin + files: + - filename: chatgpt-13b-new-q5_1.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-13b-new-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-13b.ggmlv3.q8_0.bin + files: + - filename: chatgpt-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-7b-new-q5_1.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-7b-new-q5_1.bin + files: + - filename: chatgpt-7b-new-q5_1.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-7b-new-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-7b.ggmlv3.q8_0.bin + files: + - filename: chatgpt-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt__chatgpt-13b-q5_1.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-13b-q5_1.bin + files: + - filename: chatgpt-13b-q5_1.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-13b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt__chatgpt-13b-q8_0.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-13b-q8_0.bin + files: + - filename: chatgpt-13b-q8_0.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-13b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt__chatgpt-7b-q5_1.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-7b-q5_1.bin + files: + - filename: chatgpt-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowpower__ggml-alpaca-chatgpt__chatgpt-7b-q8_0.bin + license: other + urls: + - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + tags: + - text generation + - ggml + - text-generation + - zh + - en + - license:other + - region:us + overrides: + parameters: + model: chatgpt-7b-q8_0.bin + files: + - filename: chatgpt-7b-q8_0.bin + sha256: "" + uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-7b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowsword__llama2-13b-holodeck-1-ggml_k__llama2-13b-holodeck-1.ggmlv3.q4_k.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K + tags: + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin + files: + - filename: LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin + sha256: "" + uri: https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K/resolve/main/LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shadowsword__llama2-13b-holodeck-1-ggml_k__llama2-13b-holodeck-1.ggmlv3.q5_k.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K + tags: + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin + files: + - filename: LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin + sha256: "" + uri: https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K/resolve/main/LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.fp16.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + tags: + - not-for-all-audiences + - text-generation + - en + - license:llama2 + - region:us + overrides: + parameters: + model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin + files: + - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shanyou__ggml-chinese-alpaca-plus-lora__ggml-chinese-alpaca-plus-lora-13b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/shanyou/ggml-chinese-alpaca-plus-lora + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-chinese-alpaca-plus-lora-13B-q5_0.bin + files: + - filename: ggml-chinese-alpaca-plus-lora-13B-q5_0.bin + sha256: "" + uri: https://huggingface.co/shanyou/ggml-chinese-alpaca-plus-lora/resolve/main/ggml-chinese-alpaca-plus-lora-13B-q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shidowake__vicuna-13b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/shidowake/vicuna-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/shidowake/vicuna-13B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shidowake__vicuna-13b-ggml__ggml-model-q5_0.bin + license: unknown + urls: + - https://huggingface.co/shidowake/vicuna-13B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/shidowake/vicuna-13B-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shidowake__vicuna-7b-ggml__ggml-model-q4_0.bin + license: unknown + urls: + - https://huggingface.co/shidowake/vicuna-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/shidowake/vicuna-7B-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: shidowake__vicuna-7b-ggml__ggml-model-q5_0.bin + license: unknown + urls: + - https://huggingface.co/shidowake/vicuna-7B-ggml + tags: + - license:unknown + - region:us + overrides: + parameters: + model: ggml-model-q5_0.bin + files: + - filename: ggml-model-q5_0.bin + sha256: "" + uri: https://huggingface.co/shidowake/vicuna-7B-ggml/resolve/main/ggml-model-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shotmisser64__literature-7b-16384-ggml__literature-7b-16384-f16-ggml.bin + license: mit + urls: + - https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml + tags: + - license:mit + - region:us + overrides: + parameters: + model: Literature-7B-16384-f16-ggml.bin + files: + - filename: Literature-7B-16384-f16-ggml.bin + sha256: "" + uri: https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml/resolve/main/Literature-7B-16384-f16-ggml.bin +- url: github:go-skynet/model-gallery/base.yaml + name: shotmisser64__literature-7b-16384-ggml__literature-7b-16384-ggjtv3-q4_0.bin + license: mit + urls: + - https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml + tags: + - license:mit + - region:us + overrides: + parameters: + model: Literature-7B-16384-ggjtv3-q4_0.bin + files: + - filename: Literature-7B-16384-ggjtv3-q4_0.bin + sha256: "" + uri: https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml/resolve/main/Literature-7B-16384-ggjtv3-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-f16.bin + urls: + - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + tags: + - region:us + overrides: + parameters: + model: MPT-7b-chat-f16.bin + files: + - filename: MPT-7b-chat-f16.bin + sha256: "" + uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-q4_0.bin + urls: + - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + tags: + - region:us + overrides: + parameters: + model: MPT-7b-chat-q4_0.bin + files: + - filename: MPT-7b-chat-q4_0.bin + sha256: "" + uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-q8_0.bin + urls: + - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + tags: + - region:us + overrides: + parameters: + model: MPT-7b-chat-q8_0.bin + files: + - filename: MPT-7b-chat-q8_0.bin + sha256: "" + uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sidharthkr__mpt_ggml_summary__mpt_2epoch_summary.bin + urls: + - https://huggingface.co/Sidharthkr/MPT_ggml_summary + tags: + - region:us + overrides: + parameters: + model: mpt_2epoch_summary.bin + files: + - filename: mpt_2epoch_summary.bin + sha256: "" + uri: https://huggingface.co/Sidharthkr/MPT_ggml_summary/resolve/main/mpt_2epoch_summary.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: silvacarl__llama-2-7b-chat-hf-gguf__llama-2-7b-chat-hf.gguf.fp16.bin + urls: + - https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-hf.gguf.fp16.bin + files: + - filename: llama-2-7b-chat-hf.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF/resolve/main/llama-2-7b-chat-hf.gguf.fp16.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: silvacarl__llama-2-7b-chat-hf-gguf__llama-2-7b-chat-hf.gguf.q4_k_m.bin + urls: + - https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-chat-hf.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-chat-hf.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF/resolve/main/llama-2-7b-chat-hf.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: silverliningeda__evolcodellama-7b-gguf__evolcodellama-7b.gguf.fp16.bin + urls: + - https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.fp16.bin + files: + - filename: evolcodellama-7b.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: silverliningeda__evolcodellama-7b-gguf__evolcodellama-7b.gguf.q4_k_m.bin + urls: + - https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF + tags: + - region:us + overrides: + parameters: + model: evolcodellama-7b.gguf.q4_k_m.bin + files: + - filename: evolcodellama-7b.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: silverliningeda__llama-2-7b-silverliningeda-verilog-codegen-gguf__llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + urls: + - https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + files: + - filename: llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF/resolve/main/llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: silverliningeda__llama-2-7b-silverliningeda-verilog-codegen-gguf__llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + urls: + - https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF + tags: + - region:us + overrides: + parameters: + model: llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + files: + - filename: llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF/resolve/main/llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L12-v2/ggml-model-f16.bin + files: + - filename: all-MiniLM-L12-v2/ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L12-v2/ggml-model-f32.bin + files: + - filename: all-MiniLM-L12-v2/ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L12-v2/ggml-model-q4_0.bin + files: + - filename: all-MiniLM-L12-v2/ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L12-v2/ggml-model-q4_1.bin + files: + - filename: all-MiniLM-L12-v2/ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L6-v2/ggml-model-f16.bin + files: + - filename: all-MiniLM-L6-v2/ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L6-v2/ggml-model-f32.bin + files: + - filename: all-MiniLM-L6-v2/ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L6-v2/ggml-model-q4_0.bin + files: + - filename: all-MiniLM-L6-v2/ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: all-MiniLM-L6-v2/ggml-model-q4_1.bin + files: + - filename: all-MiniLM-L6-v2/ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__bert-base-uncased__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: bert-base-uncased/ggml-model-f16.bin + files: + - filename: bert-base-uncased/ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__bert-base-uncased__ggml-model-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: bert-base-uncased/ggml-model-f32.bin + files: + - filename: bert-base-uncased/ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__bert-base-uncased__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: bert-base-uncased/ggml-model-q4_0.bin + files: + - filename: bert-base-uncased/ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__bert-base-uncased__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: bert-base-uncased/ggml-model-q4_1.bin + files: + - filename: bert-base-uncased/ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin + files: + - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin + files: + - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin + files: + - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/skeskinen/ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin + files: + - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin + sha256: "" + uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__chatglm2-6b-ggml__chatglm2-ggmlv3-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/chatglm2-6b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm2-ggmlv3-q4_0.bin + files: + - filename: chatglm2-ggmlv3-q4_0.bin + sha256: "" + uri: https://huggingface.co/Skiro/chatglm2-6b-ggml/resolve/main/chatglm2-ggmlv3-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__falcon-40b-instruct-ggml__falcon-40b-instruct-ggmlv3-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/falcon-40b-instruct-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: falcon-40b-instruct-ggmlv3-q4_0.bin + files: + - filename: falcon-40b-instruct-ggmlv3-q4_0.bin + sha256: "" + uri: https://huggingface.co/Skiro/falcon-40b-instruct-ggml/resolve/main/falcon-40b-instruct-ggmlv3-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__falcon-mini-ggml__falcon-40b-mini-ggmlv3-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/falcon-mini-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: falcon-40b-mini-ggmlv3-f16.bin + files: + - filename: falcon-40b-mini-ggmlv3-f16.bin + sha256: "" + uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-40b-mini-ggmlv3-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__falcon-mini-ggml__falcon-40b-mini-ggmlv3-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/falcon-mini-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: falcon-40b-mini-ggmlv3-f32.bin + files: + - filename: falcon-40b-mini-ggmlv3-f32.bin + sha256: "" + uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-40b-mini-ggmlv3-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__falcon-mini-ggml__falcon-7b-mini-ggmlv3-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/falcon-mini-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: falcon-7b-mini-ggmlv3-f16.bin + files: + - filename: falcon-7b-mini-ggmlv3-f16.bin + sha256: "" + uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-7b-mini-ggmlv3-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skiro__falcon-mini-ggml__falcon-7b-mini-ggmlv3-f32.bin + license: apache-2.0 + urls: + - https://huggingface.co/Skiro/falcon-mini-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: falcon-7b-mini-ggmlv3-f32.bin + files: + - filename: falcon-7b-mini-ggmlv3-f32.bin + sha256: "" + uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-7b-mini-ggmlv3-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: skyranch__koalpaca-polyglot-12.8b-ggml-model-f16__koalpaca-polyglot-12.8b-ggml-model-f16.bin + urls: + - https://huggingface.co/Skyranch/KoAlpaca-Polyglot-12.8B-ggml-model-f16 + tags: + - region:us + overrides: + parameters: + model: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + files: + - filename: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/Skyranch/KoAlpaca-Polyglot-12.8B-ggml-model-f16/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-f16.bin + files: + - filename: flan-open-llama-3b-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-q4_0.bin + files: + - filename: flan-open-llama-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-q4_1.bin + files: + - filename: flan-open-llama-3b-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-q5_0.bin + files: + - filename: flan-open-llama-3b-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-q5_1.bin + files: + - filename: flan-open-llama-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: flan-open-llama-3b-q8_0.bin + files: + - filename: flan-open-llama-3b-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-f16.bin + files: + - filename: llongma-3b-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-q4_0.bin + files: + - filename: llongma-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-q4_1.bin + files: + - filename: llongma-3b-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-q5_0.bin + files: + - filename: llongma-3b-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-q5_1.bin + files: + - filename: llongma-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__llongma-3b-ggml__llongma-3b-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: llongma-3b-q8_0.bin + files: + - filename: llongma-3b-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-f16.bin + files: + - filename: open-llama-13b-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q2_K.bin + files: + - filename: open-llama-13b-q2_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K.bin + files: + - filename: open-llama-13b-q3_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k_l.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K_L.bin + files: + - filename: open-llama-13b-q3_K_L.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K_S.bin + files: + - filename: open-llama-13b-q3_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_0.bin + files: + - filename: open-llama-13b-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_1.bin + files: + - filename: open-llama-13b-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_K.bin + files: + - filename: open-llama-13b-q4_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_K_S.bin + files: + - filename: open-llama-13b-q4_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_0.bin + files: + - filename: open-llama-13b-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_1.bin + files: + - filename: open-llama-13b-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_K.bin + files: + - filename: open-llama-13b-q5_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_K_S.bin + files: + - filename: open-llama-13b-q5_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q6_K.bin + files: + - filename: open-llama-13b-q6_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_ggml__open-llama-13b-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q8_0.bin + files: + - filename: open-llama-13b-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-f16.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-f16.gguf + files: + - filename: open-llama-13b-f16.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q2_K.gguf + files: + - filename: open-llama-13b-q2_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K_L.gguf + files: + - filename: open-llama-13b-q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K_M.gguf + files: + - filename: open-llama-13b-q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q3_K_S.gguf + files: + - filename: open-llama-13b-q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_0.gguf + files: + - filename: open-llama-13b-q4_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_1.gguf + files: + - filename: open-llama-13b-q4_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_K_M.gguf + files: + - filename: open-llama-13b-q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q4_K_S.gguf + files: + - filename: open-llama-13b-q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_0.gguf + files: + - filename: open-llama-13b-q5_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_1.gguf + files: + - filename: open-llama-13b-q5_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_K_M.gguf + files: + - filename: open-llama-13b-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q5_K_S.gguf + files: + - filename: open-llama-13b-q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q6_K.gguf + files: + - filename: open-llama-13b-q6_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_13b_gguf__open-llama-13b-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_13b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-13b-q8_0.gguf + files: + - filename: open-llama-13b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_13b_gguf/resolve/main/open-llama-13b-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-f16.bin + files: + - filename: open-llama-3b-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q4_0.bin + files: + - filename: open-llama-3b-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q4_1.bin + files: + - filename: open-llama-3b-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q5_0.bin + files: + - filename: open-llama-3b-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q5_1.bin + files: + - filename: open-llama-3b-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_ggml__open-llama-3b-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q8_0.bin + files: + - filename: open-llama-3b-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-f16.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-f16.gguf + files: + - filename: open-llama-3b-f16.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q4_0.gguf + files: + - filename: open-llama-3b-q4_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q4_1.gguf + files: + - filename: open-llama-3b-q4_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q5_0.gguf + files: + - filename: open-llama-3b-q5_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q5_1.gguf + files: + - filename: open-llama-3b-q5_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_gguf__open-llama-3b-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-q8_0.gguf + files: + - filename: open-llama-3b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_gguf/resolve/main/open-llama-3b-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-f16.bin + files: + - filename: open-llama-3b-v2-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q4_0.bin + files: + - filename: open-llama-3b-v2-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q4_1.bin + files: + - filename: open-llama-3b-v2-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q5_0.bin + files: + - filename: open-llama-3b-v2-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q5_1.bin + files: + - filename: open-llama-3b-v2-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q8_0.bin + files: + - filename: open-llama-3b-v2-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-f16.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-f16.gguf + files: + - filename: open-llama-3b-v2-f16.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q4_0.gguf + files: + - filename: open-llama-3b-v2-q4_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q4_1.gguf + files: + - filename: open-llama-3b-v2-q4_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q5_0.gguf + files: + - filename: open-llama-3b-v2-q5_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q5_1.gguf + files: + - filename: open-llama-3b-v2-q5_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_3b_v2_gguf__open-llama-3b-v2-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-3b-v2-q8_0.gguf + files: + - filename: open-llama-3b-v2-q8_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_gguf/resolve/main/open-llama-3b-v2-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-f16.bin + files: + - filename: open-llama-7b-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q2_K.bin + files: + - filename: open-llama-7b-q2_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K.bin + files: + - filename: open-llama-7b-q3_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k_l.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K_L.bin + files: + - filename: open-llama-7b-q3_K_L.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K_S.bin + files: + - filename: open-llama-7b-q3_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_0.bin + files: + - filename: open-llama-7b-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_1.bin + files: + - filename: open-llama-7b-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_K.bin + files: + - filename: open-llama-7b-q4_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_K_S.bin + files: + - filename: open-llama-7b-q4_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_0.bin + files: + - filename: open-llama-7b-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_1.bin + files: + - filename: open-llama-7b-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_K.bin + files: + - filename: open-llama-7b-q5_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_K_S.bin + files: + - filename: open-llama-7b-q5_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q6_K.bin + files: + - filename: open-llama-7b-q6_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_ggml__open-llama-7b-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q8_0.bin + files: + - filename: open-llama-7b-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-f16.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-f16.gguf + files: + - filename: open-llama-7b-f16.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q2_K.gguf + files: + - filename: open-llama-7b-q2_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K_L.gguf + files: + - filename: open-llama-7b-q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K_M.gguf + files: + - filename: open-llama-7b-q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q3_K_S.gguf + files: + - filename: open-llama-7b-q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_0.gguf + files: + - filename: open-llama-7b-q4_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_1.gguf + files: + - filename: open-llama-7b-q4_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_K_M.gguf + files: + - filename: open-llama-7b-q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q4_K_S.gguf + files: + - filename: open-llama-7b-q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_0.gguf + files: + - filename: open-llama-7b-q5_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_1.gguf + files: + - filename: open-llama-7b-q5_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_K_M.gguf + files: + - filename: open-llama-7b-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q5_K_S.gguf + files: + - filename: open-llama-7b-q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q6_K.gguf + files: + - filename: open-llama-7b-q6_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_gguf__open-llama-7b-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-q8_0.gguf + files: + - filename: open-llama-7b-q8_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_gguf/resolve/main/open-llama-7b-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-f16.bin + files: + - filename: open-llama-7b-v2-f16.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q2_K.bin + files: + - filename: open-llama-7b-v2-q2_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_l.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_L.bin + files: + - filename: open-llama-7b-v2-q3_K_L.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_m.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_M.bin + files: + - filename: open-llama-7b-v2-q3_K_M.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_S.bin + files: + - filename: open-llama-7b-v2-q3_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_0.bin + files: + - filename: open-llama-7b-v2-q4_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_1.bin + files: + - filename: open-llama-7b-v2-q4_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_k_m.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_K_M.bin + files: + - filename: open-llama-7b-v2-q4_K_M.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_K_S.bin + files: + - filename: open-llama-7b-v2-q4_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_0.bin + files: + - filename: open-llama-7b-v2-q5_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_1.bin + files: + - filename: open-llama-7b-v2-q5_1.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_k_m.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_K_M.bin + files: + - filename: open-llama-7b-v2-q5_K_M.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_K_S.bin + files: + - filename: open-llama-7b-v2-q5_K_S.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q6_K.bin + files: + - filename: open-llama-7b-v2-q6_K.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q8_0.bin + files: + - filename: open-llama-7b-v2-q8_0.bin + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-f16.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-f16.gguf + files: + - filename: open-llama-7b-v2-f16.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q2_K.gguf + files: + - filename: open-llama-7b-v2-q2_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_L.gguf + files: + - filename: open-llama-7b-v2-q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_M.gguf + files: + - filename: open-llama-7b-v2-q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q3_K_S.gguf + files: + - filename: open-llama-7b-v2-q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_0.gguf + files: + - filename: open-llama-7b-v2-q4_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_1.gguf + files: + - filename: open-llama-7b-v2-q4_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_K_M.gguf + files: + - filename: open-llama-7b-v2-q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q4_K_S.gguf + files: + - filename: open-llama-7b-v2-q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_0.gguf + files: + - filename: open-llama-7b-v2-q5_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_1.gguf + files: + - filename: open-llama-7b-v2-q5_1.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_K_M.gguf + files: + - filename: open-llama-7b-v2-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q5_K_S.gguf + files: + - filename: open-llama-7b-v2-q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q6_K.gguf + files: + - filename: open-llama-7b-v2-q6_K.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: slyecho__open_llama_7b_v2_gguf__open-llama-7b-v2-q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: open-llama-7b-v2-q8_0.gguf + files: + - filename: open-llama-7b-v2-q8_0.gguf + sha256: "" + uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_gguf/resolve/main/open-llama-7b-v2-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: sosaka__alpaca-native-4bit-ggml__ggml-alpaca-7b-q4.bin + license: other + urls: + - https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-alpaca-7b-q4.bin + files: + - filename: ggml-alpaca-7b-q4.bin + sha256: "" + uri: https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/resolve/main/ggml-alpaca-7b-q4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sosaka__gpt4all-7b-4bit-ggml__gpt4all-lora-quantized.bin + license: other + urls: + - https://huggingface.co/Sosaka/GPT4All-7B-4bit-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-lora-quantized.bin + files: + - filename: gpt4all-lora-quantized.bin + sha256: "" + uri: https://huggingface.co/Sosaka/GPT4All-7B-4bit-ggml/resolve/main/gpt4all-lora-quantized.bin +- url: github:go-skynet/model-gallery/base.yaml + name: sosaka__llama-7b-ggml-4bit-old__ggml-model-q4_0.bin + license: other + urls: + - https://huggingface.co/Sosaka/LLaMa-7B-ggml-4bit-OLD + tags: + - license:other + - region:us + overrides: + parameters: + model: ggml-model-q4_0.bin + files: + - filename: ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/Sosaka/LLaMa-7B-ggml-4bit-OLD/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: sosaka__vicuna-7b-4bit-ggml__vicuna-7b-1.1-ggml_q4_0-ggjt_v3.bin + license: other + urls: + - https://huggingface.co/Sosaka/Vicuna-7B-4bit-ggml + tags: + - license:other + - region:us + overrides: + parameters: + model: vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin + files: + - filename: vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin + sha256: "" + uri: https://huggingface.co/Sosaka/Vicuna-7B-4bit-ggml/resolve/main/vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: soulteary__chinese-llama-2-7b-ggml-q4__chinese-llama-2-7b-ggml-q4.bin + license: openrail + urls: + - https://huggingface.co/soulteary/Chinese-Llama-2-7b-ggml-q4 + tags: + - adapter-transformers + - token-classification + - dataset:Open-Orca/OpenOrca + - license:openrail + - has_space + - region:us + overrides: + parameters: + model: Chinese-Llama-2-7b-ggml-q4.bin + files: + - filename: Chinese-Llama-2-7b-ggml-q4.bin + sha256: "" + uri: https://huggingface.co/soulteary/Chinese-Llama-2-7b-ggml-q4/resolve/main/Chinese-Llama-2-7b-ggml-q4.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: sovenok-hacker__ggml-openllama-3b-q4_0__ggml-openllama-3b-350bt-q4_0.bin + urls: + - https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0 + tags: + - en + - region:us + overrides: + parameters: + model: ggml-openllama-3b-350bt-q4_0.bin + files: + - filename: ggml-openllama-3b-350bt-q4_0.bin + sha256: "" + uri: https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0/resolve/main/ggml-openllama-3b-350bt-q4_0.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: sovenok-hacker__ggml-openllama-3b-q4_0__ggml-openllama-3b-600bt-q4_0.bin + urls: + - https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0 + tags: + - en + - region:us + overrides: + parameters: + model: ggml-openllama-3b-600bt-q4_0.bin + files: + - filename: ggml-openllama-3b-600bt-q4_0.bin + sha256: "" + uri: https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0/resolve/main/ggml-openllama-3b-600bt-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + files: + - filename: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-q4_2.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin + files: + - filename: KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin + files: + - filename: KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-polyglot-ko-12.8b-q4__ggml-polyglot-ko-12.8b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-ko-12.8b-f16.bin + files: + - filename: ggml-polyglot-ko-12.8b-f16.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4/resolve/main/ggml-polyglot-ko-12.8b-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-polyglot-ko-12.8b-q4__ggml-polyglot-ko-12.8b-q4_2.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-ko-12.8B-q4_2.bin + files: + - filename: ggml-polyglot-ko-12.8B-q4_2.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4/resolve/main/ggml-polyglot-ko-12.8B-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-polyglot-ko-5.8b-q4__ggml-polyglot-ko-5.8b-f16.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-ko-5.8B-f16.bin + files: + - filename: ggml-polyglot-ko-5.8B-f16.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4/resolve/main/ggml-polyglot-ko-5.8B-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: squarelike__ggml-polyglot-ko-5.8b-q4__ggml-polyglot-ko-5.8b-q4_2.bin + license: apache-2.0 + urls: + - https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4 + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: ggml-polyglot-ko-5.8B-q4_2.bin + files: + - filename: ggml-polyglot-ko-5.8B-q4_2.bin + sha256: "" + uri: https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4/resolve/main/ggml-polyglot-ko-5.8B-q4_2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-f16.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-f16.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-f16.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q4_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-q4_0.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q4_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-q4_1.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q5_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-q5_0.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q5_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-q5_1.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q8_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - has_space + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-ggml-q8_0.bin + files: + - filename: Llama-2-ko-7B-chat-ggml-q8_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q4_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-gguf-q4_0.bin + files: + - filename: Llama-2-ko-7B-chat-gguf-q4_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q4_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-gguf-q4_1.bin + files: + - filename: Llama-2-ko-7B-chat-gguf-q4_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q5_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-gguf-q5_0.bin + files: + - filename: Llama-2-ko-7B-chat-gguf-q5_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q5_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-gguf-q5_1.bin + files: + - filename: Llama-2-ko-7B-chat-gguf-q5_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q8_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7B-chat-gguf-q8_0.bin + files: + - filename: Llama-2-ko-7B-chat-gguf-q8_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-f16.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-f16.bin + files: + - filename: Llama-2-ko-7b-ggml-f16.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-f32.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-f32.bin + files: + - filename: Llama-2-ko-7b-ggml-f32.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-f32.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q4_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-q4_0.bin + files: + - filename: Llama-2-ko-7b-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q4_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-q4_1.bin + files: + - filename: Llama-2-ko-7b-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q5_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-q5_0.bin + files: + - filename: Llama-2-ko-7b-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q5_1.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-q5_1.bin + files: + - filename: Llama-2-ko-7b-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q8_0.bin + license: llama2 + urls: + - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + tags: + - ko + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: Llama-2-ko-7b-ggml-q8_0.bin + files: + - filename: Llama-2-ko-7b-ggml-q8_0.bin + sha256: "" + uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: stignarnia__gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp__gpt4-x-alpaca-13b-ggml-q4_0.bin + urls: + - https://huggingface.co/stignarnia/gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp + tags: + - text-generation + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b-ggml-q4_0.bin + files: + - filename: gpt4-x-alpaca-13b-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/stignarnia/gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp/resolve/main/gpt4-x-alpaca-13b-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: substratusai__llama-2-13b-chat-gguf__model.bin + urls: + - https://huggingface.co/substratusai/Llama-2-13B-chat-GGUF + tags: + - facebook + - meta + - pytorch + - llama + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - region:us + overrides: + parameters: + model: model.bin + files: + - filename: model.bin + sha256: "" + uri: https://huggingface.co/substratusai/Llama-2-13B-chat-GGUF/resolve/main/model.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: substratusai__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5-q8_0.gguf + urls: + - https://huggingface.co/substratusai/vicuna-13b-v1.5-gguf + tags: + - region:us + overrides: + parameters: + model: vicuna-13b-v1.5-q8_0.gguf + files: + - filename: vicuna-13b-v1.5-q8_0.gguf + sha256: "" + uri: https://huggingface.co/substratusai/vicuna-13b-v1.5-gguf/resolve/main/vicuna-13b-v1.5-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: substratusai__weaviate-gorilla-v4-random-split-gguf__weaviate-gorilla-random-split-f16.gguf + urls: + - https://huggingface.co/substratusai/weaviate-gorilla-v4-random-split-gguf + tags: + - dataset:weaviate/WeaviateGraphQLGorilla-RandomSplit-Train + - region:us + overrides: + parameters: + model: weaviate-gorilla-random-split-f16.gguf + files: + - filename: weaviate-gorilla-random-split-f16.gguf + sha256: "" + uri: https://huggingface.co/substratusai/weaviate-gorilla-v4-random-split-gguf/resolve/main/weaviate-gorilla-random-split-f16.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: substratusai__weaviate-gorilla-v4-random-split-gguf__weaviate-gorilla-random-split-q4_k_m.gguf + urls: + - https://huggingface.co/substratusai/weaviate-gorilla-v4-random-split-gguf + tags: + - dataset:weaviate/WeaviateGraphQLGorilla-RandomSplit-Train + - region:us + overrides: + parameters: + model: weaviate-gorilla-random-split-Q4_K_M.gguf + files: + - filename: weaviate-gorilla-random-split-Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/substratusai/weaviate-gorilla-v4-random-split-gguf/resolve/main/weaviate-gorilla-random-split-Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: svjack__ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + urls: + - https://huggingface.co/svjack/ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + files: + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/ggml/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__absolutereality_v181-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/absolutereality_v181-ggml-model_q4_0.bin + files: + - filename: models/absolutereality_v181-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/absolutereality_v181-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__anime-ggml-model-q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/anime-ggml-model-q4_0.bin + files: + - filename: models/anime-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/anime-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__anything_v5-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/anything_v5-ggml-model_q4_0.bin + files: + - filename: models/anything_v5-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/anything_v5-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__comic_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/comic_diffusion-ggml-model_q4_0.bin + files: + - filename: models/comic_diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/comic_diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__cyberpunk_anime_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin + files: + - filename: models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__deliberate-ggml-model-q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/deliberate-ggml-model-q4_0.bin + files: + - filename: models/deliberate-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/deliberate-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml-cpp-dp__models__dreamlike-photoreal-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml-cpp-dp + tags: + - has_space + - region:us + overrides: + parameters: + model: models/dreamlike-photoreal-ggml-model_q4_0.bin + files: + - filename: models/dreamlike-photoreal-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml-cpp-dp/resolve/main/models/dreamlike-photoreal-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__absolutereality_v181-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/absolutereality_v181-ggml-model_q4_0.bin + files: + - filename: models/absolutereality_v181-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/absolutereality_v181-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__anime-ggml-model-q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/anime-ggml-model-q4_0.bin + files: + - filename: models/anime-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/anime-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__anything_v5-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/anything_v5-ggml-model_q4_0.bin + files: + - filename: models/anything_v5-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/anything_v5-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__comic_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/comic_diffusion-ggml-model_q4_0.bin + files: + - filename: models/comic_diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/comic_diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__cyberpunk_anime_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin + files: + - filename: models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/Cyberpunk_Anime_Diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__deliberate-ggml-model-q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/deliberate-ggml-model-q4_0.bin + files: + - filename: models/deliberate-ggml-model-q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/deliberate-ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__dreamlike-photoreal-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/dreamlike-photoreal-ggml-model_q4_0.bin + files: + - filename: models/dreamlike-photoreal-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/dreamlike-photoreal-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__dreamshaper_8_pruned-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/DreamShaper_8_pruned-ggml-model_q4_0.bin + files: + - filename: models/DreamShaper_8_pruned-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/DreamShaper_8_pruned-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__epicrealism_naturalsinrc1vae-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/epicrealism_naturalSinRC1VAE-ggml-model_q4_0.bin + files: + - filename: models/epicrealism_naturalSinRC1VAE-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/epicrealism_naturalSinRC1VAE-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__ghibli_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/ghibli_diffusion-ggml-model_q4_0.bin + files: + - filename: models/ghibli_diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/ghibli_diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__hardblend-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/HARDblend-ggml-model_q4_0.bin + files: + - filename: models/HARDblend-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/HARDblend-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__lolidiffusionv0-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/loliDiffusionV0-ggml-model_q4_0.bin + files: + - filename: models/loliDiffusionV0-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/loliDiffusionV0-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__mdjrny-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/mdjrny-ggml-model_q4_0.bin + files: + - filename: models/mdjrny-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/mdjrny-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__modi_v1-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/moDi_v1-ggml-model_q4_0.bin + files: + - filename: models/moDi_v1-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/moDi_v1-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__realcartoon3d_f16fullv31-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/realcartoon3d_f16fullV31-ggml-model_q4_0.bin + files: + - filename: models/realcartoon3d_f16fullV31-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/realcartoon3d_f16fullV31-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__rundiffusionfx_v10-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/rundiffusionFX_v10-ggml-model_q4_0.bin + files: + - filename: models/rundiffusionFX_v10-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/rundiffusionFX_v10-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__starsector_portraits-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/Starsector_Portraits-ggml-model_q4_0.bin + files: + - filename: models/Starsector_Portraits-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/Starsector_Portraits-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__uber_realistic_porn_merge_v1-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/Uber_Realistic_Porn_Merge_V1-ggml-model_q4_0.bin + files: + - filename: models/Uber_Realistic_Porn_Merge_V1-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/Uber_Realistic_Porn_Merge_V1-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__waifu_diffusion-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/waifu_diffusion-ggml-model_q4_0.bin + files: + - filename: models/waifu_diffusion-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/waifu_diffusion-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: svjack__sd-ggml__models__yuzu-ggml-model_q4_0.bin + urls: + - https://huggingface.co/svjack/sd-ggml + tags: + - has_space + - region:us + overrides: + parameters: + model: models/yuzu-ggml-model_q4_0.bin + files: + - filename: models/yuzu-ggml-model_q4_0.bin + sha256: "" + uri: https://huggingface.co/svjack/sd-ggml/resolve/main/models/yuzu-ggml-model_q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: symecloud__llama2-7b-chat-gguf__llama-2-7b-chat.gguf.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/SymeCloud/Llama2-7b-Chat-GGUF + tags: + - transformers + - llama + - code + - llama-2 + - en + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.gguf.q4_0.bin + files: + - filename: llama-2-7b-chat.gguf.q4_0.bin + sha256: "" + uri: https://huggingface.co/SymeCloud/Llama2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.gguf.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: szymonrucinski__krakowiak-7b-gguf__krakowiak-7b.gguf.fp16.bin + urls: + - https://huggingface.co/szymonrucinski/krakowiak-7b-gguf + tags: + - region:us + overrides: + parameters: + model: krakowiak-7b.gguf.fp16.bin + files: + - filename: krakowiak-7b.gguf.fp16.bin + sha256: "" + uri: https://huggingface.co/szymonrucinski/krakowiak-7b-gguf/resolve/main/krakowiak-7b.gguf.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: szymonrucinski__krakowiak-7b-gguf__krakowiak-7b.gguf.q4_k_m.bin + urls: + - https://huggingface.co/szymonrucinski/krakowiak-7b-gguf + tags: + - region:us + overrides: + parameters: + model: krakowiak-7b.gguf.q4_k_m.bin + files: + - filename: krakowiak-7b.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/szymonrucinski/krakowiak-7b-gguf/resolve/main/krakowiak-7b.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: taiyouillusion__llama2-7b-jp-ggml-experimental__llama2-7b-jp-v0.0-ggml.q5_1.bin + license: other + urls: + - https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental + tags: + - ja + - license:other + - region:us + overrides: + parameters: + model: Llama2-7B-JP-v0.0-ggml.q5_1.bin + files: + - filename: Llama2-7B-JP-v0.0-ggml.q5_1.bin + sha256: "" + uri: https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental/resolve/main/Llama2-7B-JP-v0.0-ggml.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: taiyouillusion__llama2-7b-jp-ggml-experimental__llama2-7b-jp-v0.1-ggml.q5_1.bin + license: other + urls: + - https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental + tags: + - ja + - license:other + - region:us + overrides: + parameters: + model: Llama2-7B-JP-v0.1-ggml.q5_1.bin + files: + - filename: Llama2-7B-JP-v0.1-ggml.q5_1.bin + sha256: "" + uri: https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental/resolve/main/Llama2-7B-JP-v0.1-ggml.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tawfikgh__llama2-ggml__ggml-model.ggml.q4_0.bin + urls: + - https://huggingface.co/tawfikgh/llama2-ggml + tags: + - transformers + - pytorch + - endpoints_compatible + - region:us + overrides: + parameters: + model: ggml-model.ggml.q4_0.bin + files: + - filename: ggml-model.ggml.q4_0.bin + sha256: "" + uri: https://huggingface.co/tawfikgh/llama2-ggml/resolve/main/ggml-model.ggml.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + tags: + - transformers + - llama + - stable-diffusion + - instruct + - magic-prompt + - natural language inference + - en + - dataset:Technotech/sd-prompt-instruct + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: sd-prompt-instruct-ggml.q4_0.bin + files: + - filename: sd-prompt-instruct-ggml.q4_0.bin + sha256: "" + uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + tags: + - transformers + - llama + - stable-diffusion + - instruct + - magic-prompt + - natural language inference + - en + - dataset:Technotech/sd-prompt-instruct + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: sd-prompt-instruct-ggml.q4_1.bin + files: + - filename: sd-prompt-instruct-ggml.q4_1.bin + sha256: "" + uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + tags: + - transformers + - llama + - stable-diffusion + - instruct + - magic-prompt + - natural language inference + - en + - dataset:Technotech/sd-prompt-instruct + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: sd-prompt-instruct-ggml.q5_0.bin + files: + - filename: sd-prompt-instruct-ggml.q5_0.bin + sha256: "" + uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + tags: + - transformers + - llama + - stable-diffusion + - instruct + - magic-prompt + - natural language inference + - en + - dataset:Technotech/sd-prompt-instruct + - license:apache-2.0 + - endpoints_compatible + - text-generation-inference + - region:us + overrides: + parameters: + model: sd-prompt-instruct-ggml.q5_1.bin + files: + - filename: sd-prompt-instruct-ggml.q5_1.bin + sha256: "" + uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-13b-ggml__metharme-13b-q4_0.bin + urls: + - https://huggingface.co/TehVenom/Metharme-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-13b-Q4_0.bin + files: + - filename: Metharme-13b-Q4_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-13b-ggml__metharme-13b-q4_1.bin + urls: + - https://huggingface.co/TehVenom/Metharme-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-13b-Q4_1.bin + files: + - filename: Metharme-13b-Q4_1.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-13b-ggml__metharme-13b-q5_0.bin + urls: + - https://huggingface.co/TehVenom/Metharme-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-13b-Q5_0.bin + files: + - filename: Metharme-13b-Q5_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-13b-ggml__metharme-13b-q5_1.bin + urls: + - https://huggingface.co/TehVenom/Metharme-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-13b-Q5_1.bin + files: + - filename: Metharme-13b-Q5_1.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-13b-ggml__metharme-13b-q8_0.bin + urls: + - https://huggingface.co/TehVenom/Metharme-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-13b-Q8_0.bin + files: + - filename: Metharme-13b-Q8_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-7b-4bit-q4_1-ggml__metharme-7b-4bit-q4_1-ggml-v2.bin + urls: + - https://huggingface.co/TehVenom/Metharme-7b-4bit-Q4_1-GGML + tags: + - text generation + - instruct + - text-generation + - en + - region:us + overrides: + parameters: + model: Metharme-7b-4bit-Q4_1-GGML-V2.bin + files: + - filename: Metharme-7b-4bit-Q4_1-GGML-V2.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-7b-4bit-Q4_1-GGML/resolve/main/Metharme-7b-4bit-Q4_1-GGML-V2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__metharme-7b-4bit-q5_1-ggml__metharme-7b-4bit-q5_1-ggml-v2.bin + urls: + - https://huggingface.co/TehVenom/Metharme-7b-4bit-Q5_1-GGML + tags: + - region:us + overrides: + parameters: + model: Metharme-7b-4bit-Q5_1-GGML-V2.bin + files: + - filename: Metharme-7b-4bit-Q5_1-GGML-V2.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Metharme-7b-4bit-Q5_1-GGML/resolve/main/Metharme-7b-4bit-Q5_1-GGML-V2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-f16.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-F16.bin + files: + - filename: Pygmalion-13b-F16.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-F16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q4_0.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-Q4_0.bin + files: + - filename: Pygmalion-13b-Q4_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q4_1.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-Q4_1.bin + files: + - filename: Pygmalion-13b-Q4_1.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q5_0.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-Q5_0.bin + files: + - filename: Pygmalion-13b-Q5_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q5_1.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-Q5_1.bin + files: + - filename: Pygmalion-13b-Q5_1.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q8_0.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-13b-Q8_0.bin + files: + - filename: Pygmalion-13b-Q8_0.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-7b-4bit-q4_1-ggml__pygmalion-7b-4bit-q4_1-ggml-v2.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML + tags: + - text generation + - conversational + - text-generation + - en + - region:us + overrides: + parameters: + model: Pygmalion-7b-4bit-Q4_1-GGML-V2.bin + files: + - filename: Pygmalion-7b-4bit-Q4_1-GGML-V2.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML-V2.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-7b-4bit-q4_1-ggml__pygmalion-7b-4bit-q4_1-ggml.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML + tags: + - text generation + - conversational + - text-generation + - en + - region:us + overrides: + parameters: + model: Pygmalion-7b-4bit-Q4_1-GGML.bin + files: + - filename: Pygmalion-7b-4bit-Q4_1-GGML.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tehvenom__pygmalion-7b-4bit-q5_1-ggml__pygmalion-7b-4bit-q5_1-ggml-v2.bin + urls: + - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q5_1-GGML + tags: + - region:us + overrides: + parameters: + model: Pygmalion-7b-4bit-Q5_1-GGML-V2.bin + files: + - filename: Pygmalion-7b-4bit-Q5_1-GGML-V2.bin + sha256: "" + uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q5_1-GGML/resolve/main/Pygmalion-7b-4bit-Q5_1-GGML-V2.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: tehvenom__wizardlm-13b-uncensored-q5_1-ggml__wizardml-unc-13b-q5_1.bin + urls: + - https://huggingface.co/TehVenom/WizardLM-13B-Uncensored-Q5_1-GGML + tags: + - region:us + overrides: + parameters: + model: WizardML-Unc-13b-Q5_1.bin + files: + - filename: WizardML-Unc-13b-Q5_1.bin + sha256: "" + uri: https://huggingface.co/TehVenom/WizardLM-13B-Uncensored-Q5_1-GGML/resolve/main/WizardML-Unc-13b-Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tekkithorse__gpt-j-6b-pny-ggml__ggml-model-f16.bin + urls: + - https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML + tags: + - transformers + - pytorch + - gptj + - text-generation + - endpoints_compatible + - region:us + overrides: + parameters: + model: ggml-model-f16.bin + files: + - filename: ggml-model-f16.bin + sha256: "" + uri: https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML/resolve/main/ggml-model-f16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tekkithorse__gpt-j-6b-pny-ggml__ggml-q4_1.bin + urls: + - https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML + tags: + - transformers + - pytorch + - gptj + - text-generation + - endpoints_compatible + - region:us + overrides: + parameters: + model: ggml-q4_1.bin + files: + - filename: ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML/resolve/main/ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q4_0.bin + urls: + - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + tags: + - code + - region:us + overrides: + parameters: + model: CodeLlama-7b-Python.GGUF.q4_0.bin + files: + - filename: CodeLlama-7b-Python.GGUF.q4_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q5_0.bin + urls: + - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + tags: + - code + - region:us + overrides: + parameters: + model: CodeLlama-7b-Python.GGUF.q5_0.bin + files: + - filename: CodeLlama-7b-Python.GGUF.q5_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q8_0.bin + urls: + - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + tags: + - code + - region:us + overrides: + parameters: + model: CodeLlama-7b-Python.GGUF.q8_0.bin + files: + - filename: CodeLlama-7b-Python.GGUF.q8_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q4_0.bin + urls: + - https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf + tags: + - code + - region:us + overrides: + parameters: + model: llama-2-7b-chat.GGUF.q4_0.bin + files: + - filename: llama-2-7b-chat.GGUF.q4_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf/resolve/main/llama-2-7b-chat.GGUF.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q5_0.bin + urls: + - https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf + tags: + - code + - region:us + overrides: + parameters: + model: llama-2-7b-chat.GGUF.q5_0.bin + files: + - filename: llama-2-7b-chat.GGUF.q5_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf/resolve/main/llama-2-7b-chat.GGUF.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q8_0.bin + urls: + - https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf + tags: + - code + - region:us + overrides: + parameters: + model: llama-2-7b-chat.GGUF.q8_0.bin + files: + - filename: llama-2-7b-chat.GGUF.q8_0.bin + sha256: "" + uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-gguf/resolve/main/llama-2-7b-chat.GGUF.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: tfmc__openbuddy-llama2-13b-v11.1-bf16-gguf__ggml-model-q4_m.gguf + urls: + - https://huggingface.co/TFMC/openbuddy-llama2-13b-v11.1-bf16-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-q4_m.gguf + files: + - filename: ggml-model-q4_m.gguf + sha256: "" + uri: https://huggingface.co/TFMC/openbuddy-llama2-13b-v11.1-bf16-GGUF/resolve/main/ggml-model-q4_m.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: tfmc__openbuddy-llama2-13b-v11.1-bf16-gguf__ggml-model-q8_0.gguf + urls: + - https://huggingface.co/TFMC/openbuddy-llama2-13b-v11.1-bf16-GGUF + tags: + - text-generation-inference + - region:us + overrides: + parameters: + model: ggml-model-q8_0.gguf + files: + - filename: ggml-model-q8_0.gguf + sha256: "" + uri: https://huggingface.co/TFMC/openbuddy-llama2-13b-v11.1-bf16-GGUF/resolve/main/ggml-model-q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q4_0.bin + urls: + - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + tags: + - doi:10.57967/hf/0682 + - region:us + overrides: + parameters: + model: Ziya-LLaMA-13B-v1-ggml-q4_0.bin + files: + - filename: Ziya-LLaMA-13B-v1-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q4_1.bin + urls: + - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + tags: + - doi:10.57967/hf/0682 + - region:us + overrides: + parameters: + model: Ziya-LLaMA-13B-v1-ggml-q4_1.bin + files: + - filename: Ziya-LLaMA-13B-v1-ggml-q4_1.bin + sha256: "" + uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q5_0.bin + urls: + - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + tags: + - doi:10.57967/hf/0682 + - region:us + overrides: + parameters: + model: Ziya-LLaMA-13B-v1-ggml-q5_0.bin + files: + - filename: Ziya-LLaMA-13B-v1-ggml-q5_0.bin + sha256: "" + uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q5_1.bin + urls: + - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + tags: + - doi:10.57967/hf/0682 + - region:us + overrides: + parameters: + model: Ziya-LLaMA-13B-v1-ggml-q5_1.bin + files: + - filename: Ziya-LLaMA-13B-v1-ggml-q5_1.bin + sha256: "" + uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__chronos-beluga-v2-13b-ggml__ggml-chronos-beluga-q4_1.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Chronos-Beluga-v2-13b-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-chronos-beluga-q4_1.bin + files: + - filename: ggml-chronos-beluga-q4_1.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Chronos-Beluga-v2-13b-ggml/resolve/main/ggml-chronos-beluga-q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-1.2-ggml__ggml-huginn-q4_0.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-1.2-ggml + tags: + - region:us + overrides: + parameters: + model: ggml-huginn-q4_0.bin + files: + - filename: ggml-huginn-q4_0.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-1.2-ggml/resolve/main/ggml-huginn-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-13b-ggml__ggml-huginn-q4.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-GGML + tags: + - region:us + overrides: + parameters: + model: ggml-huginn-q4.bin + files: + - filename: ggml-huginn-q4.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-GGML/resolve/main/ggml-huginn-q4.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-13b-v4-gguf__huginn4-q4_k_s.gguf + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-V4-GGUF + tags: + - region:us + overrides: + parameters: + model: huginn4-q4_K_S.gguf + files: + - filename: huginn4-q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-V4-GGUF/resolve/main/huginn4-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-13b-v4-gguf__huginn4-q5_k_m.gguf + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-V4-GGUF + tags: + - region:us + overrides: + parameters: + model: huginn4-q5_K_M.gguf + files: + - filename: huginn4-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-V4-GGUF/resolve/main/huginn4-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-13b-v4.5-gguf__huginn45-q4_k_s.gguf + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-v4.5-gguf + tags: + - region:us + overrides: + parameters: + model: huginn45-q4_K_S.gguf + files: + - filename: huginn45-q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-v4.5-gguf/resolve/main/huginn45-q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-13b-v4.5-gguf__huginn45-q5_k_m.gguf + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-v4.5-gguf + tags: + - region:us + overrides: + parameters: + model: huginn45-q5_K_M.gguf + files: + - filename: huginn45-q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-v4.5-gguf/resolve/main/huginn45-q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml-q3.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + tags: + - region:us + overrides: + parameters: + model: huginn22-ggml-q3.bin + files: + - filename: huginn22-ggml-q3.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml-q3.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q2_k.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + tags: + - region:us + overrides: + parameters: + model: huginn22-ggml_q2_K.bin + files: + - filename: huginn22-ggml_q2_K.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q4_k-s.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + tags: + - region:us + overrides: + parameters: + model: huginn22-ggml_q4_K-S.bin + files: + - filename: huginn22-ggml_q4_K-S.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q4_K-S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q5_k-s.bin + urls: + - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + tags: + - region:us + overrides: + parameters: + model: huginn22-ggml_q5_K-S.bin + files: + - filename: huginn22-ggml_q5_K-S.bin + sha256: "" + uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q5_K-S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q2_K.bin + files: + - filename: 13b-bluemethod.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q3_K_L.bin + files: + - filename: 13b-bluemethod.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q3_K_M.bin + files: + - filename: 13b-bluemethod.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q3_K_S.bin + files: + - filename: 13b-bluemethod.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q4_0.bin + files: + - filename: 13b-bluemethod.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q4_1.bin + files: + - filename: 13b-bluemethod.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q4_K_M.bin + files: + - filename: 13b-bluemethod.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q4_K_S.bin + files: + - filename: 13b-bluemethod.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q5_0.bin + files: + - filename: 13b-bluemethod.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q5_1.bin + files: + - filename: 13b-bluemethod.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q5_K_M.bin + files: + - filename: 13b-bluemethod.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q5_K_S.bin + files: + - filename: 13b-bluemethod.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q6_K.bin + files: + - filename: 13b-bluemethod.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.ggmlv3.q8_0.bin + files: + - filename: 13b-bluemethod.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q2_K.gguf + files: + - filename: 13b-bluemethod.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q3_K_L.gguf + files: + - filename: 13b-bluemethod.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q3_K_M.gguf + files: + - filename: 13b-bluemethod.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q3_K_S.gguf + files: + - filename: 13b-bluemethod.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q4_0.gguf + files: + - filename: 13b-bluemethod.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q4_K_M.gguf + files: + - filename: 13b-bluemethod.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q4_K_S.gguf + files: + - filename: 13b-bluemethod.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q5_0.gguf + files: + - filename: 13b-bluemethod.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q5_K_M.gguf + files: + - filename: 13b-bluemethod.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q5_K_S.gguf + files: + - filename: 13b-bluemethod.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q6_K.gguf + files: + - filename: 13b-bluemethod.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-bluemethod-gguf__13b-bluemethod.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-BlueMethod-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-bluemethod.Q8_0.gguf + files: + - filename: 13b-bluemethod.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGUF/resolve/main/13b-bluemethod.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q2_K.bin + files: + - filename: 13b-chimera.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q3_K_L.bin + files: + - filename: 13b-chimera.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q3_K_M.bin + files: + - filename: 13b-chimera.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q3_K_S.bin + files: + - filename: 13b-chimera.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q4_0.bin + files: + - filename: 13b-chimera.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q4_1.bin + files: + - filename: 13b-chimera.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q4_K_M.bin + files: + - filename: 13b-chimera.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q4_K_S.bin + files: + - filename: 13b-chimera.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q5_0.bin + files: + - filename: 13b-chimera.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q5_1.bin + files: + - filename: 13b-chimera.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q5_K_M.bin + files: + - filename: 13b-chimera.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q5_K_S.bin + files: + - filename: 13b-chimera.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q6_K.bin + files: + - filename: 13b-chimera.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13b-chimera.ggmlv3.q8_0.bin + files: + - filename: 13b-chimera.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q2_K.gguf + files: + - filename: 13B-Chimera.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q3_K_L.gguf + files: + - filename: 13B-Chimera.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q3_K_M.gguf + files: + - filename: 13B-Chimera.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q3_K_S.gguf + files: + - filename: 13B-Chimera.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q4_0.gguf + files: + - filename: 13B-Chimera.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q4_K_M.gguf + files: + - filename: 13B-Chimera.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q4_K_S.gguf + files: + - filename: 13B-Chimera.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q5_0.gguf + files: + - filename: 13B-Chimera.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q5_K_M.gguf + files: + - filename: 13B-Chimera.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q5_K_S.gguf + files: + - filename: 13B-Chimera.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q6_K.gguf + files: + - filename: 13B-Chimera.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-chimera-gguf__13b-chimera.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Chimera-GGUF + tags: + - transformers + - llama + - cot + - vicuna + - uncensored + - merge + - mix + - gptq + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-Chimera.Q8_0.gguf + files: + - filename: 13B-Chimera.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Chimera-GGUF/resolve/main/13B-Chimera.Q8_0.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q2_K.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q3_K_L.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q3_K_M.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q3_K_S.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q4_0.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q4_1.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q4_K_M.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q4_K_S.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q5_0.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q5_1.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q5_K_M.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q5_K_S.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q6_K.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: 13B-HyperMantis.ggmlv3.q8_0.bin + files: + - filename: 13B-HyperMantis.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q2_K.gguf + files: + - filename: 13B-HyperMantis.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q2_K.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q3_K_L.gguf + files: + - filename: 13B-HyperMantis.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q3_K_M.gguf + files: + - filename: 13B-HyperMantis.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q3_K_S.gguf + files: + - filename: 13B-HyperMantis.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q4_0.gguf + files: + - filename: 13B-HyperMantis.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q4_0.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q4_K_M.gguf + files: + - filename: 13B-HyperMantis.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q4_K_S.gguf + files: + - filename: 13B-HyperMantis.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q5_0.gguf + files: + - filename: 13B-HyperMantis.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q5_0.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q5_K_M.gguf + files: + - filename: 13B-HyperMantis.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q5_K_S.gguf + files: + - filename: 13B-HyperMantis.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q6_K.gguf + files: + - filename: 13B-HyperMantis.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q6_K.gguf +- url: github:go-skynet/model-gallery/hypermantis.yaml + name: thebloke__13b-hypermantis-gguf__13b-hypermantis.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-HyperMantis-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - mix + - merge + - model merge + - roleplay + - chat + - instruct + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13B-HyperMantis.Q8_0.gguf + files: + - filename: 13B-HyperMantis.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGUF/resolve/main/13B-HyperMantis.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q2_K.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q3_K_L.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q3_K_M.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q3_K_S.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q4_0.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q4_1.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q4_K_M.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q4_K_S.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q5_0.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q5_1.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q5_K_M.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q5_K_S.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q6_K.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.ggmlv3.q8_0.bin + files: + - filename: 13b-legerdemain-l2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q2_K.gguf + files: + - filename: 13b-legerdemain-l2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q3_K_L.gguf + files: + - filename: 13b-legerdemain-l2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q3_K_M.gguf + files: + - filename: 13b-legerdemain-l2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q3_K_S.gguf + files: + - filename: 13b-legerdemain-l2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q4_0.gguf + files: + - filename: 13b-legerdemain-l2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q4_K_M.gguf + files: + - filename: 13b-legerdemain-l2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q4_K_S.gguf + files: + - filename: 13b-legerdemain-l2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q5_0.gguf + files: + - filename: 13b-legerdemain-l2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q5_K_M.gguf + files: + - filename: 13b-legerdemain-l2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q5_K_S.gguf + files: + - filename: 13b-legerdemain-l2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q6_K.gguf + files: + - filename: 13b-legerdemain-l2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-legerdemain-l2-gguf__13b-legerdemain-l2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-legerdemain-l2.Q8_0.gguf + files: + - filename: 13b-legerdemain-l2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGUF/resolve/main/13b-legerdemain-l2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q2_K.bin + files: + - filename: 13b-ouroboros.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q3_K_L.bin + files: + - filename: 13b-ouroboros.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q3_K_M.bin + files: + - filename: 13b-ouroboros.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q3_K_S.bin + files: + - filename: 13b-ouroboros.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q4_0.bin + files: + - filename: 13b-ouroboros.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q4_1.bin + files: + - filename: 13b-ouroboros.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q4_K_M.bin + files: + - filename: 13b-ouroboros.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q4_K_S.bin + files: + - filename: 13b-ouroboros.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q5_0.bin + files: + - filename: 13b-ouroboros.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q5_1.bin + files: + - filename: 13b-ouroboros.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q5_K_M.bin + files: + - filename: 13b-ouroboros.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q5_K_S.bin + files: + - filename: 13b-ouroboros.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q6_K.bin + files: + - filename: 13b-ouroboros.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.ggmlv3.q8_0.bin + files: + - filename: 13b-ouroboros.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q2_K.gguf + files: + - filename: 13b-ouroboros.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q3_K_L.gguf + files: + - filename: 13b-ouroboros.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q3_K_M.gguf + files: + - filename: 13b-ouroboros.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q3_K_S.gguf + files: + - filename: 13b-ouroboros.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q4_0.gguf + files: + - filename: 13b-ouroboros.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q4_K_M.gguf + files: + - filename: 13b-ouroboros.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q4_K_S.gguf + files: + - filename: 13b-ouroboros.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q5_0.gguf + files: + - filename: 13b-ouroboros.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q5_K_M.gguf + files: + - filename: 13b-ouroboros.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q5_K_S.gguf + files: + - filename: 13b-ouroboros.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q6_K.gguf + files: + - filename: 13b-ouroboros.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-ouroboros-gguf__13b-ouroboros.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/13B-Ouroboros-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - merge + - mix + - airoboros + - openorca + - orcamini + - orca + - instruct + - mixtune + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:jondurbin/airoboros-uncensored + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-ouroboros.Q8_0.gguf + files: + - filename: 13b-ouroboros.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGUF/resolve/main/13b-ouroboros.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q2_K.gguf + files: + - filename: 13b-thorns-l2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q3_K_L.gguf + files: + - filename: 13b-thorns-l2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q3_K_M.gguf + files: + - filename: 13b-thorns-l2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q3_K_S.gguf + files: + - filename: 13b-thorns-l2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q4_0.gguf + files: + - filename: 13b-thorns-l2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q4_K_M.gguf + files: + - filename: 13b-thorns-l2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q4_K_S.gguf + files: + - filename: 13b-thorns-l2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q5_0.gguf + files: + - filename: 13b-thorns-l2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q5_K_M.gguf + files: + - filename: 13b-thorns-l2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q5_K_S.gguf + files: + - filename: 13b-thorns-l2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q6_K.gguf + files: + - filename: 13b-thorns-l2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__13b-thorns-l2-gguf__13b-thorns-l2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: 13b-thorns-l2.Q8_0.gguf + files: + - filename: 13b-thorns-l2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/13B-Thorns-L2-GGUF/resolve/main/13b-thorns-l2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q2_K.bin + files: + - filename: 30b-epsilon.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q3_K_L.bin + files: + - filename: 30b-epsilon.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q3_K_M.bin + files: + - filename: 30b-epsilon.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q3_K_S.bin + files: + - filename: 30b-epsilon.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q4_0.bin + files: + - filename: 30b-epsilon.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q4_1.bin + files: + - filename: 30b-epsilon.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q4_K_M.bin + files: + - filename: 30b-epsilon.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q4_K_S.bin + files: + - filename: 30b-epsilon.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q5_0.bin + files: + - filename: 30b-epsilon.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q5_1.bin + files: + - filename: 30b-epsilon.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q5_K_M.bin + files: + - filename: 30b-epsilon.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q5_K_S.bin + files: + - filename: 30b-epsilon.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q6_K.bin + files: + - filename: 30b-epsilon.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGML + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.ggmlv3.q8_0.bin + files: + - filename: 30b-epsilon.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q2_K.gguf + files: + - filename: 30b-epsilon.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q3_K_L.gguf + files: + - filename: 30b-epsilon.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q3_K_M.gguf + files: + - filename: 30b-epsilon.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q3_K_S.gguf + files: + - filename: 30b-epsilon.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q4_0.gguf + files: + - filename: 30b-epsilon.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q4_K_M.gguf + files: + - filename: 30b-epsilon.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q4_K_S.gguf + files: + - filename: 30b-epsilon.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q5_0.gguf + files: + - filename: 30b-epsilon.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q5_K_M.gguf + files: + - filename: 30b-epsilon.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q5_K_S.gguf + files: + - filename: 30b-epsilon.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q6_K.gguf + files: + - filename: 30b-epsilon.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-epsilon-gguf__30b-epsilon.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Epsilon-GGUF + tags: + - transformers + - llama + - alpaca + - vicuna + - uncensored + - cot + - chain of thought + - story + - adventure + - roleplay + - rp + - merge + - mix + - instruct + - wizardlm + - superhot + - supercot + - manticore + - hippogriff + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-epsilon.Q8_0.gguf + files: + - filename: 30b-epsilon.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Epsilon-GGUF/resolve/main/30b-epsilon.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q2_K.bin + files: + - filename: 30b-Lazarus.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q3_K_L.bin + files: + - filename: 30b-Lazarus.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q3_K_M.bin + files: + - filename: 30b-Lazarus.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q3_K_S.bin + files: + - filename: 30b-Lazarus.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q4_0.bin + files: + - filename: 30b-Lazarus.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q4_1.bin + files: + - filename: 30b-Lazarus.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q4_K_M.bin + files: + - filename: 30b-Lazarus.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q4_K_S.bin + files: + - filename: 30b-Lazarus.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q5_0.bin + files: + - filename: 30b-Lazarus.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q5_1.bin + files: + - filename: 30b-Lazarus.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q5_K_M.bin + files: + - filename: 30b-Lazarus.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q5_K_S.bin + files: + - filename: 30b-Lazarus.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q6_K.bin + files: + - filename: 30b-Lazarus.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: 30b-Lazarus.ggmlv3.q8_0.bin + files: + - filename: 30b-Lazarus.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q2_K.gguf + files: + - filename: 30b-Lazarus.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q3_K_L.gguf + files: + - filename: 30b-Lazarus.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q3_K_M.gguf + files: + - filename: 30b-Lazarus.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q3_K_S.gguf + files: + - filename: 30b-Lazarus.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q4_0.gguf + files: + - filename: 30b-Lazarus.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q4_K_M.gguf + files: + - filename: 30b-Lazarus.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q4_K_S.gguf + files: + - filename: 30b-Lazarus.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q5_0.gguf + files: + - filename: 30b-Lazarus.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q5_K_M.gguf + files: + - filename: 30b-Lazarus.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q5_K_S.gguf + files: + - filename: 30b-Lazarus.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q6_K.gguf + files: + - filename: 30b-Lazarus.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__30b-lazarus-gguf__30b-lazarus.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/30B-Lazarus-GGUF + tags: + - transformers + - llama + - alpaca + - cot + - vicuna + - uncensored + - merge + - mix + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: 30b-Lazarus.Q8_0.gguf + files: + - filename: 30b-Lazarus.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/30B-Lazarus-GGUF/resolve/main/30b-Lazarus.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q2_K.gguf + files: + - filename: agentlm-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q3_K_L.gguf + files: + - filename: agentlm-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q3_K_M.gguf + files: + - filename: agentlm-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q3_K_S.gguf + files: + - filename: agentlm-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q4_0.gguf + files: + - filename: agentlm-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q4_K_M.gguf + files: + - filename: agentlm-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q4_K_S.gguf + files: + - filename: agentlm-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q5_0.gguf + files: + - filename: agentlm-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q5_K_M.gguf + files: + - filename: agentlm-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q5_K_S.gguf + files: + - filename: agentlm-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q6_K.gguf + files: + - filename: agentlm-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-13b-gguf__agentlm-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-13B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-13b.Q8_0.gguf + files: + - filename: agentlm-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-13B-GGUF/resolve/main/agentlm-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q2_K.gguf + files: + - filename: agentlm-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q3_K_L.gguf + files: + - filename: agentlm-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q3_K_M.gguf + files: + - filename: agentlm-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q3_K_S.gguf + files: + - filename: agentlm-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q4_0.gguf + files: + - filename: agentlm-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q4_K_M.gguf + files: + - filename: agentlm-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q4_K_S.gguf + files: + - filename: agentlm-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q5_0.gguf + files: + - filename: agentlm-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q5_K_M.gguf + files: + - filename: agentlm-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-70b-gguf__agentlm-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-70B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-70b.Q5_K_S.gguf + files: + - filename: agentlm-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-70B-GGUF/resolve/main/agentlm-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q2_K.gguf + files: + - filename: agentlm-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q3_K_L.gguf + files: + - filename: agentlm-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q3_K_M.gguf + files: + - filename: agentlm-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q3_K_S.gguf + files: + - filename: agentlm-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q4_0.gguf + files: + - filename: agentlm-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q4_K_M.gguf + files: + - filename: agentlm-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q4_K_S.gguf + files: + - filename: agentlm-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q5_0.gguf + files: + - filename: agentlm-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q5_K_M.gguf + files: + - filename: agentlm-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q5_K_S.gguf + files: + - filename: agentlm-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q6_K.gguf + files: + - filename: agentlm-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__agentlm-7b-gguf__agentlm-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/agentlm-7B-GGUF + tags: + - transformers + - llama + - dataset:THUDM/AgentInstruct + - arxiv:2310.12823 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: agentlm-7b.Q8_0.gguf + files: + - filename: agentlm-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/agentlm-7B-GGUF/resolve/main/agentlm-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q2_K.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q4_0.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q4_1.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q5_0.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q5_1.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q6_K.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-1.1.ggmlv3.q8_0.bin + files: + - filename: airoboros-13b-1.1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + files: + - filename: airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + files: + - filename: airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin + files: + - filename: airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4.ggmlv3.q4_0.bin + files: + - filename: airoboros-13b-gpt4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4.ggmlv3.q4_1.bin + files: + - filename: airoboros-13b-gpt4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4.ggmlv3.q5_0.bin + files: + - filename: airoboros-13b-gpt4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4.ggmlv3.q5_1.bin + files: + - filename: airoboros-13b-gpt4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b-gpt4.ggmlv3.q8_0.bin + files: + - filename: airoboros-13b-gpt4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q2_K.bin + files: + - filename: airoboros-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-13b.ggmlv3.q6_K.bin + files: + - filename: airoboros-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q2_K.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q3_K_L.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q3_K_M.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q3_K_S.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q4_0.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q4_1.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q4_K_M.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q4_K_S.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q5_0.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q5_1.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q5_K_M.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q5_K_S.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q6_K.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.ggmlv3.Q8_0.bin + files: + - filename: airoboros-33b-2.1.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q2_K.gguf + files: + - filename: airoboros-33b-2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q3_K_L.gguf + files: + - filename: airoboros-33b-2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q3_K_M.gguf + files: + - filename: airoboros-33b-2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q3_K_S.gguf + files: + - filename: airoboros-33b-2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q4_0.gguf + files: + - filename: airoboros-33b-2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q4_K_M.gguf + files: + - filename: airoboros-33b-2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q4_K_S.gguf + files: + - filename: airoboros-33b-2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q5_0.gguf + files: + - filename: airoboros-33b-2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q5_K_M.gguf + files: + - filename: airoboros-33b-2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q5_K_S.gguf + files: + - filename: airoboros-33b-2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q6_K.gguf + files: + - filename: airoboros-33b-2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-2.1-gguf__airoboros-33b-2.1.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-2.1.Q8_0.gguf + files: + - filename: airoboros-33b-2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGUF/resolve/main/airoboros-33b-2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.1 + - license:other + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin + files: + - filename: airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.2 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin + files: + - filename: airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.3 + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin + files: + - filename: airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + files: + - filename: airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4.ggmlv3.q4_0.bin + files: + - filename: airoboros-7b-gpt4.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4.ggmlv3.q4_1.bin + files: + - filename: airoboros-7b-gpt4.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4.ggmlv3.q5_0.bin + files: + - filename: airoboros-7b-gpt4.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4.ggmlv3.q5_1.bin + files: + - filename: airoboros-7b-gpt4.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7b-gpt4.ggmlv3.q8_0.bin + files: + - filename: airoboros-7b-gpt4.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q2_K.bin + files: + - filename: airoboros-7B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-7B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-7B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-7B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-7B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-7B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-7B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-7B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airoboros-7B.ggmlv3.q6_K.bin + files: + - filename: airoboros-7B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q2_K.gguf + files: + - filename: airoboros-c34b-2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q3_K_L.gguf + files: + - filename: airoboros-c34b-2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q3_K_M.gguf + files: + - filename: airoboros-c34b-2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q3_K_S.gguf + files: + - filename: airoboros-c34b-2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q4_0.gguf + files: + - filename: airoboros-c34b-2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q4_K_M.gguf + files: + - filename: airoboros-c34b-2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q4_K_S.gguf + files: + - filename: airoboros-c34b-2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q5_0.gguf + files: + - filename: airoboros-c34b-2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q5_K_M.gguf + files: + - filename: airoboros-c34b-2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q5_K_S.gguf + files: + - filename: airoboros-c34b-2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q6_K.gguf + files: + - filename: airoboros-c34b-2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.1-gguf__airoboros-c34b-2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.1.Q8_0.gguf + files: + - filename: airoboros-c34b-2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.1-GGUF/resolve/main/airoboros-c34b-2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q2_K.gguf + files: + - filename: airoboros-c34b-2.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q3_K_L.gguf + files: + - filename: airoboros-c34b-2.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q3_K_M.gguf + files: + - filename: airoboros-c34b-2.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q3_K_S.gguf + files: + - filename: airoboros-c34b-2.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q4_0.gguf + files: + - filename: airoboros-c34b-2.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q4_K_M.gguf + files: + - filename: airoboros-c34b-2.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q4_K_S.gguf + files: + - filename: airoboros-c34b-2.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q5_0.gguf + files: + - filename: airoboros-c34b-2.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q5_K_M.gguf + files: + - filename: airoboros-c34b-2.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q5_K_S.gguf + files: + - filename: airoboros-c34b-2.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q6_K.gguf + files: + - filename: airoboros-c34b-2.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2-gguf__airoboros-c34b-2.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.Q8_0.gguf + files: + - filename: airoboros-c34b-2.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-2.2-GGUF/resolve/main/airoboros-c34b-2.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q2_K.gguf + files: + - filename: airoboros-c34b-2.2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q3_K_L.gguf + files: + - filename: airoboros-c34b-2.2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q3_K_M.gguf + files: + - filename: airoboros-c34b-2.2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q3_K_S.gguf + files: + - filename: airoboros-c34b-2.2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q4_0.gguf + files: + - filename: airoboros-c34b-2.2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q4_K_M.gguf + files: + - filename: airoboros-c34b-2.2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q4_K_S.gguf + files: + - filename: airoboros-c34b-2.2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q5_0.gguf + files: + - filename: airoboros-c34b-2.2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q5_K_M.gguf + files: + - filename: airoboros-c34b-2.2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q5_K_S.gguf + files: + - filename: airoboros-c34b-2.2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q6_K.gguf + files: + - filename: airoboros-c34b-2.2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-2.2.1-gguf__airoboros-c34b-2.2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-2.2.1.Q8_0.gguf + files: + - filename: airoboros-c34b-2.2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-c34b-2.2.1-GGUF/resolve/main/airoboros-c34b-2.2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q2_K.gguf + files: + - filename: airoboros-c34b-3.1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q3_K_L.gguf + files: + - filename: airoboros-c34b-3.1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q3_K_M.gguf + files: + - filename: airoboros-c34b-3.1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q3_K_S.gguf + files: + - filename: airoboros-c34b-3.1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q4_0.gguf + files: + - filename: airoboros-c34b-3.1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q4_K_M.gguf + files: + - filename: airoboros-c34b-3.1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q4_K_S.gguf + files: + - filename: airoboros-c34b-3.1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q5_0.gguf + files: + - filename: airoboros-c34b-3.1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q5_K_M.gguf + files: + - filename: airoboros-c34b-3.1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q5_K_S.gguf + files: + - filename: airoboros-c34b-3.1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q6_K.gguf + files: + - filename: airoboros-c34b-3.1.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-c34b-3.1.2-gguf__airoboros-c34b-3.1.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-c34b-3.1.2.Q8_0.gguf + files: + - filename: airoboros-c34b-3.1.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-c34B-3.1.2-GGUF/resolve/main/airoboros-c34b-3.1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin + files: + - filename: airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q2_K.gguf + files: + - filename: airoboros-l2-13b-2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q4_0.gguf + files: + - filename: airoboros-l2-13b-2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q5_0.gguf + files: + - filename: airoboros-l2-13b-2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q6_K.gguf + files: + - filename: airoboros-l2-13b-2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.1-gguf__airoboros-l2-13b-2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1.Q8_0.gguf + files: + - filename: airoboros-l2-13b-2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGUF/resolve/main/airoboros-l2-13b-2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q2_K.gguf + files: + - filename: airoboros-l2-13b-2.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-2.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q4_0.gguf + files: + - filename: airoboros-l2-13b-2.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q5_0.gguf + files: + - filename: airoboros-l2-13b-2.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q6_K.gguf + files: + - filename: airoboros-l2-13b-2.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2-gguf__airoboros-l2-13b-2.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.Q8_0.gguf + files: + - filename: airoboros-l2-13b-2.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.2-GGUF/resolve/main/airoboros-l2-13b-2.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q2_K.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q4_0.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q5_0.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q6_K.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2.2.1-gguf__airoboros-l2-13b-2.2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.2.1.Q8_0.gguf + files: + - filename: airoboros-l2-13b-2.2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-2.2.1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q2_K.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q4_0.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q5_0.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q6_K.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-2_1-yarn-64k-gguf__airoboros-l2-13b-2.1-yarn-64k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-2.1-yarn-64k.Q8_0.gguf + files: + - filename: airoboros-l2-13b-2.1-yarn-64k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2_1-YaRN-64K-GGUF/resolve/main/airoboros-l2-13b-2.1-yarn-64k.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q2_K.gguf + files: + - filename: airoboros-l2-13b-3.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-3.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-3.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-3.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q4_0.gguf + files: + - filename: airoboros-l2-13b-3.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-3.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-3.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q5_0.gguf + files: + - filename: airoboros-l2-13b-3.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-3.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-3.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q6_K.gguf + files: + - filename: airoboros-l2-13b-3.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.0-gguf__airoboros-l2-13b-3.0.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.0.Q8_0.gguf + files: + - filename: airoboros-l2-13b-3.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.0-GGUF/resolve/main/airoboros-l2-13b-3.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q2_K.gguf + files: + - filename: airoboros-l2-13b-3.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-3.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q4_0.gguf + files: + - filename: airoboros-l2-13b-3.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q5_0.gguf + files: + - filename: airoboros-l2-13b-3.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q6_K.gguf + files: + - filename: airoboros-l2-13b-3.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1-gguf__airoboros-l2-13b-3.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.Q8_0.gguf + files: + - filename: airoboros-l2-13b-3.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-3.1-GGUF/resolve/main/airoboros-l2-13b-3.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q2_K.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q4_0.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q5_0.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q6_K.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-3.1.1-gguf__airoboros-l2-13b-3.1.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-3.1.1.Q8_0.gguf + files: + - filename: airoboros-l2-13b-3.1.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-3.1.1-GGUF/resolve/main/airoboros-l2-13b-3.1.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q2_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q4_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q5_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q6_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-1.4.1-gguf__airoboros-l2-13b-gpt4-1.4.1.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-1.4.1.Q8_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-1.4.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-13b-gpt4-1.4.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q2_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q4_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q5_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q6_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-2.0-gguf__airoboros-l2-13b-gpt4-2.0.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-2.0.Q8_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-2.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-2.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q2_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q4_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q5_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q6_K.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-13b-gpt4-m2.0-gguf__airoboros-l2-13b-gpt4-m2.0.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-13b-gpt4-m2.0.Q8_0.gguf + files: + - filename: airoboros-l2-13b-gpt4-m2.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-13b-gpt4-m2.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin + files: + - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q2_K.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q4_0.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q5_0.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-creative-gguf__airoboros-l2-70b-2.1-creative.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1-creative.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1-creative.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGUF/resolve/main/airoboros-l2-70b-2.1-creative.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin + files: + - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q2_K.gguf + files: + - filename: airoboros-l2-70b-2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q4_0.gguf + files: + - filename: airoboros-l2-70b-2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q5_0.gguf + files: + - filename: airoboros-l2-70b-2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.1-gguf__airoboros-l2-70b-2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGUF/resolve/main/airoboros-l2-70b-2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q2_K.gguf + files: + - filename: airoboros-l2-70b-2.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-2.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q4_0.gguf + files: + - filename: airoboros-l2-70b-2.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q5_0.gguf + files: + - filename: airoboros-l2-70b-2.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2-gguf__airoboros-l2-70b-2.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2-GGUF/resolve/main/airoboros-l2-70b-2.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q2_K.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q5_0.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-2.2.1-gguf__airoboros-l2-70b-2.2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-2.2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-2.2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70b-2.2.1-GGUF/resolve/main/airoboros-l2-70b-2.2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q2_K.gguf + files: + - filename: airoboros-l2-70b-3.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-3.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q4_0.gguf + files: + - filename: airoboros-l2-70b-3.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q5_0.gguf + files: + - filename: airoboros-l2-70b-3.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1-gguf__airoboros-l2-70b-3.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1-GGUF/resolve/main/airoboros-l2-70b-3.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q2_K.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q4_0.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q5_0.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-3.1.2-gguf__airoboros-l2-70b-3.1.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-3.1.2.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-3.1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-3.1.2-GGUF/resolve/main/airoboros-l2-70b-3.1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q2_K.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q4_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q5_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-1.4.1-gguf__airoboros-l2-70b-gpt4-1.4.1.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-1.4.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-1.4.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-70b-gpt4-1.4.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q2_K.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q4_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q5_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-2.0-gguf__airoboros-l2-70b-gpt4-2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q2_K.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q4_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q5_0.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-70b-gpt4-m2.0-gguf__airoboros-l2-70b-gpt4-m2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-70b-gpt4-m2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-70b-gpt4-m2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGUF/resolve/main/airoboros-l2-70b-gpt4-m2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin + files: + - filename: airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q2_K.gguf + files: + - filename: airoboros-l2-7b-2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-7b-2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-7b-2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-7b-2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q4_0.gguf + files: + - filename: airoboros-l2-7b-2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-7b-2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-7b-2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q5_0.gguf + files: + - filename: airoboros-l2-7b-2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-7b-2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-7b-2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q6_K.gguf + files: + - filename: airoboros-l2-7b-2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.1-gguf__airoboros-l2-7b-2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.1.Q8_0.gguf + files: + - filename: airoboros-l2-7b-2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGUF/resolve/main/airoboros-l2-7b-2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q2_K.gguf + files: + - filename: airoboros-l2-7b-2.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q3_K_L.gguf + files: + - filename: airoboros-l2-7b-2.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q3_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q3_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q4_0.gguf + files: + - filename: airoboros-l2-7b-2.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q4_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q4_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q5_0.gguf + files: + - filename: airoboros-l2-7b-2.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q5_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q5_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q6_K.gguf + files: + - filename: airoboros-l2-7b-2.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2-gguf__airoboros-l2-7b-2.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.Q8_0.gguf + files: + - filename: airoboros-l2-7b-2.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.2-GGUF/resolve/main/airoboros-l2-7b-2.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q2_K.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q4_0.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q5_0.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q6_K.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-2.2.1-gguf__airoboros-l2-7b-2.2.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-2.2.1.Q8_0.gguf + files: + - filename: airoboros-l2-7b-2.2.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-2.2.1-GGUF/resolve/main/airoboros-l2-7b-2.2.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q2_K.gguf + files: + - filename: airoboros-l2-7b-3.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-7b-3.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-7b-3.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-7b-3.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q4_0.gguf + files: + - filename: airoboros-l2-7b-3.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-7b-3.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-7b-3.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q5_0.gguf + files: + - filename: airoboros-l2-7b-3.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-7b-3.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-7b-3.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q6_K.gguf + files: + - filename: airoboros-l2-7b-3.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-3.0-gguf__airoboros-l2-7b-3.0.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-3.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-3.0.Q8_0.gguf + files: + - filename: airoboros-l2-7b-3.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-3.0-GGUF/resolve/main/airoboros-l2-7b-3.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q2_K.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q3_K_L.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q3_K_M.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q3_K_S.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q4_0.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q4_K_M.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q4_K_S.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q5_0.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q5_K_M.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q5_K_S.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q6_K.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-1.4.1-gguf__airoboros-l2-7b-gpt4-1.4.1.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-1.4.1.Q8_0.gguf + files: + - filename: airoboros-l2-7b-gpt4-1.4.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGUF/resolve/main/airoboros-l2-7b-gpt4-1.4.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q2_K.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q4_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q5_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q6_K.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-2.0-gguf__airoboros-l2-7b-gpt4-2.0.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-2.0.Q8_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-2.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-2.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + files: + - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q2_K.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q3_K_L.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q3_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q3_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q4_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q4_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q4_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q5_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q5_K_M.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q5_K_S.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q6_K.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-l2-7b-gpt4-m2.0-gguf__airoboros-l2-7b-gpt4-m2.0.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF + tags: + - transformers + - llama + - dataset:jondurbin/airoboros-gpt4-m2.0 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-l2-7B-gpt4-m2.0.Q8_0.gguf + files: + - filename: airoboros-l2-7B-gpt4-m2.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGUF/resolve/main/airoboros-l2-7B-gpt4-m2.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q2_K.gguf + files: + - filename: airoboros-m-7b-3.0.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q3_K_L.gguf + files: + - filename: airoboros-m-7b-3.0.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q3_K_M.gguf + files: + - filename: airoboros-m-7b-3.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q3_K_S.gguf + files: + - filename: airoboros-m-7b-3.0.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q4_0.gguf + files: + - filename: airoboros-m-7b-3.0.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q4_K_M.gguf + files: + - filename: airoboros-m-7b-3.0.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q4_K_S.gguf + files: + - filename: airoboros-m-7b-3.0.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q5_0.gguf + files: + - filename: airoboros-m-7b-3.0.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q5_K_M.gguf + files: + - filename: airoboros-m-7b-3.0.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q5_K_S.gguf + files: + - filename: airoboros-m-7b-3.0.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q6_K.gguf + files: + - filename: airoboros-m-7b-3.0.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.0-gguf__airoboros-m-7b-3.0.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.0 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.0.Q8_0.gguf + files: + - filename: airoboros-m-7b-3.0.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-m-7B-3.0-GGUF/resolve/main/airoboros-m-7b-3.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q2_K.gguf + files: + - filename: airoboros-m-7b-3.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q3_K_L.gguf + files: + - filename: airoboros-m-7b-3.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q3_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q3_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q4_0.gguf + files: + - filename: airoboros-m-7b-3.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q4_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q4_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q5_0.gguf + files: + - filename: airoboros-m-7b-3.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q5_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q5_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q6_K.gguf + files: + - filename: airoboros-m-7b-3.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1-gguf__airoboros-m-7b-3.1.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.Q8_0.gguf + files: + - filename: airoboros-m-7b-3.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1-GGUF/resolve/main/airoboros-m-7b-3.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q2_K.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q3_K_L.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q3_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q3_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q4_0.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q4_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q4_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q5_0.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q5_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q5_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q6_K.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.1-gguf__airoboros-m-7b-3.1.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.1.Q8_0.gguf + files: + - filename: airoboros-m-7b-3.1.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.1-GGUF/resolve/main/airoboros-m-7b-3.1.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q2_K.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q3_K_L.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q3_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q3_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q4_0.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q4_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q4_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q5_0.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q5_K_M.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q5_K_S.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q6_K.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-m-7b-3.1.2-gguf__airoboros-m-7b-3.1.2.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF + tags: + - transformers + - mistral + - dataset:jondurbin/airoboros-3.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-m-7b-3.1.2.Q8_0.gguf + files: + - filename: airoboros-m-7b-3.1.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airoboros-M-7B-3.1.2-GGUF/resolve/main/airoboros-m-7b-3.1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q2_K.gguf + files: + - filename: airoboros-mistral2.2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q3_K_L.gguf + files: + - filename: airoboros-mistral2.2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q3_K_M.gguf + files: + - filename: airoboros-mistral2.2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q3_K_S.gguf + files: + - filename: airoboros-mistral2.2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q4_0.gguf + files: + - filename: airoboros-mistral2.2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q4_K_M.gguf + files: + - filename: airoboros-mistral2.2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q4_K_S.gguf + files: + - filename: airoboros-mistral2.2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q5_0.gguf + files: + - filename: airoboros-mistral2.2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q5_K_M.gguf + files: + - filename: airoboros-mistral2.2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q5_K_S.gguf + files: + - filename: airoboros-mistral2.2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q6_K.gguf + files: + - filename: airoboros-mistral2.2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mistral2.2-7b-gguf__airoboros-mistral2.2-7b.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF + tags: + - transformers + - mistral + - llama-2 + - instruct + - finetune + - alpaca + - gpt4 + - synthetic data + - distillation + - en + - dataset:jondurbin/airoboros-2.2.1 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: airoboros-mistral2.2-7b.Q8_0.gguf + files: + - filename: airoboros-mistral2.2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mistral2.2-7B-GGUF/resolve/main/airoboros-mistral2.2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + files: + - filename: airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + files: + - filename: airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + files: + - filename: airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + files: + - filename: airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + tags: + - dataset:jondurbin/airoboros-gpt4-1.4 + - license:other + - region:us + overrides: + parameters: + model: airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + files: + - filename: airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q2_K.bin + files: + - filename: airochronos-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q3_K_L.bin + files: + - filename: airochronos-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q3_K_M.bin + files: + - filename: airochronos-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q3_K_S.bin + files: + - filename: airochronos-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q4_0.bin + files: + - filename: airochronos-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q4_1.bin + files: + - filename: airochronos-33b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q4_K_M.bin + files: + - filename: airochronos-33b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q4_K_S.bin + files: + - filename: airochronos-33b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q5_0.bin + files: + - filename: airochronos-33b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q5_1.bin + files: + - filename: airochronos-33b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q5_K_M.bin + files: + - filename: airochronos-33b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q5_K_S.bin + files: + - filename: airochronos-33b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q6_K.bin + files: + - filename: airochronos-33b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: airochronos-33b.ggmlv3.q8_0.bin + files: + - filename: airochronos-33b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q2_K.gguf + files: + - filename: airochronos-33b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q3_K_L.gguf + files: + - filename: airochronos-33b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q3_K_M.gguf + files: + - filename: airochronos-33b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q3_K_S.gguf + files: + - filename: airochronos-33b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q4_0.gguf + files: + - filename: airochronos-33b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q4_K_M.gguf + files: + - filename: airochronos-33b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q4_K_S.gguf + files: + - filename: airochronos-33b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q5_0.gguf + files: + - filename: airochronos-33b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q5_K_M.gguf + files: + - filename: airochronos-33b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q5_K_S.gguf + files: + - filename: airochronos-33b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q6_K.gguf + files: + - filename: airochronos-33b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-33b-gguf__airochronos-33b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/airochronos-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-33b.Q8_0.gguf + files: + - filename: airochronos-33b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/airochronos-33B-GGUF/resolve/main/airochronos-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q2_K.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q3_K_L.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q3_K_M.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q3_K_S.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q4_0.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q4_1.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q4_K_M.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q4_K_S.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q5_0.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q5_1.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q5_K_M.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q5_K_S.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q6_K.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.ggmlv3.q8_0.bin + files: + - filename: airochronos-l2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q2_K.gguf + files: + - filename: airochronos-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q3_K_L.gguf + files: + - filename: airochronos-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q3_K_M.gguf + files: + - filename: airochronos-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q3_K_S.gguf + files: + - filename: airochronos-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q4_0.gguf + files: + - filename: airochronos-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q4_K_M.gguf + files: + - filename: airochronos-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q4_K_S.gguf + files: + - filename: airochronos-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q5_0.gguf + files: + - filename: airochronos-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q5_K_M.gguf + files: + - filename: airochronos-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q5_K_S.gguf + files: + - filename: airochronos-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q6_K.gguf + files: + - filename: airochronos-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airochronos-l2-13b-gguf__airochronos-l2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airochronos-l2-13b.Q8_0.gguf + files: + - filename: airochronos-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGUF/resolve/main/airochronos-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + files: + - filename: airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q2_K.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q3_K_L.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q3_K_M.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q3_K_S.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q4_0.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q4_K_M.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q4_K_S.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q5_0.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q5_K_M.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q5_K_S.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q6_K.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__airolima-chronos-grad-l2-13b-gguf__airolima-chronos-grad-l2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: airolima-chronos-grad-l2-13b.Q8_0.gguf + files: + - filename: airolima-chronos-grad-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGUF/resolve/main/airolima-chronos-grad-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q2_K.gguf + files: + - filename: alma-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q3_K_L.gguf + files: + - filename: alma-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q3_K_M.gguf + files: + - filename: alma-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q3_K_S.gguf + files: + - filename: alma-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q4_0.gguf + files: + - filename: alma-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q4_K_M.gguf + files: + - filename: alma-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q4_K_S.gguf + files: + - filename: alma-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q5_0.gguf + files: + - filename: alma-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q5_K_M.gguf + files: + - filename: alma-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q5_K_S.gguf + files: + - filename: alma-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q6_K.gguf + files: + - filename: alma-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-gguf__alma-13b.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b.Q8_0.gguf + files: + - filename: alma-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-GGUF/resolve/main/alma-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q2_K.gguf + files: + - filename: alma-13b-pretrain.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q3_K_L.gguf + files: + - filename: alma-13b-pretrain.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q3_K_M.gguf + files: + - filename: alma-13b-pretrain.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q3_K_S.gguf + files: + - filename: alma-13b-pretrain.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q4_0.gguf + files: + - filename: alma-13b-pretrain.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q4_K_M.gguf + files: + - filename: alma-13b-pretrain.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q4_K_S.gguf + files: + - filename: alma-13b-pretrain.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q5_0.gguf + files: + - filename: alma-13b-pretrain.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q5_K_M.gguf + files: + - filename: alma-13b-pretrain.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q5_K_S.gguf + files: + - filename: alma-13b-pretrain.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q6_K.gguf + files: + - filename: alma-13b-pretrain.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-13b-pretrain-gguf__alma-13b-pretrain.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-13b-pretrain.Q8_0.gguf + files: + - filename: alma-13b-pretrain.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-13B-Pretrain-GGUF/resolve/main/alma-13b-pretrain.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q2_K.gguf + files: + - filename: alma-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q3_K_L.gguf + files: + - filename: alma-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q3_K_M.gguf + files: + - filename: alma-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q3_K_S.gguf + files: + - filename: alma-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q4_0.gguf + files: + - filename: alma-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q4_K_M.gguf + files: + - filename: alma-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q4_K_S.gguf + files: + - filename: alma-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q5_0.gguf + files: + - filename: alma-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q5_K_M.gguf + files: + - filename: alma-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q5_K_S.gguf + files: + - filename: alma-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q6_K.gguf + files: + - filename: alma-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-gguf__alma-7b.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b.Q8_0.gguf + files: + - filename: alma-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-GGUF/resolve/main/alma-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q2_K.gguf + files: + - filename: alma-7b-pretrain.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q3_K_L.gguf + files: + - filename: alma-7b-pretrain.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q3_K_M.gguf + files: + - filename: alma-7b-pretrain.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q3_K_S.gguf + files: + - filename: alma-7b-pretrain.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q4_0.gguf + files: + - filename: alma-7b-pretrain.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q4_K_M.gguf + files: + - filename: alma-7b-pretrain.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q4_K_S.gguf + files: + - filename: alma-7b-pretrain.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q5_0.gguf + files: + - filename: alma-7b-pretrain.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q5_K_M.gguf + files: + - filename: alma-7b-pretrain.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q5_K_S.gguf + files: + - filename: alma-7b-pretrain.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q6_K.gguf + files: + - filename: alma-7b-pretrain.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alma-7b-pretrain-gguf__alma-7b-pretrain.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF + tags: + - transformers + - llama + - arxiv:2309.11674 + - license:mit + - text-generation-inference + - region:us + overrides: + parameters: + model: alma-7b-pretrain.Q8_0.gguf + files: + - filename: alma-7b-pretrain.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ALMA-7B-Pretrain-GGUF/resolve/main/alma-7b-pretrain.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + tags: + - alpaca + - llama + - chat + - text2text-generation + - en + - dataset:yahma/alpaca-cleaned + - license:other + - region:us + overrides: + parameters: + model: Alpaca-Lora-30B.ggmlv3.q4_0.bin + files: + - filename: Alpaca-Lora-30B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + tags: + - alpaca + - llama + - chat + - text2text-generation + - en + - dataset:yahma/alpaca-cleaned + - license:other + - region:us + overrides: + parameters: + model: Alpaca-Lora-30B.ggmlv3.q4_1.bin + files: + - filename: Alpaca-Lora-30B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + tags: + - alpaca + - llama + - chat + - text2text-generation + - en + - dataset:yahma/alpaca-cleaned + - license:other + - region:us + overrides: + parameters: + model: Alpaca-Lora-30B.ggmlv3.q5_0.bin + files: + - filename: Alpaca-Lora-30B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + tags: + - alpaca + - llama + - chat + - text2text-generation + - en + - dataset:yahma/alpaca-cleaned + - license:other + - region:us + overrides: + parameters: + model: Alpaca-Lora-30B.ggmlv3.q5_1.bin + files: + - filename: Alpaca-Lora-30B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + tags: + - alpaca + - llama + - chat + - text2text-generation + - en + - dataset:yahma/alpaca-cleaned + - license:other + - region:us + overrides: + parameters: + model: Alpaca-Lora-30B.ggmlv3.q8_0.bin + files: + - filename: Alpaca-Lora-30B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q2_K.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q3_K_L.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q3_K_M.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q3_K_S.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q4_0.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q4_1.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q4_K_M.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q4_K_S.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q5_0.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q5_1.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q5_K_M.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: alpaca-lora-65B.ggmlv3.q5_K_S.bin + files: + - filename: alpaca-lora-65B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q2_K.bin + files: + - filename: alpacacielo-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q3_K_L.bin + files: + - filename: alpacacielo-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q3_K_M.bin + files: + - filename: alpacacielo-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q3_K_S.bin + files: + - filename: alpacacielo-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q4_0.bin + files: + - filename: alpacacielo-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q4_1.bin + files: + - filename: alpacacielo-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q4_K_M.bin + files: + - filename: alpacacielo-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q4_K_S.bin + files: + - filename: alpacacielo-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q5_0.bin + files: + - filename: alpacacielo-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q5_1.bin + files: + - filename: alpacacielo-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q5_K_M.bin + files: + - filename: alpacacielo-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q5_K_S.bin + files: + - filename: alpacacielo-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q6_K.bin + files: + - filename: alpacacielo-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.ggmlv3.q8_0.bin + files: + - filename: alpacacielo-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q2_K.gguf + files: + - filename: alpacacielo-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q3_K_L.gguf + files: + - filename: alpacacielo-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q3_K_M.gguf + files: + - filename: alpacacielo-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q3_K_S.gguf + files: + - filename: alpacacielo-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q4_0.gguf + files: + - filename: alpacacielo-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q4_K_M.gguf + files: + - filename: alpacacielo-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q4_K_S.gguf + files: + - filename: alpacacielo-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q5_0.gguf + files: + - filename: alpacacielo-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q5_K_M.gguf + files: + - filename: alpacacielo-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q5_K_S.gguf + files: + - filename: alpacacielo-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q6_K.gguf + files: + - filename: alpacacielo-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo-13b-gguf__alpacacielo-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo-13b.Q8_0.gguf + files: + - filename: alpacacielo-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGUF/resolve/main/alpacacielo-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q2_K.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q4_0.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q4_1.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q5_0.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q5_1.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q6_K.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.ggmlv3.q8_0.bin + files: + - filename: alpacacielo2-7b-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q2_K.gguf + files: + - filename: alpacacielo2-7b-8k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q3_K_L.gguf + files: + - filename: alpacacielo2-7b-8k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q3_K_M.gguf + files: + - filename: alpacacielo2-7b-8k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q3_K_S.gguf + files: + - filename: alpacacielo2-7b-8k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q4_0.gguf + files: + - filename: alpacacielo2-7b-8k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q4_K_M.gguf + files: + - filename: alpacacielo2-7b-8k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q4_K_S.gguf + files: + - filename: alpacacielo2-7b-8k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q5_0.gguf + files: + - filename: alpacacielo2-7b-8k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q5_K_M.gguf + files: + - filename: alpacacielo2-7b-8k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q5_K_S.gguf + files: + - filename: alpacacielo2-7b-8k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q6_K.gguf + files: + - filename: alpacacielo2-7b-8k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__alpacacielo2-7b-8k-gguf__alpacacielo2-7b-8k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: alpacacielo2-7b-8k.Q8_0.gguf + files: + - filename: alpacacielo2-7b-8k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGUF/resolve/main/alpacacielo2-7b-8k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q2_K.gguf + files: + - filename: amethyst-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q3_K_L.gguf + files: + - filename: amethyst-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q3_K_M.gguf + files: + - filename: amethyst-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q3_K_S.gguf + files: + - filename: amethyst-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q4_0.gguf + files: + - filename: amethyst-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q4_K_M.gguf + files: + - filename: amethyst-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q4_K_S.gguf + files: + - filename: amethyst-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q5_0.gguf + files: + - filename: amethyst-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q5_K_M.gguf + files: + - filename: amethyst-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q5_K_S.gguf + files: + - filename: amethyst-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q6_K.gguf + files: + - filename: amethyst-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-gguf__amethyst-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b.Q8_0.gguf + files: + - filename: amethyst-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-GGUF/resolve/main/amethyst-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q2_K.gguf + files: + - filename: amethyst-13b-mistral.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q3_K_L.gguf + files: + - filename: amethyst-13b-mistral.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q3_K_M.gguf + files: + - filename: amethyst-13b-mistral.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q3_K_S.gguf + files: + - filename: amethyst-13b-mistral.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q4_0.gguf + files: + - filename: amethyst-13b-mistral.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q4_K_M.gguf + files: + - filename: amethyst-13b-mistral.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q4_K_S.gguf + files: + - filename: amethyst-13b-mistral.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q5_0.gguf + files: + - filename: amethyst-13b-mistral.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q5_K_M.gguf + files: + - filename: amethyst-13b-mistral.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q5_K_S.gguf + files: + - filename: amethyst-13b-mistral.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q6_K.gguf + files: + - filename: amethyst-13b-mistral.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__amethyst-13b-mistral-gguf__amethyst-13b-mistral.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: amethyst-13b-mistral.Q8_0.gguf + files: + - filename: amethyst-13b-mistral.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Amethyst-13B-Mistral-GGUF/resolve/main/amethyst-13b-mistral.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q2_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q2_K.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q3_k_l.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q3_K_L.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q3_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q3_K_M.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q3_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q3_K_S.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q4_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q4_0.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q4_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q4_K_M.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q4_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q4_K_S.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q5_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q5_0.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q5_k_m.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q5_K_M.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q5_k_s.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q5_K_S.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q6_k.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q6_K.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__anima-phi-neptune-mistral-7b-gguf__anima-phi-neptune-mistral-7b.q8_0.gguf + license: mit + urls: + - https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF + tags: + - adapter-transformers + - chemistry + - biology + - climate + - science + - philosophy + - nature + - ecology + - biomimicry + - fauna + - flora + - dataset:Severian/Biomimicry + - dataset:emrgnt-cmplxty/sciphi-textbooks-are-all-you-need + - dataset:fmars/wiki_stem + - dataset:fblgit/tree-of-knowledge + - dataset:Severian/Bio-Design-Process + - license:mit + - region:us + overrides: + parameters: + model: anima-phi-neptune-mistral-7b.Q8_0.gguf + files: + - filename: anima-phi-neptune-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ANIMA-Phi-Neptune-Mistral-7B-GGUF/resolve/main/anima-phi-neptune-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q2_K.gguf + files: + - filename: applesauce-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q3_K_L.gguf + files: + - filename: applesauce-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q3_K_M.gguf + files: + - filename: applesauce-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q3_K_S.gguf + files: + - filename: applesauce-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q4_0.gguf + files: + - filename: applesauce-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q4_K_M.gguf + files: + - filename: applesauce-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q4_K_S.gguf + files: + - filename: applesauce-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q5_0.gguf + files: + - filename: applesauce-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q5_K_M.gguf + files: + - filename: applesauce-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q5_K_S.gguf + files: + - filename: applesauce-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q6_K.gguf + files: + - filename: applesauce-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__applesauce-l2-13b-gguf__applesauce-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: applesauce-l2-13b.Q8_0.gguf + files: + - filename: applesauce-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AppleSauce-L2-13B-GGUF/resolve/main/applesauce-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q2_K.gguf + files: + - filename: aquilachat2-34b-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q3_K_L.gguf + files: + - filename: aquilachat2-34b-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q3_K_M.gguf + files: + - filename: aquilachat2-34b-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q3_K_S.gguf + files: + - filename: aquilachat2-34b-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q4_0.gguf + files: + - filename: aquilachat2-34b-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q4_K_M.gguf + files: + - filename: aquilachat2-34b-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q4_K_S.gguf + files: + - filename: aquilachat2-34b-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q5_0.gguf + files: + - filename: aquilachat2-34b-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q5_K_M.gguf + files: + - filename: aquilachat2-34b-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q5_K_S.gguf + files: + - filename: aquilachat2-34b-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q6_K.gguf + files: + - filename: aquilachat2-34b-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-16k-gguf__aquilachat2-34b-16k.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b-16k.Q8_0.gguf + files: + - filename: aquilachat2-34b-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-16K-GGUF/resolve/main/aquilachat2-34b-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q2_K.gguf + files: + - filename: aquilachat2-34b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q3_K_L.gguf + files: + - filename: aquilachat2-34b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q3_K_M.gguf + files: + - filename: aquilachat2-34b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q3_K_S.gguf + files: + - filename: aquilachat2-34b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q4_0.gguf + files: + - filename: aquilachat2-34b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q4_K_M.gguf + files: + - filename: aquilachat2-34b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q4_K_S.gguf + files: + - filename: aquilachat2-34b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q5_0.gguf + files: + - filename: aquilachat2-34b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q5_K_M.gguf + files: + - filename: aquilachat2-34b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q5_K_S.gguf + files: + - filename: aquilachat2-34b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q6_K.gguf + files: + - filename: aquilachat2-34b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aquilachat2-34b-gguf__aquilachat2-34b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF + tags: + - transformers + - aquila + - license:other + - region:us + overrides: + parameters: + model: aquilachat2-34b.Q8_0.gguf + files: + - filename: aquilachat2-34b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AquilaChat2-34B-GGUF/resolve/main/aquilachat2-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q2_K.gguf + files: + - filename: aria-70b-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q3_K_L.gguf + files: + - filename: aria-70b-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q3_K_M.gguf + files: + - filename: aria-70b-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q3_K_S.gguf + files: + - filename: aria-70b-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q4_0.gguf + files: + - filename: aria-70b-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q4_K_M.gguf + files: + - filename: aria-70b-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q4_K_S.gguf + files: + - filename: aria-70b-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q5_0.gguf + files: + - filename: aria-70b-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q5_K_M.gguf + files: + - filename: aria-70b-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__aria-70b-v2-gguf__aria-70b-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF + tags: + - transformers + - llama + - code + - text-generation-inference + - 'Meta ' + - facebook + - pytorch + - openassistant + - data + - education + - languages + - text-generation + - fr + - en + - arxiv:2307.09288 + - license:llama2 + - region:us + overrides: + parameters: + model: aria-70b-v2.Q5_K_S.gguf + files: + - filename: aria-70b-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ARIA-70B-V2-GGUF/resolve/main/aria-70b-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q2_K.gguf + files: + - filename: arithmo-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q3_K_L.gguf + files: + - filename: arithmo-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q3_K_M.gguf + files: + - filename: arithmo-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q3_K_S.gguf + files: + - filename: arithmo-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q4_0.gguf + files: + - filename: arithmo-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q4_K_M.gguf + files: + - filename: arithmo-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q4_K_S.gguf + files: + - filename: arithmo-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q5_0.gguf + files: + - filename: arithmo-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q5_K_M.gguf + files: + - filename: arithmo-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q5_K_S.gguf + files: + - filename: arithmo-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q6_K.gguf + files: + - filename: arithmo-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__arithmo-mistral-7b-gguf__arithmo-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF + tags: + - transformers + - mistral + - Mathematical Reasoning + - en + - dataset:akjindal53244/Arithmo-Data + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: arithmo-mistral-7b.Q8_0.gguf + files: + - filename: arithmo-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Arithmo-Mistral-7B-GGUF/resolve/main/arithmo-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q2_K.bin + files: + - filename: asclepius-13b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q3_K_L.bin + files: + - filename: asclepius-13b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q3_K_M.bin + files: + - filename: asclepius-13b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q3_K_S.bin + files: + - filename: asclepius-13b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q4_0.bin + files: + - filename: asclepius-13b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q4_1.bin + files: + - filename: asclepius-13b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q4_K_M.bin + files: + - filename: asclepius-13b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q4_K_S.bin + files: + - filename: asclepius-13b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q5_0.bin + files: + - filename: asclepius-13b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q5_1.bin + files: + - filename: asclepius-13b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q5_K_M.bin + files: + - filename: asclepius-13b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q5_K_S.bin + files: + - filename: asclepius-13b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q6_K.bin + files: + - filename: asclepius-13b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGML + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.ggmlv3.Q8_0.bin + files: + - filename: asclepius-13b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q2_K.gguf + files: + - filename: asclepius-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q3_K_L.gguf + files: + - filename: asclepius-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q3_K_M.gguf + files: + - filename: asclepius-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q3_K_S.gguf + files: + - filename: asclepius-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q4_0.gguf + files: + - filename: asclepius-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q4_K_M.gguf + files: + - filename: asclepius-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q4_K_S.gguf + files: + - filename: asclepius-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q5_0.gguf + files: + - filename: asclepius-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q5_K_M.gguf + files: + - filename: asclepius-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q5_K_S.gguf + files: + - filename: asclepius-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q6_K.gguf + files: + - filename: asclepius-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__asclepius-13b-gguf__asclepius-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Asclepius-13B-GGUF + tags: + - transformers + - llama + - medical + - text2text-generation + - en + - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: asclepius-13b.Q8_0.gguf + files: + - filename: asclepius-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Asclepius-13B-GGUF/resolve/main/asclepius-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q2_K.gguf + files: + - filename: ashhlimarp-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q3_K_L.gguf + files: + - filename: ashhlimarp-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q3_K_M.gguf + files: + - filename: ashhlimarp-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q3_K_S.gguf + files: + - filename: ashhlimarp-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q4_0.gguf + files: + - filename: ashhlimarp-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q4_K_M.gguf + files: + - filename: ashhlimarp-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q4_K_S.gguf + files: + - filename: ashhlimarp-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q5_0.gguf + files: + - filename: ashhlimarp-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q5_K_M.gguf + files: + - filename: ashhlimarp-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q5_K_S.gguf + files: + - filename: ashhlimarp-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q6_K.gguf + files: + - filename: ashhlimarp-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__ashhlimarp-mistral-7b-gguf__ashhlimarp-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: ashhlimarp-mistral-7b.Q8_0.gguf + files: + - filename: ashhlimarp-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/AshhLimaRP-Mistral-7B-GGUF/resolve/main/ashhlimarp-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q2_K.bin + files: + - filename: athena-v1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q3_K_L.bin + files: + - filename: athena-v1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q3_K_M.bin + files: + - filename: athena-v1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q3_K_S.bin + files: + - filename: athena-v1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q4_0.bin + files: + - filename: athena-v1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q4_1.bin + files: + - filename: athena-v1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q4_K_M.bin + files: + - filename: athena-v1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q4_K_S.bin + files: + - filename: athena-v1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q5_0.bin + files: + - filename: athena-v1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q5_1.bin + files: + - filename: athena-v1.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q5_K_M.bin + files: + - filename: athena-v1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q5_K_S.bin + files: + - filename: athena-v1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q6_K.bin + files: + - filename: athena-v1.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.ggmlv3.Q8_0.bin + files: + - filename: athena-v1.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q2_K.gguf + files: + - filename: athena-v1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q3_K_L.gguf + files: + - filename: athena-v1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q3_K_M.gguf + files: + - filename: athena-v1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q3_K_S.gguf + files: + - filename: athena-v1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q4_0.gguf + files: + - filename: athena-v1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q4_K_M.gguf + files: + - filename: athena-v1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q4_K_S.gguf + files: + - filename: athena-v1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q5_0.gguf + files: + - filename: athena-v1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q5_K_M.gguf + files: + - filename: athena-v1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q5_K_S.gguf + files: + - filename: athena-v1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q6_K.gguf + files: + - filename: athena-v1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v1-gguf__athena-v1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Athena-v1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v1.Q8_0.gguf + files: + - filename: athena-v1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v1-GGUF/resolve/main/athena-v1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q2_K.gguf + files: + - filename: athena-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q3_K_L.gguf + files: + - filename: athena-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q3_K_M.gguf + files: + - filename: athena-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q3_K_S.gguf + files: + - filename: athena-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q4_0.gguf + files: + - filename: athena-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q4_K_M.gguf + files: + - filename: athena-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q4_K_S.gguf + files: + - filename: athena-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q5_0.gguf + files: + - filename: athena-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q5_K_M.gguf + files: + - filename: athena-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q5_K_S.gguf + files: + - filename: athena-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q6_K.gguf + files: + - filename: athena-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v2-gguf__athena-v2.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v2.Q8_0.gguf + files: + - filename: athena-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v2-GGUF/resolve/main/athena-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q2_K.gguf + files: + - filename: athena-v3.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q3_K_L.gguf + files: + - filename: athena-v3.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q3_K_M.gguf + files: + - filename: athena-v3.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q3_K_S.gguf + files: + - filename: athena-v3.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q4_0.gguf + files: + - filename: athena-v3.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q4_K_M.gguf + files: + - filename: athena-v3.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q4_K_S.gguf + files: + - filename: athena-v3.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q5_0.gguf + files: + - filename: athena-v3.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q5_K_M.gguf + files: + - filename: athena-v3.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q5_K_S.gguf + files: + - filename: athena-v3.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q6_K.gguf + files: + - filename: athena-v3.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v3-gguf__athena-v3.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v3.Q8_0.gguf + files: + - filename: athena-v3.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v3-GGUF/resolve/main/athena-v3.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q2_K.gguf + files: + - filename: athena-v4.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q3_K_L.gguf + files: + - filename: athena-v4.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q3_K_M.gguf + files: + - filename: athena-v4.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q3_K_S.gguf + files: + - filename: athena-v4.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q4_0.gguf + files: + - filename: athena-v4.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q4_K_M.gguf + files: + - filename: athena-v4.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q4_K_S.gguf + files: + - filename: athena-v4.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q5_0.gguf + files: + - filename: athena-v4.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q5_K_M.gguf + files: + - filename: athena-v4.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q5_K_S.gguf + files: + - filename: athena-v4.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q6_K.gguf + files: + - filename: athena-v4.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athena-v4-gguf__athena-v4.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athena-v4-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athena-v4.Q8_0.gguf + files: + - filename: athena-v4.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athena-v4-GGUF/resolve/main/athena-v4.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q2_K.gguf + files: + - filename: athnete-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q3_K_L.gguf + files: + - filename: athnete-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q3_K_M.gguf + files: + - filename: athnete-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q3_K_S.gguf + files: + - filename: athnete-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q4_0.gguf + files: + - filename: athnete-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q4_K_M.gguf + files: + - filename: athnete-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q4_K_S.gguf + files: + - filename: athnete-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q5_0.gguf + files: + - filename: athnete-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q5_K_M.gguf + files: + - filename: athnete-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q5_K_S.gguf + files: + - filename: athnete-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q6_K.gguf + files: + - filename: athnete-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__athnete-13b-gguf__athnete-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Athnete-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: athnete-13b.Q8_0.gguf + files: + - filename: athnete-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Athnete-13B-GGUF/resolve/main/athnete-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q2_K.gguf + files: + - filename: augmental-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q3_K_L.gguf + files: + - filename: augmental-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q3_K_M.gguf + files: + - filename: augmental-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q3_K_S.gguf + files: + - filename: augmental-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q4_0.gguf + files: + - filename: augmental-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q4_K_M.gguf + files: + - filename: augmental-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q4_K_S.gguf + files: + - filename: augmental-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q5_0.gguf + files: + - filename: augmental-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q5_K_M.gguf + files: + - filename: augmental-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q5_K_S.gguf + files: + - filename: augmental-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q6_K.gguf + files: + - filename: augmental-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-gguf__augmental-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b.Q8_0.gguf + files: + - filename: augmental-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-GGUF/resolve/main/augmental-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q2_K.gguf + files: + - filename: augmental-13b-v1.50_a.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q3_K_L.gguf + files: + - filename: augmental-13b-v1.50_a.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q3_K_M.gguf + files: + - filename: augmental-13b-v1.50_a.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q3_K_S.gguf + files: + - filename: augmental-13b-v1.50_a.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q4_0.gguf + files: + - filename: augmental-13b-v1.50_a.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q4_K_M.gguf + files: + - filename: augmental-13b-v1.50_a.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q4_K_S.gguf + files: + - filename: augmental-13b-v1.50_a.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q5_0.gguf + files: + - filename: augmental-13b-v1.50_a.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q5_K_M.gguf + files: + - filename: augmental-13b-v1.50_a.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q5_K_S.gguf + files: + - filename: augmental-13b-v1.50_a.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q6_K.gguf + files: + - filename: augmental-13b-v1.50_a.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_a-gguf__augmental-13b-v1.50_a.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_a.Q8_0.gguf + files: + - filename: augmental-13b-v1.50_a.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_A-GGUF/resolve/main/augmental-13b-v1.50_a.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q2_K.gguf + files: + - filename: augmental-13b-v1.50_b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q3_K_L.gguf + files: + - filename: augmental-13b-v1.50_b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q3_K_M.gguf + files: + - filename: augmental-13b-v1.50_b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q3_K_S.gguf + files: + - filename: augmental-13b-v1.50_b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q4_0.gguf + files: + - filename: augmental-13b-v1.50_b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q4_K_M.gguf + files: + - filename: augmental-13b-v1.50_b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q4_K_S.gguf + files: + - filename: augmental-13b-v1.50_b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q5_0.gguf + files: + - filename: augmental-13b-v1.50_b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q5_K_M.gguf + files: + - filename: augmental-13b-v1.50_b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q5_K_S.gguf + files: + - filename: augmental-13b-v1.50_b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q6_K.gguf + files: + - filename: augmental-13b-v1.50_b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__augmental-13b-v1.50_b-gguf__augmental-13b-v1.50_b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: augmental-13b-v1.50_b.Q8_0.gguf + files: + - filename: augmental-13b-v1.50_b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Augmental-13B-v1.50_B-GGUF/resolve/main/augmental-13b-v1.50_b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q2_K.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q3_K_L.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q3_K_M.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q3_K_S.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q4_0.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q4_1.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q4_K_M.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q4_K_S.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q5_0.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q5_1.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q5_K_M.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q5_K_S.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q6_K.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + tags: + - text-generation + - zh + - en + - arxiv:1910.07467 + - arxiv:2009.03300 + - license:other + - region:us + overrides: + parameters: + model: baichuan-llama-7b.ggmlv3.q8_0.bin + files: + - filename: baichuan-llama-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q2_K.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q3_K_L.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q3_K_M.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q3_K_S.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q4_0.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q4_1.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q4_K_M.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q4_K_S.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q5_0.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q5_1.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q5_K_M.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q5_K_S.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q6_K.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + tags: + - arxiv:2306.04751 + - license:other + - region:us + overrides: + parameters: + model: baichuan-vicuna-7b.ggmlv3.q8_0.bin + files: + - filename: baichuan-vicuna-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + tags: + - arxiv:2304.01196 + - license:other + - region:us + overrides: + parameters: + model: baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q2_K.gguf + files: + - filename: barcenas-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q3_K_L.gguf + files: + - filename: barcenas-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q3_K_M.gguf + files: + - filename: barcenas-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q3_K_S.gguf + files: + - filename: barcenas-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q4_0.gguf + files: + - filename: barcenas-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q4_K_M.gguf + files: + - filename: barcenas-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q4_K_S.gguf + files: + - filename: barcenas-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q5_0.gguf + files: + - filename: barcenas-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q5_K_M.gguf + files: + - filename: barcenas-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q5_K_S.gguf + files: + - filename: barcenas-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q6_K.gguf + files: + - filename: barcenas-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__barcenas-mistral-7b-gguf__barcenas-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - es + - dataset:Danielbrdz/Barcenas-lmsys-Dataset + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: barcenas-mistral-7b.Q8_0.gguf + files: + - filename: barcenas-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Barcenas-Mistral-7B-GGUF/resolve/main/barcenas-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q2_K.bin + files: + - filename: based-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q3_K_L.bin + files: + - filename: based-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q3_K_M.bin + files: + - filename: based-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q3_K_S.bin + files: + - filename: based-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q4_0.bin + files: + - filename: based-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q4_1.bin + files: + - filename: based-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q4_K_M.bin + files: + - filename: based-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q4_K_S.bin + files: + - filename: based-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q5_0.bin + files: + - filename: based-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q5_1.bin + files: + - filename: based-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q5_K_M.bin + files: + - filename: based-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q5_K_S.bin + files: + - filename: based-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q6_K.bin + files: + - filename: based-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-ggml__based-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-13b.ggmlv3.q8_0.bin + files: + - filename: based-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q2_K.gguf + files: + - filename: based-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q3_K_L.gguf + files: + - filename: based-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q3_K_M.gguf + files: + - filename: based-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q3_K_S.gguf + files: + - filename: based-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q4_0.gguf + files: + - filename: based-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q4_K_M.gguf + files: + - filename: based-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q4_K_S.gguf + files: + - filename: based-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q5_0.gguf + files: + - filename: based-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q5_K_M.gguf + files: + - filename: based-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q5_K_S.gguf + files: + - filename: based-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q6_K.gguf + files: + - filename: based-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-13b-gguf__based-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-13b-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-13b.Q8_0.gguf + files: + - filename: based-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-13b-GGUF/resolve/main/based-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q2_K.bin + files: + - filename: based-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q3_K_L.bin + files: + - filename: based-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q3_K_M.bin + files: + - filename: based-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q3_K_S.bin + files: + - filename: based-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q4_0.bin + files: + - filename: based-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q4_1.bin + files: + - filename: based-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q4_K_M.bin + files: + - filename: based-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q4_K_S.bin + files: + - filename: based-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q5_0.bin + files: + - filename: based-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q5_1.bin + files: + - filename: based-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q5_K_M.bin + files: + - filename: based-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q5_K_S.bin + files: + - filename: based-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q6_K.bin + files: + - filename: based-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-ggml__based-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-30b.ggmlv3.q8_0.bin + files: + - filename: based-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q2_K.gguf + files: + - filename: based-30b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q3_K_L.gguf + files: + - filename: based-30b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q3_K_M.gguf + files: + - filename: based-30b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q3_K_S.gguf + files: + - filename: based-30b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q4_0.gguf + files: + - filename: based-30b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q4_K_M.gguf + files: + - filename: based-30b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q4_K_S.gguf + files: + - filename: based-30b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q5_0.gguf + files: + - filename: based-30b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q5_K_M.gguf + files: + - filename: based-30b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q5_K_S.gguf + files: + - filename: based-30b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q6_K.gguf + files: + - filename: based-30b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-30b-gguf__based-30b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-30B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-30b.Q8_0.gguf + files: + - filename: based-30b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-30B-GGUF/resolve/main/based-30b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q2_K.bin + files: + - filename: based-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q3_K_L.bin + files: + - filename: based-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q3_K_M.bin + files: + - filename: based-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q3_K_S.bin + files: + - filename: based-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7B.ggmlv3.q4_0.bin + files: + - filename: based-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7B.ggmlv3.q4_1.bin + files: + - filename: based-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q4_K_M.bin + files: + - filename: based-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q4_K_S.bin + files: + - filename: based-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7B.ggmlv3.q5_0.bin + files: + - filename: based-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7B.ggmlv3.q5_1.bin + files: + - filename: based-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q5_K_M.bin + files: + - filename: based-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q5_K_S.bin + files: + - filename: based-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7b.ggmlv3.q6_K.bin + files: + - filename: based-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-ggml__based-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: based-7B.ggmlv3.q8_0.bin + files: + - filename: based-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q2_K.gguf + files: + - filename: based-7B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q3_K_L.gguf + files: + - filename: based-7B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q3_K_M.gguf + files: + - filename: based-7B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q3_K_S.gguf + files: + - filename: based-7B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q4_0.gguf + files: + - filename: based-7B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q4_K_M.gguf + files: + - filename: based-7B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q4_K_S.gguf + files: + - filename: based-7B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q5_0.gguf + files: + - filename: based-7B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q5_K_M.gguf + files: + - filename: based-7B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q5_K_S.gguf + files: + - filename: based-7B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q6_K.gguf + files: + - filename: based-7B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__based-7b-gguf__based-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/based-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/based + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: based-7B.Q8_0.gguf + files: + - filename: based-7B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/based-7B-GGUF/resolve/main/based-7B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q2_K.gguf + files: + - filename: basilisk-7b-v0.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q3_K_L.gguf + files: + - filename: basilisk-7b-v0.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q3_K_M.gguf + files: + - filename: basilisk-7b-v0.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q3_K_S.gguf + files: + - filename: basilisk-7b-v0.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q4_0.gguf + files: + - filename: basilisk-7b-v0.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q4_K_M.gguf + files: + - filename: basilisk-7b-v0.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q4_K_S.gguf + files: + - filename: basilisk-7b-v0.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q5_0.gguf + files: + - filename: basilisk-7b-v0.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q5_K_M.gguf + files: + - filename: basilisk-7b-v0.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q5_K_S.gguf + files: + - filename: basilisk-7b-v0.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q6_K.gguf + files: + - filename: basilisk-7b-v0.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__basilisk-7b-v0.2-gguf__basilisk-7b-v0.2.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: basilisk-7b-v0.2.Q8_0.gguf + files: + - filename: basilisk-7b-v0.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/basilisk-7B-v0.2-GGUF/resolve/main/basilisk-7b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q2_K.gguf + files: + - filename: berrysauce-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q3_K_L.gguf + files: + - filename: berrysauce-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q3_K_M.gguf + files: + - filename: berrysauce-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q3_K_S.gguf + files: + - filename: berrysauce-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q4_0.gguf + files: + - filename: berrysauce-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q4_K_M.gguf + files: + - filename: berrysauce-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q4_K_S.gguf + files: + - filename: berrysauce-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q5_0.gguf + files: + - filename: berrysauce-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q5_K_M.gguf + files: + - filename: berrysauce-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q5_K_S.gguf + files: + - filename: berrysauce-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q6_K.gguf + files: + - filename: berrysauce-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__berrysauce-l2-13b-gguf__berrysauce-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: berrysauce-l2-13b.Q8_0.gguf + files: + - filename: berrysauce-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/BerrySauce-L2-13B-GGUF/resolve/main/berrysauce-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q2_K.bin + files: + - filename: bigtrans-13b.ggmlv3.q2_K.bin + sha256: 6d4c0c9044458be3682e1e4e13b8c1a3e4d50c7f06e258e7b327c7fdaebef61e + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_L.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_L.bin + sha256: 0fd116081ab9699012dcb9e79881f4df9884eba17afa69387786733965ab1c26 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_M.bin + sha256: c7d6ad29671fb537648c8e4ed89c4ddcf73c862b281c1dbc31cc986caa98078a + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_S.bin + sha256: 83d38f801b9b80b0e71e87ad29b1cf35f356703f1853eae9a603d2fea8391533 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_0.bin + sha256: 13a64edf12e8abe27378ebcb19c9368ed4be2f4e693549e718ac74b3b4f0401a + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_1.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_1.bin + sha256: 983a4e5af756381e59ce0a8686eddcfd862cee7749f4e97c5c4da80efedd543a + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_K_M.bin + sha256: ac34895e983e6ef1ea16756effc154f914298947e93f4c4efd27cefbeff5c565 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_K_S.bin + sha256: fe142f13273da9e06114dc73a7a950c5fc661a725b6902f055101ac5954e43a7 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_0.bin + sha256: 3b493ce84765c1b2a557af5f2afd52009079bae4f2a725ff25de39e384cbd08d + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_1.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_1.bin + sha256: 8cabd913e9daf1349b3fe2537082426a348c446f8b322eced650dfedef2c23a3 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_K_M.bin + sha256: 620141344c53b90949c6040a779ea0454d7dfb661d73e9df7ff5e232518ed71e + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_K_S.bin + sha256: 114e0a73f08385c324a496d5e1df18847c4e76b94c929ee45417e79cae601c3e + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q6_K.bin + files: + - filename: bigtrans-13b.ggmlv3.q6_K.bin + sha256: f7dce093d8fb867017a194f755cf4410027f57e4815a046413cc1e90c5ecab03 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTrans-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q8_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q8_0.bin + sha256: 32fa83f57778143d60fc0ac47e507d75949a3859be5bce09e6db8cb2c2195624 + uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q2_K.bin + files: + - filename: bigtrans-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_L.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q3_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_1.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q4_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_1.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_K_M.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q5_K_S.bin + files: + - filename: bigtrans-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q6_K.bin + files: + - filename: bigtrans-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + tags: + - arxiv:2305.18098 + - license:other + - region:us + overrides: + parameters: + model: bigtrans-13b.ggmlv3.q8_0.bin + files: + - filename: bigtrans-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-a.q4_0.bin + urls: + - https://huggingface.co/TheBloke/bloomz-176B-GGML + overrides: + parameters: + model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin + files: + - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin + sha256: 007f83150226c589bee29a2117abf3ae73bd9bc9518ba2f908006f288550e656 + uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-b.q4_0.bin + urls: + - https://huggingface.co/TheBloke/bloomz-176B-GGML + overrides: + parameters: + model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin + files: + - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin + sha256: 4d3191c88f8ab6cb99a80344d3d56f469d7cc594104756aacbb9b5b9fb8474db + uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-c.q4_0.bin + urls: + - https://huggingface.co/TheBloke/bloomz-176B-GGML + overrides: + parameters: + model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin + files: + - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin + sha256: 59e6c7b6c4a02e35280af75b714c5523a577cadd765e5a02a0c8e29f5bc68b94 + uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q2_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q2_K.gguf + files: + - filename: calliopeds-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q3_k_l.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q3_K_L.gguf + files: + - filename: calliopeds-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q3_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q3_K_M.gguf + files: + - filename: calliopeds-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q3_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q3_K_S.gguf + files: + - filename: calliopeds-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q4_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q4_0.gguf + files: + - filename: calliopeds-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q4_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q4_K_M.gguf + files: + - filename: calliopeds-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q4_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q4_K_S.gguf + files: + - filename: calliopeds-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q5_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q5_0.gguf + files: + - filename: calliopeds-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q5_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q5_K_M.gguf + files: + - filename: calliopeds-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q5_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q5_K_S.gguf + files: + - filename: calliopeds-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q6_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q6_K.gguf + files: + - filename: calliopeds-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calliopeds-l2-13b-gguf__calliopeds-l2-13b.q8_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - arxiv:2306.01708 + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calliopeds-l2-13b.Q8_0.gguf + files: + - filename: calliopeds-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CalliopeDS-L2-13B-GGUF/resolve/main/calliopeds-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q2_K.gguf + files: + - filename: calm2-7b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q3_K_L.gguf + files: + - filename: calm2-7b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q3_K_M.gguf + files: + - filename: calm2-7b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q3_K_S.gguf + files: + - filename: calm2-7b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q4_0.gguf + files: + - filename: calm2-7b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q4_K_M.gguf + files: + - filename: calm2-7b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q4_K_S.gguf + files: + - filename: calm2-7b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q5_0.gguf + files: + - filename: calm2-7b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q5_K_M.gguf + files: + - filename: calm2-7b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q5_K_S.gguf + files: + - filename: calm2-7b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q6_K.gguf + files: + - filename: calm2-7b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__calm2-7b-chat-gguf__calm2-7b-chat.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/calm2-7B-chat-GGUF + tags: + - transformers + - llama + - japanese + - causal-lm + - ja + - en + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: calm2-7b-chat.Q8_0.gguf + files: + - filename: calm2-7b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/calm2-7B-chat-GGUF/resolve/main/calm2-7b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q2_K.bin + files: + - filename: camel-13b-combined.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q3_K_L.bin + files: + - filename: camel-13b-combined.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q3_K_M.bin + files: + - filename: camel-13b-combined.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q3_K_S.bin + files: + - filename: camel-13b-combined.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q4_0.bin + files: + - filename: camel-13b-combined.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q4_1.bin + files: + - filename: camel-13b-combined.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q4_K_M.bin + files: + - filename: camel-13b-combined.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q4_K_S.bin + files: + - filename: camel-13b-combined.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q5_0.bin + files: + - filename: camel-13b-combined.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q5_1.bin + files: + - filename: camel-13b-combined.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q5_K_M.bin + files: + - filename: camel-13b-combined.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q5_K_S.bin + files: + - filename: camel-13b-combined.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q6_K.bin + files: + - filename: camel-13b-combined.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined.ggmlv3.q8_0.bin + files: + - filename: camel-13b-combined.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q2_K.gguf + files: + - filename: camel-13b-combined.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q3_K_L.gguf + files: + - filename: camel-13b-combined.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q3_K_M.gguf + files: + - filename: camel-13b-combined.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q3_K_S.gguf + files: + - filename: camel-13b-combined.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q4_0.gguf + files: + - filename: camel-13b-combined.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q4_K_M.gguf + files: + - filename: camel-13b-combined.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q4_K_S.gguf + files: + - filename: camel-13b-combined.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q5_0.gguf + files: + - filename: camel-13b-combined.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q5_K_M.gguf + files: + - filename: camel-13b-combined.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q5_K_S.gguf + files: + - filename: camel-13b-combined.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q6_K.gguf + files: + - filename: camel-13b-combined.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-gguf__camel-13b-combined.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-combined.Q8_0.gguf + files: + - filename: camel-13b-combined.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGUF/resolve/main/camel-13b-combined.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q2_K.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q3_K_L.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q3_K_M.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q3_K_S.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q4_0.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q4_1.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q4_K_M.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q4_K_S.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q5_0.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q5_1.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q5_K_M.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q5_K_S.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q6_K.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-roleplay.ggmlv3.q8_0.bin + files: + - filename: camel-13b-roleplay.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q2_K.gguf + files: + - filename: camel-13b-roleplay.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q3_K_L.gguf + files: + - filename: camel-13b-roleplay.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q3_K_M.gguf + files: + - filename: camel-13b-roleplay.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q3_K_S.gguf + files: + - filename: camel-13b-roleplay.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q4_0.gguf + files: + - filename: camel-13b-roleplay.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q4_K_M.gguf + files: + - filename: camel-13b-roleplay.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q4_K_S.gguf + files: + - filename: camel-13b-roleplay.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q5_0.gguf + files: + - filename: camel-13b-roleplay.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q5_K_M.gguf + files: + - filename: camel-13b-roleplay.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q5_K_S.gguf + files: + - filename: camel-13b-roleplay.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q6_K.gguf + files: + - filename: camel-13b-roleplay.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-gguf__camel-13b-roleplay.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF + tags: + - transformers + - llama + - arxiv:2303.17760 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-13b-roleplay.Q8_0.gguf + files: + - filename: camel-13b-roleplay.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGUF/resolve/main/camel-13b-roleplay.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + tags: + - arxiv:2303.17760 + - license:other + - region:us + overrides: + parameters: + model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q2_K.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q3_K_L.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q3_K_M.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q3_K_S.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q4_0.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q4_1.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q4_K_M.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q4_K_S.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q5_0.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q5_1.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q5_K_M.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q5_K_S.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q6_K.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: camel-33B-combined-data.ggmlv3.q8_0.bin + files: + - filename: camel-33B-combined-data.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q2_K.gguf + files: + - filename: camel-33b-combined-data.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q3_K_L.gguf + files: + - filename: camel-33b-combined-data.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q3_K_M.gguf + files: + - filename: camel-33b-combined-data.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q3_K_S.gguf + files: + - filename: camel-33b-combined-data.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q4_0.gguf + files: + - filename: camel-33b-combined-data.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q4_K_M.gguf + files: + - filename: camel-33b-combined-data.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q4_K_S.gguf + files: + - filename: camel-33b-combined-data.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q5_0.gguf + files: + - filename: camel-33b-combined-data.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q5_K_M.gguf + files: + - filename: camel-33b-combined-data.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q5_K_S.gguf + files: + - filename: camel-33b-combined-data.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q6_K.gguf + files: + - filename: camel-33b-combined-data.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-gguf__camel-33b-combined-data.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-33b-combined-data.Q8_0.gguf + files: + - filename: camel-33b-combined-data.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGUF/resolve/main/camel-33b-combined-data.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q2_K.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q3_K_L.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q3_K_M.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q3_K_S.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q4_0.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q4_1.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q4_K_M.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q4_K_S.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q5_0.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q5_1.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q5_K_M.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q5_K_S.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q6_K.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.ggmlv3.q8_0.bin + files: + - filename: camel-platypus2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q2_K.gguf + files: + - filename: camel-platypus2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q3_K_L.gguf + files: + - filename: camel-platypus2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q3_K_M.gguf + files: + - filename: camel-platypus2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q3_K_S.gguf + files: + - filename: camel-platypus2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q4_0.gguf + files: + - filename: camel-platypus2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q4_K_M.gguf + files: + - filename: camel-platypus2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q4_K_S.gguf + files: + - filename: camel-platypus2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q5_0.gguf + files: + - filename: camel-platypus2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q5_K_M.gguf + files: + - filename: camel-platypus2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q5_K_S.gguf + files: + - filename: camel-platypus2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q6_K.gguf + files: + - filename: camel-platypus2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-13b-gguf__camel-platypus2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-13b.Q8_0.gguf + files: + - filename: camel-platypus2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGUF/resolve/main/camel-platypus2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q2_K.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q3_K_L.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q3_K_M.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q3_K_S.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q4_0.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q4_1.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q4_K_M.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q4_K_S.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q5_0.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q5_K_M.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.ggmlv3.q5_K_S.bin + files: + - filename: camel-platypus2-70b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q2_K.gguf + files: + - filename: camel-platypus2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q3_K_L.gguf + files: + - filename: camel-platypus2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q3_K_M.gguf + files: + - filename: camel-platypus2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q3_K_S.gguf + files: + - filename: camel-platypus2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q4_0.gguf + files: + - filename: camel-platypus2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q4_K_M.gguf + files: + - filename: camel-platypus2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q4_K_S.gguf + files: + - filename: camel-platypus2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q5_0.gguf + files: + - filename: camel-platypus2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q5_K_M.gguf + files: + - filename: camel-platypus2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__camel-platypus2-70b-gguf__camel-platypus2-70b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: camel-platypus2-70b.Q5_K_S.gguf + files: + - filename: camel-platypus2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGUF/resolve/main/camel-platypus2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q2_K.bin + files: + - filename: carl-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q3_K_L.bin + files: + - filename: carl-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q3_K_M.bin + files: + - filename: carl-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q3_K_S.bin + files: + - filename: carl-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q4_0.bin + files: + - filename: carl-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q4_1.bin + files: + - filename: carl-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q4_K_M.bin + files: + - filename: carl-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q4_K_S.bin + files: + - filename: carl-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q5_0.bin + files: + - filename: carl-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q5_1.bin + files: + - filename: carl-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q5_K_M.bin + files: + - filename: carl-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q5_K_S.bin + files: + - filename: carl-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q6_K.bin + files: + - filename: carl-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-13B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-13b.ggmlv3.q8_0.bin + files: + - filename: carl-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q2_K.bin + files: + - filename: carl-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q3_K_L.bin + files: + - filename: carl-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q3_K_M.bin + files: + - filename: carl-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q3_K_S.bin + files: + - filename: carl-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q4_0.bin + files: + - filename: carl-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q4_1.bin + files: + - filename: carl-33b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q4_K_M.bin + files: + - filename: carl-33b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q4_K_S.bin + files: + - filename: carl-33b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q5_0.bin + files: + - filename: carl-33b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q5_1.bin + files: + - filename: carl-33b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q5_K_M.bin + files: + - filename: carl-33b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q5_K_S.bin + files: + - filename: carl-33b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q6_K.bin + files: + - filename: carl-33b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Carl-33B-GGML + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-33b.ggmlv3.q8_0.bin + files: + - filename: carl-33b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q2_k.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q2_K.gguf + files: + - filename: carl-llama-2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q3_K_L.gguf + files: + - filename: carl-llama-2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q3_K_M.gguf + files: + - filename: carl-llama-2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q3_K_S.gguf + files: + - filename: carl-llama-2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q4_0.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q4_0.gguf + files: + - filename: carl-llama-2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q4_K_M.gguf + files: + - filename: carl-llama-2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q4_K_S.gguf + files: + - filename: carl-llama-2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q5_0.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q5_0.gguf + files: + - filename: carl-llama-2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q5_K_M.gguf + files: + - filename: carl-llama-2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q5_K_S.gguf + files: + - filename: carl-llama-2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q6_k.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q6_K.gguf + files: + - filename: carl-llama-2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__carl-llama-2-13b-gguf__carl-llama-2-13b.q8_0.gguf + license: cc-by-nc-nd-4.0 + urls: + - https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:jerryjalapeno/nart-100k-synthetic + - license:cc-by-nc-nd-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: carl-llama-2-13b.Q8_0.gguf + files: + - filename: carl-llama-2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Carl-Llama-2-13B-GGUF/resolve/main/carl-llama-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + tags: + - transformers + - gpt-neox + - license:other + - region:us + overrides: + parameters: + model: cassandra-6.9b.ggmlv0.q4_0.bin + files: + - filename: cassandra-6.9b.ggmlv0.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + tags: + - transformers + - gpt-neox + - license:other + - region:us + overrides: + parameters: + model: cassandra-6.9b.ggmlv0.q4_1.bin + files: + - filename: cassandra-6.9b.ggmlv0.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + tags: + - transformers + - gpt-neox + - license:other + - region:us + overrides: + parameters: + model: cassandra-6.9b.ggmlv0.q5_0.bin + files: + - filename: cassandra-6.9b.ggmlv0.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + tags: + - transformers + - gpt-neox + - license:other + - region:us + overrides: + parameters: + model: cassandra-6.9b.ggmlv0.q5_1.bin + files: + - filename: cassandra-6.9b.ggmlv0.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + tags: + - transformers + - gpt-neox + - license:other + - region:us + overrides: + parameters: + model: cassandra-6.9b.ggmlv0.q8_0.bin + files: + - filename: cassandra-6.9b.ggmlv0.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q2_K.gguf + files: + - filename: cat-0.5.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q3_K_L.gguf + files: + - filename: cat-0.5.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q3_K_M.gguf + files: + - filename: cat-0.5.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q3_K_S.gguf + files: + - filename: cat-0.5.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q4_0.gguf + files: + - filename: cat-0.5.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q4_K_M.gguf + files: + - filename: cat-0.5.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q4_K_S.gguf + files: + - filename: cat-0.5.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q5_0.gguf + files: + - filename: cat-0.5.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q5_K_M.gguf + files: + - filename: cat-0.5.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q5_K_S.gguf + files: + - filename: cat-0.5.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q6_K.gguf + files: + - filename: cat-0.5.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cat-13b-0.5-gguf__cat-0.5.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cat-0.5.Q8_0.gguf + files: + - filename: cat-0.5.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Cat-13B-0.5-GGUF/resolve/main/cat-0.5.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-14b-gguf__causallm_14b.q4_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-14B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_14b.Q4_0.gguf + files: + - filename: causallm_14b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-14B-GGUF/resolve/main/causallm_14b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-14b-gguf__causallm_14b.q4_1.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-14B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_14b.Q4_1.gguf + files: + - filename: causallm_14b.Q4_1.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-14B-GGUF/resolve/main/causallm_14b.Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-14b-gguf__causallm_14b.q5_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-14B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_14b.Q5_0.gguf + files: + - filename: causallm_14b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-14B-GGUF/resolve/main/causallm_14b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-14b-gguf__causallm_14b.q5_1.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-14B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_14b.Q5_1.gguf + files: + - filename: causallm_14b.Q5_1.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-14B-GGUF/resolve/main/causallm_14b.Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-14b-gguf__causallm_14b.q8_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-14B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_14b.Q8_0.gguf + files: + - filename: causallm_14b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-14B-GGUF/resolve/main/causallm_14b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q2_k.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q2_K.gguf + files: + - filename: causallm_7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q3_k_l.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q3_K_L.gguf + files: + - filename: causallm_7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q3_k_m.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q3_K_M.gguf + files: + - filename: causallm_7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q3_k_s.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q3_K_S.gguf + files: + - filename: causallm_7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q4_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q4_0.gguf + files: + - filename: causallm_7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q4_k_m.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q4_K_M.gguf + files: + - filename: causallm_7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q4_k_s.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q4_K_S.gguf + files: + - filename: causallm_7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q5_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q5_0.gguf + files: + - filename: causallm_7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q5_k_m.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q5_K_M.gguf + files: + - filename: causallm_7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q5_k_s.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q5_K_S.gguf + files: + - filename: causallm_7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q6_k.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q6_K.gguf + files: + - filename: causallm_7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__causallm-7b-gguf__causallm_7b.q8_0.gguf + license: wtfpl + urls: + - https://huggingface.co/TheBloke/CausalLM-7B-GGUF + tags: + - transformers + - llama + - llama2 + - qwen + - text-generation + - en + - zh + - dataset:JosephusCheung/GuanacoDataset + - dataset:Open-Orca/OpenOrca + - dataset:stingning/ultrachat + - dataset:meta-math/MetaMathQA + - dataset:liuhaotian/LLaVA-Instruct-150K + - dataset:jondurbin/airoboros-3.1 + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:RyokoAI/ShareGPT52K + - dataset:RyokoAI/Fandom23K + - dataset:milashkaarshif/MoeGirlPedia_wikitext_raw_archive + - dataset:wikipedia + - dataset:wiki_lingua + - dataset:fnlp/moss-003-sft-data + - dataset:garage-bAInd/Open-Platypus + - dataset:LDJnr/Puffin + - dataset:openbmb/llava_zh + - dataset:BAAI/COIG + - dataset:TigerResearch/tigerbot-zhihu-zh-10k + - dataset:liwu/MNBVC + - dataset:teknium/openhermes + - license:wtfpl + - text-generation-inference + - region:us + overrides: + parameters: + model: causallm_7b.Q8_0.gguf + files: + - filename: causallm_7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CausalLM-7B-GGUF/resolve/main/causallm_7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q2_K.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q3_K_L.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q3_K_M.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q3_K_S.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q4_0.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q4_K_M.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q4_K_S.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q5_0.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q5_K_M.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q5_K_S.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q6_K.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chatayt-lora-assamble-marcoroni-gguf__chatayt-lora-assamble-marcoroni.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chatayt-lora-assamble-marcoroni.Q8_0.gguf + files: + - filename: chatayt-lora-assamble-marcoroni.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ChatAYT-Lora-Assamble-Marcoroni-GGUF/resolve/main/chatayt-lora-assamble-marcoroni.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q2_K.gguf + files: + - filename: chinese-alpaca-2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q3_K_L.gguf + files: + - filename: chinese-alpaca-2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q3_K_M.gguf + files: + - filename: chinese-alpaca-2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q3_K_S.gguf + files: + - filename: chinese-alpaca-2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q4_0.gguf + files: + - filename: chinese-alpaca-2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q4_K_M.gguf + files: + - filename: chinese-alpaca-2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q4_K_S.gguf + files: + - filename: chinese-alpaca-2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q5_0.gguf + files: + - filename: chinese-alpaca-2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q5_K_M.gguf + files: + - filename: chinese-alpaca-2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q5_K_S.gguf + files: + - filename: chinese-alpaca-2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q6_K.gguf + files: + - filename: chinese-alpaca-2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-13b-gguf__chinese-alpaca-2-13b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-13b.Q8_0.gguf + files: + - filename: chinese-alpaca-2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-13B-GGUF/resolve/main/chinese-alpaca-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q2_K.gguf + files: + - filename: chinese-alpaca-2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q3_K_L.gguf + files: + - filename: chinese-alpaca-2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q3_K_M.gguf + files: + - filename: chinese-alpaca-2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q3_K_S.gguf + files: + - filename: chinese-alpaca-2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q4_0.gguf + files: + - filename: chinese-alpaca-2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q4_K_M.gguf + files: + - filename: chinese-alpaca-2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q4_K_S.gguf + files: + - filename: chinese-alpaca-2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q5_0.gguf + files: + - filename: chinese-alpaca-2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q5_K_M.gguf + files: + - filename: chinese-alpaca-2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q5_K_S.gguf + files: + - filename: chinese-alpaca-2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q6_K.gguf + files: + - filename: chinese-alpaca-2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-2-7b-gguf__chinese-alpaca-2-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-alpaca-2-7b.Q8_0.gguf + files: + - filename: chinese-alpaca-2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/resolve/main/chinese-alpaca-2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + files: + - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + files: + - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + files: + - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + files: + - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + files: + - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q2_K.gguf + files: + - filename: chinese-llama-2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q3_K_L.gguf + files: + - filename: chinese-llama-2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q3_K_M.gguf + files: + - filename: chinese-llama-2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q3_K_S.gguf + files: + - filename: chinese-llama-2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q4_0.gguf + files: + - filename: chinese-llama-2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q4_K_M.gguf + files: + - filename: chinese-llama-2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q4_K_S.gguf + files: + - filename: chinese-llama-2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q5_0.gguf + files: + - filename: chinese-llama-2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q5_K_M.gguf + files: + - filename: chinese-llama-2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q5_K_S.gguf + files: + - filename: chinese-llama-2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q6_K.gguf + files: + - filename: chinese-llama-2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-13b-gguf__chinese-llama-2-13b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-13b.Q8_0.gguf + files: + - filename: chinese-llama-2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-13B-GGUF/resolve/main/chinese-llama-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q2_K.gguf + files: + - filename: chinese-llama-2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q3_K_L.gguf + files: + - filename: chinese-llama-2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q3_K_M.gguf + files: + - filename: chinese-llama-2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q3_K_S.gguf + files: + - filename: chinese-llama-2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q4_0.gguf + files: + - filename: chinese-llama-2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q4_K_M.gguf + files: + - filename: chinese-llama-2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q4_K_S.gguf + files: + - filename: chinese-llama-2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q5_0.gguf + files: + - filename: chinese-llama-2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q5_K_M.gguf + files: + - filename: chinese-llama-2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q5_K_S.gguf + files: + - filename: chinese-llama-2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q6_K.gguf + files: + - filename: chinese-llama-2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chinese-llama-2-7b-gguf__chinese-llama-2-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF + tags: + - transformers + - llama + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chinese-llama-2-7b.Q8_0.gguf + files: + - filename: chinese-llama-2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chinese-Llama-2-7B-GGUF/resolve/main/chinese-llama-2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q2_K.bin + files: + - filename: chronoboros-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q3_K_L.bin + files: + - filename: chronoboros-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q3_K_M.bin + files: + - filename: chronoboros-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q3_K_S.bin + files: + - filename: chronoboros-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q4_0.bin + files: + - filename: chronoboros-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q4_1.bin + files: + - filename: chronoboros-33b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q4_K_M.bin + files: + - filename: chronoboros-33b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q4_K_S.bin + files: + - filename: chronoboros-33b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q5_0.bin + files: + - filename: chronoboros-33b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q5_1.bin + files: + - filename: chronoboros-33b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q5_K_M.bin + files: + - filename: chronoboros-33b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q5_K_S.bin + files: + - filename: chronoboros-33b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q6_K.bin + files: + - filename: chronoboros-33b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronoboros-33b.ggmlv3.q8_0.bin + files: + - filename: chronoboros-33b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q2_K.gguf + files: + - filename: chronoboros-33b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q3_K_L.gguf + files: + - filename: chronoboros-33b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q3_K_M.gguf + files: + - filename: chronoboros-33b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q3_K_S.gguf + files: + - filename: chronoboros-33b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q4_0.gguf + files: + - filename: chronoboros-33b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q4_K_M.gguf + files: + - filename: chronoboros-33b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q4_K_S.gguf + files: + - filename: chronoboros-33b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q5_0.gguf + files: + - filename: chronoboros-33b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q5_K_M.gguf + files: + - filename: chronoboros-33b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q5_K_S.gguf + files: + - filename: chronoboros-33b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q6_K.gguf + files: + - filename: chronoboros-33b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-33b-gguf__chronoboros-33b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronoboros-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-33b.Q8_0.gguf + files: + - filename: chronoboros-33b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGUF/resolve/main/chronoboros-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q2_K.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q6_K.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + files: + - filename: chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q2_K.gguf + files: + - filename: chronoboros-grad-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q3_K_L.gguf + files: + - filename: chronoboros-grad-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q3_K_M.gguf + files: + - filename: chronoboros-grad-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q3_K_S.gguf + files: + - filename: chronoboros-grad-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q4_0.gguf + files: + - filename: chronoboros-grad-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q4_K_M.gguf + files: + - filename: chronoboros-grad-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q4_K_S.gguf + files: + - filename: chronoboros-grad-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q5_0.gguf + files: + - filename: chronoboros-grad-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q5_K_M.gguf + files: + - filename: chronoboros-grad-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q5_K_S.gguf + files: + - filename: chronoboros-grad-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q6_K.gguf + files: + - filename: chronoboros-grad-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronoboros-grad-l2-13b-gguf__chronoboros-grad-l2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronoboros-grad-l2-13b.Q8_0.gguf + files: + - filename: chronoboros-grad-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGUF/resolve/main/chronoboros-grad-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q2_K.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q6_K.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + files: + - filename: chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q2_K.gguf + files: + - filename: chronohermes-grad-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q3_K_L.gguf + files: + - filename: chronohermes-grad-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q3_K_M.gguf + files: + - filename: chronohermes-grad-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q3_K_S.gguf + files: + - filename: chronohermes-grad-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q4_0.gguf + files: + - filename: chronohermes-grad-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q4_K_M.gguf + files: + - filename: chronohermes-grad-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q4_K_S.gguf + files: + - filename: chronohermes-grad-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q5_0.gguf + files: + - filename: chronohermes-grad-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q5_K_M.gguf + files: + - filename: chronohermes-grad-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q5_K_S.gguf + files: + - filename: chronohermes-grad-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q6_K.gguf + files: + - filename: chronohermes-grad-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronohermes-grad-l2-13b-gguf__chronohermes-grad-l2-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronohermes-grad-l2-13b.Q8_0.gguf + files: + - filename: chronohermes-grad-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGUF/resolve/main/chronohermes-grad-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + files: + - filename: chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q2_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q2_K.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q3_k_l.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q3_K_L.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q3_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q3_K_M.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q3_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q3_K_S.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q4_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q4_0.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q4_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q4_K_M.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q4_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q4_K_S.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q5_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q5_0.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q5_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q5_K_M.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q5_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q5_K_S.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q6_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q6_K.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronolima-airo-grad-l2-13b-gguf__chronolima-airo-grad-l2-13b.q8_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronolima-airo-grad-l2-13b.Q8_0.gguf + files: + - filename: chronolima-airo-grad-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGUF/resolve/main/chronolima-airo-grad-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + files: + - filename: chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q2_K.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q3_K_L.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q3_K_M.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q3_K_S.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q4_0.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q4_K_M.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q4_K_S.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q5_0.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q5_K_M.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q5_K_S.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q6_K.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronorctypus-limarobormes-13b-gguf__chronorctypus-limarobormes-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF + tags: + - transformers + - llama + - arxiv:2306.01708 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronorctypus-limarobormes-13b.Q8_0.gguf + files: + - filename: chronorctypus-limarobormes-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGUF/resolve/main/chronorctypus-limarobormes-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q2_K.bin + files: + - filename: chronos-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronos-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronos-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronos-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q4_0.bin + files: + - filename: chronos-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q4_1.bin + files: + - filename: chronos-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronos-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronos-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q5_0.bin + files: + - filename: chronos-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q5_1.bin + files: + - filename: chronos-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronos-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronos-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q6_K.bin + files: + - filename: chronos-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b.ggmlv3.q8_0.bin + files: + - filename: chronos-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q2_K.gguf + files: + - filename: chronos-13B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q3_K_L.gguf + files: + - filename: chronos-13B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q3_K_M.gguf + files: + - filename: chronos-13B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q3_K_S.gguf + files: + - filename: chronos-13B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q4_0.gguf + files: + - filename: chronos-13B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q4_K_M.gguf + files: + - filename: chronos-13B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q4_K_S.gguf + files: + - filename: chronos-13B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q5_0.gguf + files: + - filename: chronos-13B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q5_K_M.gguf + files: + - filename: chronos-13B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q5_K_S.gguf + files: + - filename: chronos-13B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q6_K.gguf + files: + - filename: chronos-13B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-gguf__chronos-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13B.Q8_0.gguf + files: + - filename: chronos-13B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13B-GGUF/resolve/main/chronos-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-13b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: chronos-13b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q2_K.bin + files: + - filename: chronos-13b-v2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q3_K_L.bin + files: + - filename: chronos-13b-v2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q3_K_M.bin + files: + - filename: chronos-13b-v2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q3_K_S.bin + files: + - filename: chronos-13b-v2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q4_0.bin + files: + - filename: chronos-13b-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q4_1.bin + files: + - filename: chronos-13b-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q4_K_M.bin + files: + - filename: chronos-13b-v2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q4_K_S.bin + files: + - filename: chronos-13b-v2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q5_0.bin + files: + - filename: chronos-13b-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q5_1.bin + files: + - filename: chronos-13b-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q5_K_M.bin + files: + - filename: chronos-13b-v2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q5_K_S.bin + files: + - filename: chronos-13b-v2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q6_K.bin + files: + - filename: chronos-13b-v2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.ggmlv3.q8_0.bin + files: + - filename: chronos-13b-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q2_K.gguf + files: + - filename: chronos-13b-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q3_K_L.gguf + files: + - filename: chronos-13b-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q3_K_M.gguf + files: + - filename: chronos-13b-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q3_K_S.gguf + files: + - filename: chronos-13b-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q4_0.gguf + files: + - filename: chronos-13b-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q4_K_M.gguf + files: + - filename: chronos-13b-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q4_K_S.gguf + files: + - filename: chronos-13b-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q5_0.gguf + files: + - filename: chronos-13b-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q5_K_M.gguf + files: + - filename: chronos-13b-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q5_K_S.gguf + files: + - filename: chronos-13b-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q6_K.gguf + files: + - filename: chronos-13b-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-13b-v2-gguf__chronos-13b-v2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/chronos-13b-v2-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-13b-v2.Q8_0.gguf + files: + - filename: chronos-13b-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-13b-v2-GGUF/resolve/main/chronos-13b-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q2_K.bin + files: + - filename: chronos-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q3_K_L.bin + files: + - filename: chronos-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q3_K_M.bin + files: + - filename: chronos-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q3_K_S.bin + files: + - filename: chronos-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q4_0.bin + files: + - filename: chronos-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q4_1.bin + files: + - filename: chronos-33b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q4_K_M.bin + files: + - filename: chronos-33b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q4_K_S.bin + files: + - filename: chronos-33b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q5_0.bin + files: + - filename: chronos-33b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q5_1.bin + files: + - filename: chronos-33b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q5_K_M.bin + files: + - filename: chronos-33b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q5_K_S.bin + files: + - filename: chronos-33b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q6_K.bin + files: + - filename: chronos-33b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-33b.ggmlv3.q8_0.bin + files: + - filename: chronos-33b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q2_K.gguf + files: + - filename: chronos-33b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q3_K_L.gguf + files: + - filename: chronos-33b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q3_K_M.gguf + files: + - filename: chronos-33b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q3_K_S.gguf + files: + - filename: chronos-33b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q4_0.gguf + files: + - filename: chronos-33b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q4_K_M.gguf + files: + - filename: chronos-33b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q4_K_S.gguf + files: + - filename: chronos-33b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q5_0.gguf + files: + - filename: chronos-33b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q5_K_M.gguf + files: + - filename: chronos-33b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q5_K_S.gguf + files: + - filename: chronos-33b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q6_K.gguf + files: + - filename: chronos-33b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-33b-gguf__chronos-33b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-33b-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-33b.Q8_0.gguf + files: + - filename: chronos-33b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-33b-GGUF/resolve/main/chronos-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q2_K.gguf + files: + - filename: chronos-70b-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q3_K_L.gguf + files: + - filename: chronos-70b-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q3_K_M.gguf + files: + - filename: chronos-70b-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q3_K_S.gguf + files: + - filename: chronos-70b-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q4_0.gguf + files: + - filename: chronos-70b-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q4_K_M.gguf + files: + - filename: chronos-70b-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q4_K_S.gguf + files: + - filename: chronos-70b-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q5_0.gguf + files: + - filename: chronos-70b-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q5_K_M.gguf + files: + - filename: chronos-70b-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-70b-v2-gguf__chronos-70b-v2.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-70b-v2.Q5_K_S.gguf + files: + - filename: chronos-70b-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-70B-v2-GGUF/resolve/main/chronos-70b-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q2_K.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q4_0.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q4_1.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q5_0.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q5_1.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q6_K.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.ggmlv3.q8_0.bin + files: + - filename: chronos-beluga-v2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q2_K.gguf + files: + - filename: chronos-beluga-v2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q3_K_L.gguf + files: + - filename: chronos-beluga-v2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q3_K_M.gguf + files: + - filename: chronos-beluga-v2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q3_K_S.gguf + files: + - filename: chronos-beluga-v2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q4_0.gguf + files: + - filename: chronos-beluga-v2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q4_K_M.gguf + files: + - filename: chronos-beluga-v2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q4_K_S.gguf + files: + - filename: chronos-beluga-v2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q5_0.gguf + files: + - filename: chronos-beluga-v2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q5_K_M.gguf + files: + - filename: chronos-beluga-v2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q5_K_S.gguf + files: + - filename: chronos-beluga-v2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q6_K.gguf + files: + - filename: chronos-beluga-v2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-beluga-v2-13b-gguf__chronos-beluga-v2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-beluga-v2-13b.Q8_0.gguf + files: + - filename: chronos-beluga-v2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGUF/resolve/main/chronos-beluga-v2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q2_K.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q2_K.bin + sha256: d4b8c4d96f3927583657889ccb22e3eaac2e718fea38afff4bf4a5cb67b5b94e + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q3_K_L.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q3_K_L.bin + sha256: e9695ac417ebc4d6cdf6732aa280e9882f751717a2c45949a94ab7a1335bcca4 + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q3_K_M.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q3_K_M.bin + sha256: 0960c9f76945e49e48a8c8de43e5cc8b16fa8c2a9610942b3f6f33cd615e1982 + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q3_K_S.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q3_K_S.bin + sha256: d9737c213770c4189c9df64d06e250455c5765bd09b10b4f2606a4de1ce5458a + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q4_0.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q4_1.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q4_K_M.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q4_K_M.bin + sha256: 8a1d552bbcc290a22ba50ddc46200b0abaca9fdecd036e5fbd41e8a1f944ec7a + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q4_K_S.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q4_K_S.bin + sha256: 9b0a2eb010168825c8b0ef883fe6ea4b8bceb61f04fdea022bf8f4388477b943 + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q5_0.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q5_1.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q5_K_M.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q5_K_M.bin + sha256: 42a9ec519d4ed72eae2ad9320292c330f8704b3eab27142b632032ad44f1f45a + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q5_K_S.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q5_K_S.bin + sha256: 2900d4205de85d7fcda3251cd96be63c6db0c40eb0f0c5fbd4ec0a3a78fcb049 + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q6_K.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q6_K.bin + sha256: 8389c0d23112dcb236aaa2f4e64b6aebda949decc84f1999f3906a6c3df3bcf0 + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + tags: + - llama + - pytorch + - chatbot + - storywriting + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b.ggmlv3.q8_0.bin + files: + - filename: chronos-hermes-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q2_K.gguf + files: + - filename: chronos-hermes-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q3_K_L.gguf + files: + - filename: chronos-hermes-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q3_K_M.gguf + files: + - filename: chronos-hermes-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q3_K_S.gguf + files: + - filename: chronos-hermes-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q4_0.gguf + files: + - filename: chronos-hermes-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q4_K_M.gguf + files: + - filename: chronos-hermes-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q4_K_S.gguf + files: + - filename: chronos-hermes-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q5_0.gguf + files: + - filename: chronos-hermes-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q5_K_M.gguf + files: + - filename: chronos-hermes-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q5_K_S.gguf + files: + - filename: chronos-hermes-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q6_K.gguf + files: + - filename: chronos-hermes-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-gguf__chronos-hermes-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF + tags: + - transformers + - llama + - pytorch + - chatbot + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b.Q8_0.gguf + files: + - filename: chronos-hermes-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGUF/resolve/main/chronos-hermes-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + files: + - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + files: + - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + files: + - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + files: + - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + files: + - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q2_K.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q4_0.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q4_1.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q5_0.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q5_1.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q6_K.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.ggmlv3.q8_0.bin + files: + - filename: chronos-hermes-13b-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q2_K.gguf + files: + - filename: chronos-hermes-13b-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q3_K_L.gguf + files: + - filename: chronos-hermes-13b-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q3_K_M.gguf + files: + - filename: chronos-hermes-13b-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q3_K_S.gguf + files: + - filename: chronos-hermes-13b-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q4_0.gguf + files: + - filename: chronos-hermes-13b-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q4_K_M.gguf + files: + - filename: chronos-hermes-13b-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q4_K_S.gguf + files: + - filename: chronos-hermes-13b-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q5_0.gguf + files: + - filename: chronos-hermes-13b-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q5_K_M.gguf + files: + - filename: chronos-hermes-13b-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q5_K_S.gguf + files: + - filename: chronos-hermes-13b-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q6_K.gguf + files: + - filename: chronos-hermes-13b-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos-hermes-13b-v2-gguf__chronos-hermes-13b-v2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF + tags: + - transformers + - llama + - llama-2 + - pytorch + - chatbot + - storywriting + - generalist-model + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-hermes-13b-v2.Q8_0.gguf + files: + - filename: chronos-hermes-13b-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Chronos-Hermes-13b-v2-GGUF/resolve/main/chronos-hermes-13b-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin + files: + - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q2_K.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q3_K_L.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q3_K_M.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q3_K_S.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q4_0.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q4_K_M.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q4_K_S.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q5_0.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q5_K_M.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q5_K_S.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q6_K.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__chronos-wizardlm-uc-scot-st-13b-gguf__chronos-wizardlm-uc-scot-st-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF + tags: + - transformers + - llama + - storywriting + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos-wizardlm-uc-scot-st-13B.Q8_0.gguf + files: + - filename: chronos-wizardlm-uc-scot-st-13B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGUF/resolve/main/chronos-wizardlm-uc-scot-st-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q2_K.gguf + files: + - filename: chronos007-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q3_K_L.gguf + files: + - filename: chronos007-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q3_K_M.gguf + files: + - filename: chronos007-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q3_K_S.gguf + files: + - filename: chronos007-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q4_0.gguf + files: + - filename: chronos007-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q4_K_M.gguf + files: + - filename: chronos007-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q4_K_S.gguf + files: + - filename: chronos007-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q5_0.gguf + files: + - filename: chronos007-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q5_K_M.gguf + files: + - filename: chronos007-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__chronos007-70b-gguf__chronos007-70b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/chronos007-70B-GGUF + tags: + - transformers + - llama + - chat + - roleplay + - storywriting + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: chronos007-70b.Q5_K_S.gguf + files: + - filename: chronos007-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/chronos007-70B-GGUF/resolve/main/chronos007-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q2_K.gguf + files: + - filename: codebooga-34b-v0.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q3_K_L.gguf + files: + - filename: codebooga-34b-v0.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q3_K_M.gguf + files: + - filename: codebooga-34b-v0.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q3_K_S.gguf + files: + - filename: codebooga-34b-v0.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q4_0.gguf + files: + - filename: codebooga-34b-v0.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q4_K_M.gguf + files: + - filename: codebooga-34b-v0.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q4_K_S.gguf + files: + - filename: codebooga-34b-v0.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q5_0.gguf + files: + - filename: codebooga-34b-v0.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q5_K_M.gguf + files: + - filename: codebooga-34b-v0.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q5_K_S.gguf + files: + - filename: codebooga-34b-v0.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q6_K.gguf + files: + - filename: codebooga-34b-v0.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codebooga-34b-v0.1-gguf__codebooga-34b-v0.1.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codebooga-34b-v0.1.Q8_0.gguf + files: + - filename: codebooga-34b-v0.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeBooga-34B-v0.1-GGUF/resolve/main/codebooga-34b-v0.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q2_K.gguf + files: + - filename: codefuse-codellama-34b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q3_K_L.gguf + files: + - filename: codefuse-codellama-34b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q3_K_M.gguf + files: + - filename: codefuse-codellama-34b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q3_K_S.gguf + files: + - filename: codefuse-codellama-34b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q4_0.gguf + files: + - filename: codefuse-codellama-34b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q4_K_M.gguf + files: + - filename: codefuse-codellama-34b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q4_K_S.gguf + files: + - filename: codefuse-codellama-34b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q5_0.gguf + files: + - filename: codefuse-codellama-34b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q5_K_M.gguf + files: + - filename: codefuse-codellama-34b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q5_K_S.gguf + files: + - filename: codefuse-codellama-34b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q6_K.gguf + files: + - filename: codefuse-codellama-34b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codefuse-codellama-34b-gguf__codefuse-codellama-34b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: codefuse-codellama-34b.Q8_0.gguf + files: + - filename: codefuse-codellama-34b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeFuse-CodeLlama-34B-GGUF/resolve/main/codefuse-codellama-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q2_K.bin + files: + - filename: codellama-13b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-13b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-13b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-13b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q4_0.bin + files: + - filename: codellama-13b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q4_1.bin + files: + - filename: codellama-13b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-13b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-13b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q5_0.bin + files: + - filename: codellama-13b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q5_1.bin + files: + - filename: codellama-13b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-13b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-13b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q6_K.bin + files: + - filename: codellama-13b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.ggmlv3.Q8_0.bin + files: + - filename: codellama-13b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q2_K.gguf + files: + - filename: codellama-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q3_K_L.gguf + files: + - filename: codellama-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q3_K_M.gguf + files: + - filename: codellama-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q3_K_S.gguf + files: + - filename: codellama-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q4_0.gguf + files: + - filename: codellama-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q4_K_M.gguf + files: + - filename: codellama-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q4_K_S.gguf + files: + - filename: codellama-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q5_0.gguf + files: + - filename: codellama-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q5_K_M.gguf + files: + - filename: codellama-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q5_K_S.gguf + files: + - filename: codellama-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q6_K.gguf + files: + - filename: codellama-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-gguf__codellama-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b.Q8_0.gguf + files: + - filename: codellama-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q2_K.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q4_0.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q4_1.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q5_0.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q5_1.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q6_K.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.ggmlv3.Q8_0.bin + files: + - filename: codellama-13b-instruct.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q2_K.gguf + files: + - filename: codellama-13b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q3_K_L.gguf + files: + - filename: codellama-13b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q3_K_M.gguf + files: + - filename: codellama-13b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q3_K_S.gguf + files: + - filename: codellama-13b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q4_0.gguf + files: + - filename: codellama-13b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q4_K_M.gguf + files: + - filename: codellama-13b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q4_K_S.gguf + files: + - filename: codellama-13b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q5_0.gguf + files: + - filename: codellama-13b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q5_K_M.gguf + files: + - filename: codellama-13b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q5_K_S.gguf + files: + - filename: codellama-13b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q6_K.gguf + files: + - filename: codellama-13b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-instruct-gguf__codellama-13b-instruct.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-instruct.Q8_0.gguf + files: + - filename: codellama-13b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/resolve/main/codellama-13b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin + files: + - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q2_K.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q3_K_L.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q3_K_M.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q3_K_S.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q4_0.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q4_K_M.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q4_K_S.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q5_0.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q5_K_M.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q5_K_S.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q6_K.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-oasst-sft-v10-gguf__codellama-13b-oasst-sft-v10.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF + tags: + - transformers + - llama + - en + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-oasst-sft-v10.Q8_0.gguf + files: + - filename: codellama-13b-oasst-sft-v10.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGUF/resolve/main/codellama-13b-oasst-sft-v10.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q2_K.bin + files: + - filename: codellama-13b-python.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-13b-python.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-13b-python.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-13b-python.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q4_0.bin + files: + - filename: codellama-13b-python.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q4_1.bin + files: + - filename: codellama-13b-python.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-13b-python.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-13b-python.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q5_0.bin + files: + - filename: codellama-13b-python.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q5_1.bin + files: + - filename: codellama-13b-python.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-13b-python.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-13b-python.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q6_K.bin + files: + - filename: codellama-13b-python.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.ggmlv3.Q8_0.bin + files: + - filename: codellama-13b-python.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q2_K.gguf + files: + - filename: codellama-13b-python.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q3_K_L.gguf + files: + - filename: codellama-13b-python.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q3_K_M.gguf + files: + - filename: codellama-13b-python.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q3_K_S.gguf + files: + - filename: codellama-13b-python.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q4_0.gguf + files: + - filename: codellama-13b-python.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q4_K_M.gguf + files: + - filename: codellama-13b-python.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q4_K_S.gguf + files: + - filename: codellama-13b-python.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q5_0.gguf + files: + - filename: codellama-13b-python.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q5_K_M.gguf + files: + - filename: codellama-13b-python.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q5_K_S.gguf + files: + - filename: codellama-13b-python.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q6_K.gguf + files: + - filename: codellama-13b-python.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-13b-python-gguf__codellama-13b-python.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-13b-python.Q8_0.gguf + files: + - filename: codellama-13b-python.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGUF/resolve/main/codellama-13b-python.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q2_K.gguf + files: + - filename: codellama-34b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q3_K_L.gguf + files: + - filename: codellama-34b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q3_K_M.gguf + files: + - filename: codellama-34b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q3_K_S.gguf + files: + - filename: codellama-34b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q4_0.gguf + files: + - filename: codellama-34b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q4_K_M.gguf + files: + - filename: codellama-34b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q4_K_S.gguf + files: + - filename: codellama-34b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q5_0.gguf + files: + - filename: codellama-34b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q5_K_M.gguf + files: + - filename: codellama-34b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q5_K_S.gguf + files: + - filename: codellama-34b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q6_K.gguf + files: + - filename: codellama-34b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-gguf__codellama-34b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b.Q8_0.gguf + files: + - filename: codellama-34b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-GGUF/resolve/main/codellama-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q2_K.gguf + files: + - filename: codellama-34b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q3_K_L.gguf + files: + - filename: codellama-34b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q3_K_M.gguf + files: + - filename: codellama-34b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q3_K_S.gguf + files: + - filename: codellama-34b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q4_0.gguf + files: + - filename: codellama-34b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q4_K_M.gguf + files: + - filename: codellama-34b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q4_K_S.gguf + files: + - filename: codellama-34b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q5_0.gguf + files: + - filename: codellama-34b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q5_K_M.gguf + files: + - filename: codellama-34b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q5_K_S.gguf + files: + - filename: codellama-34b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q6_K.gguf + files: + - filename: codellama-34b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-instruct-gguf__codellama-34b-instruct.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-instruct.Q8_0.gguf + files: + - filename: codellama-34b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Instruct-GGUF/resolve/main/codellama-34b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q2_K.gguf + files: + - filename: codellama-34b-python.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q3_K_L.gguf + files: + - filename: codellama-34b-python.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q3_K_M.gguf + files: + - filename: codellama-34b-python.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q3_K_S.gguf + files: + - filename: codellama-34b-python.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q4_0.gguf + files: + - filename: codellama-34b-python.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q4_K_M.gguf + files: + - filename: codellama-34b-python.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q4_K_S.gguf + files: + - filename: codellama-34b-python.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q5_0.gguf + files: + - filename: codellama-34b-python.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q5_K_M.gguf + files: + - filename: codellama-34b-python.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q5_K_S.gguf + files: + - filename: codellama-34b-python.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q6_K.gguf + files: + - filename: codellama-34b-python.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-34b-python-gguf__codellama-34b-python.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-34b-python.Q8_0.gguf + files: + - filename: codellama-34b-python.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-34B-Python-GGUF/resolve/main/codellama-34b-python.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q2_K.bin + files: + - filename: codellama-7b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-7b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-7b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-7b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q4_0.bin + files: + - filename: codellama-7b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q4_1.bin + files: + - filename: codellama-7b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-7b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-7b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q5_0.bin + files: + - filename: codellama-7b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q5_1.bin + files: + - filename: codellama-7b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-7b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-7b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q6_K.bin + files: + - filename: codellama-7b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.ggmlv3.Q8_0.bin + files: + - filename: codellama-7b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q2_K.gguf + files: + - filename: codellama-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q3_K_L.gguf + files: + - filename: codellama-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q3_K_M.gguf + files: + - filename: codellama-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q3_K_S.gguf + files: + - filename: codellama-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q4_0.gguf + files: + - filename: codellama-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q4_K_M.gguf + files: + - filename: codellama-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q4_K_S.gguf + files: + - filename: codellama-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q5_0.gguf + files: + - filename: codellama-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q5_K_M.gguf + files: + - filename: codellama-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q5_K_S.gguf + files: + - filename: codellama-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q6_K.gguf + files: + - filename: codellama-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-gguf__codellama-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b.Q8_0.gguf + files: + - filename: codellama-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGUF/resolve/main/codellama-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q2_K.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q4_0.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q4_1.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q5_0.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q5_1.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q6_K.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.ggmlv3.Q8_0.bin + files: + - filename: codellama-7b-instruct.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q2_K.gguf + files: + - filename: codellama-7b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q3_K_L.gguf + files: + - filename: codellama-7b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q3_K_M.gguf + files: + - filename: codellama-7b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q3_K_S.gguf + files: + - filename: codellama-7b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q4_0.gguf + files: + - filename: codellama-7b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q4_K_M.gguf + files: + - filename: codellama-7b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q4_K_S.gguf + files: + - filename: codellama-7b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q5_0.gguf + files: + - filename: codellama-7b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q5_K_M.gguf + files: + - filename: codellama-7b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q5_K_S.gguf + files: + - filename: codellama-7b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q6_K.gguf + files: + - filename: codellama-7b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-instruct-gguf__codellama-7b-instruct.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-instruct.Q8_0.gguf + files: + - filename: codellama-7b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q2_K.bin + files: + - filename: codellama-7b-python.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q3_K_L.bin + files: + - filename: codellama-7b-python.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q3_K_M.bin + files: + - filename: codellama-7b-python.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q3_K_S.bin + files: + - filename: codellama-7b-python.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q4_0.bin + files: + - filename: codellama-7b-python.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q4_1.bin + files: + - filename: codellama-7b-python.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q4_K_M.bin + files: + - filename: codellama-7b-python.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q4_K_S.bin + files: + - filename: codellama-7b-python.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q5_0.bin + files: + - filename: codellama-7b-python.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q5_1.bin + files: + - filename: codellama-7b-python.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q5_K_M.bin + files: + - filename: codellama-7b-python.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q5_K_S.bin + files: + - filename: codellama-7b-python.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q6_K.bin + files: + - filename: codellama-7b-python.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.ggmlv3.Q8_0.bin + files: + - filename: codellama-7b-python.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q2_K.gguf + files: + - filename: codellama-7b-python.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q3_K_L.gguf + files: + - filename: codellama-7b-python.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q3_K_M.gguf + files: + - filename: codellama-7b-python.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q3_K_S.gguf + files: + - filename: codellama-7b-python.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q4_0.gguf + files: + - filename: codellama-7b-python.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q4_K_M.gguf + files: + - filename: codellama-7b-python.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q4_K_S.gguf + files: + - filename: codellama-7b-python.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q5_0.gguf + files: + - filename: codellama-7b-python.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q5_K_M.gguf + files: + - filename: codellama-7b-python.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q5_K_S.gguf + files: + - filename: codellama-7b-python.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q6_K.gguf + files: + - filename: codellama-7b-python.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codellama-7b-python-gguf__codellama-7b-python.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - code + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codellama-7b-python.Q8_0.gguf + files: + - filename: codellama-7b-python.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGUF/resolve/main/codellama-7b-python.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q2_K.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q4_0.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q4_1.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q5_0.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q5_1.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q6_K.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.ggmlv3.q8_0.bin + files: + - filename: codeup-alpha-13b-hf.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q2_k.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q2_K.gguf + files: + - filename: codeup-alpha-13b-hf.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q3_k_l.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q3_K_L.gguf + files: + - filename: codeup-alpha-13b-hf.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q3_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q3_K_M.gguf + files: + - filename: codeup-alpha-13b-hf.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q3_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q3_K_S.gguf + files: + - filename: codeup-alpha-13b-hf.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q4_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q4_0.gguf + files: + - filename: codeup-alpha-13b-hf.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q4_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q4_K_M.gguf + files: + - filename: codeup-alpha-13b-hf.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q4_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q4_K_S.gguf + files: + - filename: codeup-alpha-13b-hf.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q5_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q5_0.gguf + files: + - filename: codeup-alpha-13b-hf.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q5_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q5_K_M.gguf + files: + - filename: codeup-alpha-13b-hf.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q5_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q5_K_S.gguf + files: + - filename: codeup-alpha-13b-hf.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q6_k.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q6_K.gguf + files: + - filename: codeup-alpha-13b-hf.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__codeup-alpha-13b-hf-gguf__codeup-alpha-13b-hf.q8_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - dataset:rombodawg/Legacy_MegaCodeTraining200k + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-alpha-13b-hf.Q8_0.gguf + files: + - filename: codeup-alpha-13b-hf.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGUF/resolve/main/codeup-alpha-13b-hf.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + files: + - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q2_k.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q2_K.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q3_k_l.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q3_K_L.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q3_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q3_K_M.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q3_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q3_K_S.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q4_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q4_0.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q4_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q4_K_M.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q4_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q4_K_S.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q5_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q5_0.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q5_k_m.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q5_K_M.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q5_k_s.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q5_K_S.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q6_k.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q6_K.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__codeup-llama-2-13b-chat-hf-gguf__codeup-llama-2-13b-chat-hf.q8_0.gguf + license: openrail++ + urls: + - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF + tags: + - transformers + - llama + - text-to-code + - multilingual-code-generation + - en + - arxiv:2106.09685 + - license:openrail++ + - text-generation-inference + - region:us + overrides: + parameters: + model: codeup-llama-2-13b-chat-hf.Q8_0.gguf + files: + - filename: codeup-llama-2-13b-chat-hf.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGUF/resolve/main/codeup-llama-2-13b-chat-hf.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q2_K.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q3_K_L.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q3_K_M.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q3_K_S.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q4_0.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q4_K_M.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q4_K_S.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q5_0.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q5_K_M.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q5_K_S.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q6_K.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1-mistral-7b-gguf__collectivecognition-v1-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1-mistral-7b.Q8_0.gguf + files: + - filename: collectivecognition-v1-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q2_K.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q3_K_L.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q3_K_M.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q3_K_S.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q4_0.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q4_K_M.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q4_K_S.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q5_0.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q5_K_M.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q5_K_S.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q6_K.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__collectivecognition-v1.1-mistral-7b-gguf__collectivecognition-v1.1-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - sharegpt + - en + - dataset:CollectiveCognition/chats-data-2023-09-27 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: collectivecognition-v1.1-mistral-7b.Q8_0.gguf + files: + - filename: collectivecognition-v1.1-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/CollectiveCognition-v1.1-Mistral-7B-GGUF/resolve/main/collectivecognition-v1.1-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q2_K.gguf + files: + - filename: cothuginn-4.5-19b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q3_K_L.gguf + files: + - filename: cothuginn-4.5-19b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q3_K_M.gguf + files: + - filename: cothuginn-4.5-19b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q3_K_S.gguf + files: + - filename: cothuginn-4.5-19b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q4_0.gguf + files: + - filename: cothuginn-4.5-19b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q4_K_M.gguf + files: + - filename: cothuginn-4.5-19b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q4_K_S.gguf + files: + - filename: cothuginn-4.5-19b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q5_0.gguf + files: + - filename: cothuginn-4.5-19b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q5_K_M.gguf + files: + - filename: cothuginn-4.5-19b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q5_K_S.gguf + files: + - filename: cothuginn-4.5-19b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q6_K.gguf + files: + - filename: cothuginn-4.5-19b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__cothuginn-4.5-19b-gguf__cothuginn-4.5-19b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: cothuginn-4.5-19b.Q8_0.gguf + files: + - filename: cothuginn-4.5-19b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/COTHuginn-4.5-19B-GGUF/resolve/main/cothuginn-4.5-19b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q2_k.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q2_K.gguf + files: + - filename: dans-adventurouswinds-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q3_k_l.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q3_K_L.gguf + files: + - filename: dans-adventurouswinds-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q3_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q3_K_M.gguf + files: + - filename: dans-adventurouswinds-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q3_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q3_K_S.gguf + files: + - filename: dans-adventurouswinds-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q4_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q4_0.gguf + files: + - filename: dans-adventurouswinds-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q4_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q4_K_M.gguf + files: + - filename: dans-adventurouswinds-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q4_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q4_K_S.gguf + files: + - filename: dans-adventurouswinds-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q5_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q5_0.gguf + files: + - filename: dans-adventurouswinds-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q5_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q5_K_M.gguf + files: + - filename: dans-adventurouswinds-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q5_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q5_K_S.gguf + files: + - filename: dans-adventurouswinds-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q6_k.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q6_K.gguf + files: + - filename: dans-adventurouswinds-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-7b-gguf__dans-adventurouswinds-7b.q8_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-7b.Q8_0.gguf + files: + - filename: dans-adventurouswinds-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-7B-GGUF/resolve/main/dans-adventurouswinds-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q2_K.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q3_K_L.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q3_K_M.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q3_K_S.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q4_0.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q4_K_M.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q4_K_S.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q5_0.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q5_K_M.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q5_K_S.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q6_K.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-adventurouswinds-mk2-7b-gguf__dans-adventurouswinds-mk2-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:PocketDoc/Floyd-Text-Adventures + - dataset:PocketDoc/Choose-Your-Story-Long-Text-Adventures + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-adventurouswinds-mk2-7b.Q8_0.gguf + files: + - filename: dans-adventurouswinds-mk2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-AdventurousWinds-Mk2-7B-GGUF/resolve/main/dans-adventurouswinds-mk2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q2_k.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q2_K.gguf + files: + - filename: dans-totsirocco-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q3_k_l.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q3_K_L.gguf + files: + - filename: dans-totsirocco-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q3_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q3_K_M.gguf + files: + - filename: dans-totsirocco-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q3_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q3_K_S.gguf + files: + - filename: dans-totsirocco-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q4_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q4_0.gguf + files: + - filename: dans-totsirocco-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q4_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q4_K_M.gguf + files: + - filename: dans-totsirocco-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q4_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q4_K_S.gguf + files: + - filename: dans-totsirocco-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q5_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q5_0.gguf + files: + - filename: dans-totsirocco-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q5_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q5_K_M.gguf + files: + - filename: dans-totsirocco-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q5_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q5_K_S.gguf + files: + - filename: dans-totsirocco-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q6_k.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q6_K.gguf + files: + - filename: dans-totsirocco-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dans-totsirocco-7b-gguf__dans-totsirocco-7b.q8_0.gguf + urls: + - https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF + tags: + - transformers + - mistral + - en + - text-generation-inference + - region:us + overrides: + parameters: + model: dans-totsirocco-7b.Q8_0.gguf + files: + - filename: dans-totsirocco-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dans-TotSirocco-7B-GGUF/resolve/main/dans-totsirocco-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin + sha256: f666696234de0a9a6d24f19ef482ad7efc9872edbcaa410be0c0469301279d69 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin + sha256: 3859abd7d435650f6e0a882109fc949d787f29fd1667afb2dd3cea0da7a4c695 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin + sha256: e8d7ef8ad7f967e873c8de73df8b7e88a5da6a78a1dd9eda365fbada75e4502b + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin + sha256: c30cabf4b50353451a9eaa02a2aa2ca05163d40b866b057b0df4d0f348a2cc6a + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin + sha256: 75cd0768a63a7a624cbe1af604337a707602aab2d72ad6e633bca2878d01301b + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin + sha256: 5b009b6de70345dfbd92b40b3a2fec69cad061b005f78bc352af25ef625c8659 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin + sha256: c2d22d2c903b1649785c02821255e66b79a41a7dc71f7c24281697bfc3fe4eb5 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin + sha256: 06006b772397b5b23a2e37b792899a11a4cdbf170075cf37a4afdcf828079b85 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin + sha256: 2e6b439bfe9af536e4563fcbf6cedfcde07411ece13e4505e1edc07ae002e086 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin + sha256: 32f29f45125552ac784e89e271cc0310e072400886b83d786184d5f5ef3df75c + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + tags: + - llama + - en + - transformers + - DeepNight + - deepnight-research + - Orca + - llama-2 + - llama-2-70b + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin + files: + - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin + sha256: 1dde1c145d6c63616edbe9a46f19c8df797e38957793c6bcc44c26d6567939a5 + uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q2_K.gguf + files: + - filename: deepseek-coder-1.3b-base.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q3_K_L.gguf + files: + - filename: deepseek-coder-1.3b-base.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q3_K_M.gguf + files: + - filename: deepseek-coder-1.3b-base.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q3_K_S.gguf + files: + - filename: deepseek-coder-1.3b-base.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q4_0.gguf + files: + - filename: deepseek-coder-1.3b-base.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q4_K_M.gguf + files: + - filename: deepseek-coder-1.3b-base.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q4_K_S.gguf + files: + - filename: deepseek-coder-1.3b-base.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q5_0.gguf + files: + - filename: deepseek-coder-1.3b-base.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q5_K_M.gguf + files: + - filename: deepseek-coder-1.3b-base.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q5_K_S.gguf + files: + - filename: deepseek-coder-1.3b-base.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q6_K.gguf + files: + - filename: deepseek-coder-1.3b-base.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-base-gguf__deepseek-coder-1.3b-base.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-base.Q8_0.gguf + files: + - filename: deepseek-coder-1.3b-base.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-base-GGUF/resolve/main/deepseek-coder-1.3b-base.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q2_K.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q3_K_L.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q3_K_M.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q3_K_S.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q4_0.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q4_K_M.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q4_K_S.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q5_0.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q5_K_M.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q5_K_S.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q6_K.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-1.3b-instruct-gguf__deepseek-coder-1.3b-instruct.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-1.3b-instruct.Q8_0.gguf + files: + - filename: deepseek-coder-1.3b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-1.3b-instruct-GGUF/resolve/main/deepseek-coder-1.3b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q2_K.gguf + files: + - filename: deepseek-coder-33b-base.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q3_K_L.gguf + files: + - filename: deepseek-coder-33b-base.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q3_K_M.gguf + files: + - filename: deepseek-coder-33b-base.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q3_K_S.gguf + files: + - filename: deepseek-coder-33b-base.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q4_0.gguf + files: + - filename: deepseek-coder-33b-base.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q4_K_M.gguf + files: + - filename: deepseek-coder-33b-base.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q4_K_S.gguf + files: + - filename: deepseek-coder-33b-base.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q5_0.gguf + files: + - filename: deepseek-coder-33b-base.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q5_K_M.gguf + files: + - filename: deepseek-coder-33b-base.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q5_K_S.gguf + files: + - filename: deepseek-coder-33b-base.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q6_K.gguf + files: + - filename: deepseek-coder-33b-base.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-base-gguf__deepseek-coder-33b-base.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-base.Q8_0.gguf + files: + - filename: deepseek-coder-33b-base.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-base-GGUF/resolve/main/deepseek-coder-33b-base.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q2_K.gguf + files: + - filename: deepseek-coder-33b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q3_K_L.gguf + files: + - filename: deepseek-coder-33b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q3_K_M.gguf + files: + - filename: deepseek-coder-33b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q3_K_S.gguf + files: + - filename: deepseek-coder-33b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q4_0.gguf + files: + - filename: deepseek-coder-33b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q4_K_M.gguf + files: + - filename: deepseek-coder-33b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q4_K_S.gguf + files: + - filename: deepseek-coder-33b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q5_0.gguf + files: + - filename: deepseek-coder-33b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q5_K_M.gguf + files: + - filename: deepseek-coder-33b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q5_K_S.gguf + files: + - filename: deepseek-coder-33b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q6_K.gguf + files: + - filename: deepseek-coder-33b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-33b-instruct-gguf__deepseek-coder-33b-instruct.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-33b-instruct.Q8_0.gguf + files: + - filename: deepseek-coder-33b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-33B-instruct-GGUF/resolve/main/deepseek-coder-33b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q2_K.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q3_K_L.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q3_K_M.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q3_K_S.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q4_0.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q4_K_M.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q4_K_S.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q5_0.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q5_K_M.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q5_K_S.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q6_K.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-5.7bmqa-base-gguf__deepseek-coder-5.7bmqa-base.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-5.7bmqa-base.Q8_0.gguf + files: + - filename: deepseek-coder-5.7bmqa-base.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-5.7bmqa-base-GGUF/resolve/main/deepseek-coder-5.7bmqa-base.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q2_K.gguf + files: + - filename: deepseek-coder-6.7b-base.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q3_K_L.gguf + files: + - filename: deepseek-coder-6.7b-base.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q3_K_M.gguf + files: + - filename: deepseek-coder-6.7b-base.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q3_K_S.gguf + files: + - filename: deepseek-coder-6.7b-base.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q4_0.gguf + files: + - filename: deepseek-coder-6.7b-base.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q4_K_M.gguf + files: + - filename: deepseek-coder-6.7b-base.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q4_K_S.gguf + files: + - filename: deepseek-coder-6.7b-base.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q5_0.gguf + files: + - filename: deepseek-coder-6.7b-base.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q5_K_M.gguf + files: + - filename: deepseek-coder-6.7b-base.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q5_K_S.gguf + files: + - filename: deepseek-coder-6.7b-base.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q6_K.gguf + files: + - filename: deepseek-coder-6.7b-base.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-base-gguf__deepseek-coder-6.7b-base.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF + tags: + - transformers + - deepseek + - license:other + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-base.Q8_0.gguf + files: + - filename: deepseek-coder-6.7b-base.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-base-GGUF/resolve/main/deepseek-coder-6.7b-base.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q2_K.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q3_K_L.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q3_K_M.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q3_K_S.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q4_0.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q4_K_M.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q4_K_S.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q5_0.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q5_K_M.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q5_K_S.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q6_K.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__deepseek-coder-6.7b-instruct-gguf__deepseek-coder-6.7b-instruct.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF + tags: + - transformers + - deepseek + - license:other + - has_space + - region:us + overrides: + parameters: + model: deepseek-coder-6.7b-instruct.Q8_0.gguf + files: + - filename: deepseek-coder-6.7b-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/deepseek-coder-6.7B-instruct-GGUF/resolve/main/deepseek-coder-6.7b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q2_K.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q3_K_L.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q3_K_M.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q3_K_S.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q4_0.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q4_K_M.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q4_K_S.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q5_0.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q5_K_M.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q5_K_S.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q6_K.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.0-mistral-7b-gguf__dolphin-2.0-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.0-mistral-7b.Q8_0.gguf + files: + - filename: dolphin-2.0-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.0-mistral-7B-GGUF/resolve/main/dolphin-2.0-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q2_K.gguf + files: + - filename: dolphin-2.1-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q3_K_L.gguf + files: + - filename: dolphin-2.1-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q3_K_M.gguf + files: + - filename: dolphin-2.1-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q3_K_S.gguf + files: + - filename: dolphin-2.1-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q4_0.gguf + files: + - filename: dolphin-2.1-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q4_K_M.gguf + files: + - filename: dolphin-2.1-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q4_K_S.gguf + files: + - filename: dolphin-2.1-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q5_0.gguf + files: + - filename: dolphin-2.1-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q5_K_M.gguf + files: + - filename: dolphin-2.1-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-70b-gguf__dolphin-2.1-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-70b.Q5_K_S.gguf + files: + - filename: dolphin-2.1-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-2.1-70B-GGUF/resolve/main/dolphin-2.1-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q2_K.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q3_K_L.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q3_K_M.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q3_K_S.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q4_0.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q4_K_M.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q4_K_S.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q5_0.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q5_K_M.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q5_K_S.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q6_K.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.1-mistral-7b-gguf__dolphin-2.1-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.1-mistral-7b.Q8_0.gguf + files: + - filename: dolphin-2.1-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.1-mistral-7B-GGUF/resolve/main/dolphin-2.1-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q2_K.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q3_K_L.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q3_K_M.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q3_K_S.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q4_0.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q4_K_M.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q4_K_S.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q5_0.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q5_K_M.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q5_K_S.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q6_K.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF + tags: + - transformers + - mistral + - en + - dataset:ehartford/dolphin + - dataset:jondurbin/airoboros-2.2.1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-2.2.1-mistral-7b.Q8_0.gguf + files: + - filename: dolphin-2.2.1-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q2_K.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q3_K_L.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q3_K_M.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q3_K_S.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q4_0.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q4_1.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q4_K_M.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q4_K_S.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q5_0.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q5_1.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q5_K_M.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q5_K_S.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q6_K.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.ggmlv3.q8_0.bin + files: + - filename: dolphin-llama-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q2_K.gguf + files: + - filename: dolphin-llama-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q3_K_L.gguf + files: + - filename: dolphin-llama-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q3_K_M.gguf + files: + - filename: dolphin-llama-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q3_K_S.gguf + files: + - filename: dolphin-llama-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q4_0.gguf + files: + - filename: dolphin-llama-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q4_K_M.gguf + files: + - filename: dolphin-llama-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q4_K_S.gguf + files: + - filename: dolphin-llama-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q5_0.gguf + files: + - filename: dolphin-llama-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q5_K_M.gguf + files: + - filename: dolphin-llama-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q5_K_S.gguf + files: + - filename: dolphin-llama-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q6_K.gguf + files: + - filename: dolphin-llama-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama-13b-gguf__dolphin-llama-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama-13b.Q8_0.gguf + files: + - filename: dolphin-llama-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGUF/resolve/main/dolphin-llama-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q2_K.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q3_K_L.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q3_K_M.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q3_K_S.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q4_0.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q4_1.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q4_K_M.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q4_K_S.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q5_0.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q5_1.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q5_K_M.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q5_K_S.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q6_K.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.ggmlv3.q8_0.bin + files: + - filename: dolphin-llama2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q2_K.gguf + files: + - filename: dolphin-llama2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q3_K_L.gguf + files: + - filename: dolphin-llama2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q3_K_M.gguf + files: + - filename: dolphin-llama2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q3_K_S.gguf + files: + - filename: dolphin-llama2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q4_0.gguf + files: + - filename: dolphin-llama2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q4_K_M.gguf + files: + - filename: dolphin-llama2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q4_K_S.gguf + files: + - filename: dolphin-llama2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q5_0.gguf + files: + - filename: dolphin-llama2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q5_K_M.gguf + files: + - filename: dolphin-llama2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q5_K_S.gguf + files: + - filename: dolphin-llama2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q6_K.gguf + files: + - filename: dolphin-llama2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dolphin-llama2-7b-gguf__dolphin-llama2-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:ehartford/dolphin + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: dolphin-llama2-7b.Q8_0.gguf + files: + - filename: dolphin-llama2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGUF/resolve/main/dolphin-llama2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q2_K.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q3_K_L.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q3_K_M.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q3_K_S.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q4_0.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q4_1.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q4_K_M.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q4_K_S.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q5_0.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q5_1.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q5_K_M.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: dromedary-lora-65B.ggmlv3.q5_K_S.bin + files: + - filename: dromedary-lora-65B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q2_K.gguf + files: + - filename: echidna-13b-v0.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q3_K_L.gguf + files: + - filename: echidna-13b-v0.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q3_K_M.gguf + files: + - filename: echidna-13b-v0.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q3_K_S.gguf + files: + - filename: echidna-13b-v0.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q4_0.gguf + files: + - filename: echidna-13b-v0.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q4_K_M.gguf + files: + - filename: echidna-13b-v0.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q4_K_S.gguf + files: + - filename: echidna-13b-v0.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q5_0.gguf + files: + - filename: echidna-13b-v0.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q5_K_M.gguf + files: + - filename: echidna-13b-v0.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q5_K_S.gguf + files: + - filename: echidna-13b-v0.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q6_K.gguf + files: + - filename: echidna-13b-v0.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.2-gguf__echidna-13b-v0.2.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.2.Q8_0.gguf + files: + - filename: echidna-13b-v0.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.2-GGUF/resolve/main/echidna-13b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q2_K.gguf + files: + - filename: echidna-13b-v0.3.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q3_K_L.gguf + files: + - filename: echidna-13b-v0.3.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q3_K_M.gguf + files: + - filename: echidna-13b-v0.3.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q3_K_S.gguf + files: + - filename: echidna-13b-v0.3.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q4_0.gguf + files: + - filename: echidna-13b-v0.3.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q4_K_M.gguf + files: + - filename: echidna-13b-v0.3.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q4_K_S.gguf + files: + - filename: echidna-13b-v0.3.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q5_0.gguf + files: + - filename: echidna-13b-v0.3.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q5_K_M.gguf + files: + - filename: echidna-13b-v0.3.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q5_K_S.gguf + files: + - filename: echidna-13b-v0.3.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q6_K.gguf + files: + - filename: echidna-13b-v0.3.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-13b-v0.3-gguf__echidna-13b-v0.3.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-13b-v0.3.Q8_0.gguf + files: + - filename: echidna-13b-v0.3.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Echidna-13B-v0.3-GGUF/resolve/main/echidna-13b-v0.3.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q2_K.gguf + files: + - filename: echidna-tiefigther-25.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q3_K_L.gguf + files: + - filename: echidna-tiefigther-25.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q3_K_M.gguf + files: + - filename: echidna-tiefigther-25.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q3_K_S.gguf + files: + - filename: echidna-tiefigther-25.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q4_0.gguf + files: + - filename: echidna-tiefigther-25.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q4_K_M.gguf + files: + - filename: echidna-tiefigther-25.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q4_K_S.gguf + files: + - filename: echidna-tiefigther-25.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q5_0.gguf + files: + - filename: echidna-tiefigther-25.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q5_K_M.gguf + files: + - filename: echidna-tiefigther-25.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q5_K_S.gguf + files: + - filename: echidna-tiefigther-25.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q6_K.gguf + files: + - filename: echidna-tiefigther-25.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__echidna-tiefigther-25-gguf__echidna-tiefigther-25.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: echidna-tiefigther-25.Q8_0.gguf + files: + - filename: echidna-tiefigther-25.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/echidna-tiefigther-25-GGUF/resolve/main/echidna-tiefigther-25.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q2_K.gguf + files: + - filename: em_german_13b_v01.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q3_K_L.gguf + files: + - filename: em_german_13b_v01.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q3_K_M.gguf + files: + - filename: em_german_13b_v01.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q3_K_S.gguf + files: + - filename: em_german_13b_v01.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q4_0.gguf + files: + - filename: em_german_13b_v01.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q4_K_M.gguf + files: + - filename: em_german_13b_v01.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q4_K_S.gguf + files: + - filename: em_german_13b_v01.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q5_0.gguf + files: + - filename: em_german_13b_v01.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q5_K_M.gguf + files: + - filename: em_german_13b_v01.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q5_K_S.gguf + files: + - filename: em_german_13b_v01.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q6_K.gguf + files: + - filename: em_german_13b_v01.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_13b_v01-gguf__em_german_13b_v01.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_13b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_13b_v01.Q8_0.gguf + files: + - filename: em_german_13b_v01.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_13b_v01-GGUF/resolve/main/em_german_13b_v01.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q2_K.gguf + files: + - filename: em_german_70b_v01.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q3_K_L.gguf + files: + - filename: em_german_70b_v01.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q3_K_M.gguf + files: + - filename: em_german_70b_v01.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q3_K_S.gguf + files: + - filename: em_german_70b_v01.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q4_0.gguf + files: + - filename: em_german_70b_v01.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q4_K_M.gguf + files: + - filename: em_german_70b_v01.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q4_K_S.gguf + files: + - filename: em_german_70b_v01.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q5_0.gguf + files: + - filename: em_german_70b_v01.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q5_K_M.gguf + files: + - filename: em_german_70b_v01.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_70b_v01-gguf__em_german_70b_v01.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_70b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_70b_v01.Q5_K_S.gguf + files: + - filename: em_german_70b_v01.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_70b_v01-GGUF/resolve/main/em_german_70b_v01.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q2_K.gguf + files: + - filename: em_german_7b_v01.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q3_K_L.gguf + files: + - filename: em_german_7b_v01.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q3_K_M.gguf + files: + - filename: em_german_7b_v01.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q3_K_S.gguf + files: + - filename: em_german_7b_v01.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q4_0.gguf + files: + - filename: em_german_7b_v01.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q4_K_M.gguf + files: + - filename: em_german_7b_v01.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q4_K_S.gguf + files: + - filename: em_german_7b_v01.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q5_0.gguf + files: + - filename: em_german_7b_v01.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q5_K_M.gguf + files: + - filename: em_german_7b_v01.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q5_K_S.gguf + files: + - filename: em_german_7b_v01.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q6_K.gguf + files: + - filename: em_german_7b_v01.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_7b_v01-gguf__em_german_7b_v01.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/em_german_7b_v01-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - german + - deutsch + - text-generation + - de + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_7b_v01.Q8_0.gguf + files: + - filename: em_german_7b_v01.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_7b_v01-GGUF/resolve/main/em_german_7b_v01.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q2_K.gguf + files: + - filename: em_german_leo_mistral.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q3_K_L.gguf + files: + - filename: em_german_leo_mistral.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q3_K_M.gguf + files: + - filename: em_german_leo_mistral.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q3_K_S.gguf + files: + - filename: em_german_leo_mistral.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q4_0.gguf + files: + - filename: em_german_leo_mistral.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q4_K_M.gguf + files: + - filename: em_german_leo_mistral.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q4_K_S.gguf + files: + - filename: em_german_leo_mistral.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q5_0.gguf + files: + - filename: em_german_leo_mistral.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q5_K_M.gguf + files: + - filename: em_german_leo_mistral.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q5_K_S.gguf + files: + - filename: em_german_leo_mistral.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q6_K.gguf + files: + - filename: em_german_leo_mistral.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_leo_mistral-gguf__em_german_leo_mistral.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - leolm + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_leo_mistral.Q8_0.gguf + files: + - filename: em_german_leo_mistral.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_leo_mistral-GGUF/resolve/main/em_german_leo_mistral.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q2_K.gguf + files: + - filename: em_german_mistral_v01.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q3_K_L.gguf + files: + - filename: em_german_mistral_v01.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q3_K_M.gguf + files: + - filename: em_german_mistral_v01.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q3_K_S.gguf + files: + - filename: em_german_mistral_v01.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q4_0.gguf + files: + - filename: em_german_mistral_v01.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q4_K_M.gguf + files: + - filename: em_german_mistral_v01.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q4_K_S.gguf + files: + - filename: em_german_mistral_v01.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q5_0.gguf + files: + - filename: em_german_mistral_v01.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q5_K_M.gguf + files: + - filename: em_german_mistral_v01.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q5_K_S.gguf + files: + - filename: em_german_mistral_v01.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q6_K.gguf + files: + - filename: em_german_mistral_v01.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__em_german_mistral_v01-gguf__em_german_mistral_v01.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF + tags: + - transformers + - mistral + - pytorch + - german + - deutsch + - text-generation + - de + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: em_german_mistral_v01.Q8_0.gguf + files: + - filename: em_german_mistral_v01.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/em_german_mistral_v01-GGUF/resolve/main/em_german_mistral_v01.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q2_K.gguf + files: + - filename: emerhyst-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q3_K_L.gguf + files: + - filename: emerhyst-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q3_K_M.gguf + files: + - filename: emerhyst-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q3_K_S.gguf + files: + - filename: emerhyst-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q4_0.gguf + files: + - filename: emerhyst-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q4_K_M.gguf + files: + - filename: emerhyst-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q4_K_S.gguf + files: + - filename: emerhyst-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q5_0.gguf + files: + - filename: emerhyst-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q5_K_M.gguf + files: + - filename: emerhyst-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q5_K_S.gguf + files: + - filename: emerhyst-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q6_K.gguf + files: + - filename: emerhyst-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-13b-gguf__emerhyst-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-13B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-13b.Q8_0.gguf + files: + - filename: emerhyst-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-13B-GGUF/resolve/main/emerhyst-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q2_K.gguf + files: + - filename: emerhyst-20b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q3_K_L.gguf + files: + - filename: emerhyst-20b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q3_K_M.gguf + files: + - filename: emerhyst-20b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q3_K_S.gguf + files: + - filename: emerhyst-20b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q4_0.gguf + files: + - filename: emerhyst-20b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q4_K_M.gguf + files: + - filename: emerhyst-20b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q4_K_S.gguf + files: + - filename: emerhyst-20b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q5_0.gguf + files: + - filename: emerhyst-20b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q5_K_M.gguf + files: + - filename: emerhyst-20b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q5_K_S.gguf + files: + - filename: emerhyst-20b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q6_K.gguf + files: + - filename: emerhyst-20b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__emerhyst-20b-gguf__emerhyst-20b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Emerhyst-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: emerhyst-20b.Q8_0.gguf + files: + - filename: emerhyst-20b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Emerhyst-20B-GGUF/resolve/main/emerhyst-20b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q2_K.gguf + files: + - filename: euryale-1.3-l2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q3_K_L.gguf + files: + - filename: euryale-1.3-l2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q3_K_M.gguf + files: + - filename: euryale-1.3-l2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q3_K_S.gguf + files: + - filename: euryale-1.3-l2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q4_0.gguf + files: + - filename: euryale-1.3-l2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q4_K_M.gguf + files: + - filename: euryale-1.3-l2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q4_K_S.gguf + files: + - filename: euryale-1.3-l2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q5_0.gguf + files: + - filename: euryale-1.3-l2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q5_K_M.gguf + files: + - filename: euryale-1.3-l2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-1.3-l2-70b-gguf__euryale-1.3-l2-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-1.3-l2-70b.Q5_K_S.gguf + files: + - filename: euryale-1.3-l2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-1.3-L2-70B-GGUF/resolve/main/euryale-1.3-l2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q2_K.gguf + files: + - filename: euryale-inverted-l2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q3_K_L.gguf + files: + - filename: euryale-inverted-l2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q3_K_M.gguf + files: + - filename: euryale-inverted-l2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q3_K_S.gguf + files: + - filename: euryale-inverted-l2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q4_0.gguf + files: + - filename: euryale-inverted-l2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q4_K_M.gguf + files: + - filename: euryale-inverted-l2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q4_K_S.gguf + files: + - filename: euryale-inverted-l2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q5_0.gguf + files: + - filename: euryale-inverted-l2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q5_K_M.gguf + files: + - filename: euryale-inverted-l2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-inverted-l2-70b-gguf__euryale-inverted-l2-70b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-inverted-l2-70b.Q5_K_S.gguf + files: + - filename: euryale-inverted-l2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-Inverted-L2-70B-GGUF/resolve/main/euryale-inverted-l2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q2_K.gguf + files: + - filename: euryale-l2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q3_K_L.gguf + files: + - filename: euryale-l2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q3_K_M.gguf + files: + - filename: euryale-l2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q3_K_S.gguf + files: + - filename: euryale-l2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q4_0.gguf + files: + - filename: euryale-l2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q4_K_M.gguf + files: + - filename: euryale-l2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q4_K_S.gguf + files: + - filename: euryale-l2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q5_0.gguf + files: + - filename: euryale-l2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q5_K_M.gguf + files: + - filename: euryale-l2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__euryale-l2-70b-gguf__euryale-l2-70b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF + tags: + - transformers + - llama + - en + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: euryale-l2-70b.Q5_K_S.gguf + files: + - filename: euryale-l2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Euryale-L2-70B-GGUF/resolve/main/euryale-l2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q2_K.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q3_K_L.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q3_K_M.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q3_K_S.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q4_0.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q4_1.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q4_K_M.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q4_K_S.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q5_0.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q5_1.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q5_K_M.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q5_K_S.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q6_K.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.ggmlv3.q8_0.bin + files: + - filename: everythinglm-13b-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q2_K.gguf + files: + - filename: everythinglm-13b-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q3_K_L.gguf + files: + - filename: everythinglm-13b-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q3_K_M.gguf + files: + - filename: everythinglm-13b-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q3_K_S.gguf + files: + - filename: everythinglm-13b-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q4_0.gguf + files: + - filename: everythinglm-13b-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q4_K_M.gguf + files: + - filename: everythinglm-13b-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q4_K_S.gguf + files: + - filename: everythinglm-13b-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q5_0.gguf + files: + - filename: everythinglm-13b-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q5_K_M.gguf + files: + - filename: everythinglm-13b-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q5_K_S.gguf + files: + - filename: everythinglm-13b-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q6_K.gguf + files: + - filename: everythinglm-13b-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-16k-gguf__everythinglm-13b-16k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-16k.Q8_0.gguf + files: + - filename: everythinglm-13b-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGUF/resolve/main/everythinglm-13b-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q2_K.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q6_K.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.ggmlv3.q8_0.bin + files: + - filename: everythinglm-13b-v2-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q2_K.gguf + files: + - filename: everythinglm-13b-v2-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q3_K_L.gguf + files: + - filename: everythinglm-13b-v2-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q3_K_M.gguf + files: + - filename: everythinglm-13b-v2-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q3_K_S.gguf + files: + - filename: everythinglm-13b-v2-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q4_0.gguf + files: + - filename: everythinglm-13b-v2-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q4_K_M.gguf + files: + - filename: everythinglm-13b-v2-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q4_K_S.gguf + files: + - filename: everythinglm-13b-v2-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q5_0.gguf + files: + - filename: everythinglm-13b-v2-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q5_K_M.gguf + files: + - filename: everythinglm-13b-v2-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q5_K_S.gguf + files: + - filename: everythinglm-13b-v2-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q6_K.gguf + files: + - filename: everythinglm-13b-v2-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v2-16k.Q8_0.gguf + files: + - filename: everythinglm-13b-v2-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGUF/resolve/main/everythinglm-13b-v2-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q2_K.gguf + files: + - filename: everythinglm-13b-v3-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q3_K_L.gguf + files: + - filename: everythinglm-13b-v3-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q3_K_M.gguf + files: + - filename: everythinglm-13b-v3-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q3_K_S.gguf + files: + - filename: everythinglm-13b-v3-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q4_0.gguf + files: + - filename: everythinglm-13b-v3-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q4_K_M.gguf + files: + - filename: everythinglm-13b-v3-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q4_K_S.gguf + files: + - filename: everythinglm-13b-v3-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q5_0.gguf + files: + - filename: everythinglm-13b-v3-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q5_K_M.gguf + files: + - filename: everythinglm-13b-v3-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q5_K_S.gguf + files: + - filename: everythinglm-13b-v3-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q6_K.gguf + files: + - filename: everythinglm-13b-v3-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__everythinglm-13b-v3-16k-gguf__everythinglm-13b-v3-16k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF + tags: + - transformers + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: everythinglm-13b-v3-16k.Q8_0.gguf + files: + - filename: everythinglm-13b-v3-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/EverythingLM-13B-V3-16K-GGUF/resolve/main/everythinglm-13b-v3-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q4_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML + tags: + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: evol-replit-v1.ggmlv1.q4_0.bin + files: + - filename: evol-replit-v1.ggmlv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q4_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML + tags: + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: evol-replit-v1.ggmlv1.q4_1.bin + files: + - filename: evol-replit-v1.ggmlv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q5_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML + tags: + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: evol-replit-v1.ggmlv1.q5_0.bin + files: + - filename: evol-replit-v1.ggmlv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q5_1.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML + tags: + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: evol-replit-v1.ggmlv1.q5_1.bin + files: + - filename: evol-replit-v1.ggmlv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q8_0.bin + license: cc-by-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML + tags: + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:cc-by-sa-4.0 + - region:us + overrides: + parameters: + model: evol-replit-v1.ggmlv1.q8_0.bin + files: + - filename: evol-replit-v1.ggmlv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q2_k.bin + files: + - filename: falcon-40b-instruct.ggccv1.q2_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q3_k.bin + files: + - filename: falcon-40b-instruct.ggccv1.q3_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q3_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q4_0.bin + files: + - filename: falcon-40b-instruct.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q4_1.bin + files: + - filename: falcon-40b-instruct.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q4_k.bin + files: + - filename: falcon-40b-instruct.ggccv1.q4_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q5_0.bin + files: + - filename: falcon-40b-instruct.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q5_1.bin + files: + - filename: falcon-40b-instruct.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q5_k.bin + files: + - filename: falcon-40b-instruct.ggccv1.q5_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q6_k.bin + files: + - filename: falcon-40b-instruct.ggccv1.q6_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-instruct.ggccv1.q8_0.bin + files: + - filename: falcon-40b-instruct.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q2_K.bin + files: + - filename: falcon40b-instruct.ggmlv3.q2_K.bin + sha256: 309169651c6592b1ad5f0fd8fa2e35651ad6f6a1db7d06827846b58ba8e7f2d1 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q3_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q3_K_S.bin + files: + - filename: falcon40b-instruct.ggmlv3.q3_K_S.bin + sha256: 9a5bcb0f2b5d84366d443aee026be4d9b39bd5b88426ab02f902dff3b44802b2 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q4_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q4_K_S.bin + files: + - filename: falcon40b-instruct.ggmlv3.q4_K_S.bin + sha256: a82c660cc2f9e05311f93d17f8357a9ce66d06c5f44b9e46671a44b8103cb5d9 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q5_k_s.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q5_K_S.bin + files: + - filename: falcon40b-instruct.ggmlv3.q5_K_S.bin + sha256: 1bd462dbf24adeb1e129341fd23d0eb830478b1ca8ad342cb4ae8588e4572a67 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q6_K.bin + files: + - filename: falcon40b-instruct.ggmlv3.q6_K.bin + sha256: 5bb020b0f66ab1ad1d7965d40a065001905e487db7b81404bbe5a224eef74769 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + tags: + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:apache-2.0 + - has_space + overrides: + parameters: + model: falcon40b-instruct.ggmlv3.q8_0.bin + files: + - filename: falcon40b-instruct.ggmlv3.q8_0.bin + sha256: 2c7c550cde9f3f282d0a9171884aa548e4340b6e9c1ebca6a875fd4d62dcad82 + uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q3_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - dataset:databricks/databricks-dolly-15k + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + files: + - filename: falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q2_k.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q2_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q3_k.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q3_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q3_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q4_0.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q4_1.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q4_k.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q4_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q5_0.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q5_1.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q5_k.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q5_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q6_k.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q6_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + tags: + - transformers + - falcon + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-40b-top1-560.ggccv1.q8_0.bin + files: + - filename: falcon-40b-top1-560.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-7b-instruct.ggccv1.q4_0.bin + files: + - filename: falcon-7b-instruct.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-7b-instruct.ggccv1.q4_1.bin + files: + - filename: falcon-7b-instruct.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-7b-instruct.ggccv1.q5_0.bin + files: + - filename: falcon-7b-instruct.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-7b-instruct.ggccv1.q5_1.bin + files: + - filename: falcon-7b-instruct.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML + tags: + - transformers + - falcon + - en + - dataset:tiiuae/falcon-refinedweb + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: falcon-7b-instruct.ggccv1.q8_0.bin + files: + - filename: falcon-7b-instruct.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Falcon-7B-Instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon-7b-instruct.ggmlv3.q4_0.bin + files: + - filename: falcon-7b-instruct.ggmlv3.q4_0.bin + sha256: 31413af93f77f080290cd0bcdcb94a521ef8714732934629198faef88d4093db + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon-7b-instruct.ggmlv3.q4_1.bin + files: + - filename: falcon-7b-instruct.ggmlv3.q4_1.bin + sha256: e3a73b440eec2ce67d31facb370c47efddf44c2725ac09a56eb954de22003fb8 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon-7b-instruct.ggmlv3.q5_0.bin + files: + - filename: falcon-7b-instruct.ggmlv3.q5_0.bin + sha256: eb745b75b8a831787c1bd42a0afe0267432f982d0b01af4ac93c493c8f414970 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon-7b-instruct.ggmlv3.q5_1.bin + files: + - filename: falcon-7b-instruct.ggmlv3.q5_1.bin + sha256: 8c191b177fc73636b6a13f356175b4230f3b4a17d93fd81c40eb19b49e28fe61 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon-7b-instruct.ggmlv3.q8_0.bin + files: + - filename: falcon-7b-instruct.ggmlv3.q8_0.bin + sha256: 0d7d1bfb02f9146dd48cc38546718b0a2798cc5ad9f83c751b0780a54b4a841d + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.fp16.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.fp16.bin + files: + - filename: falcon7b-instruct.ggmlv3.fp16.bin + sha256: d942d310f2c5c141591695879ba8c6954ace4893514cdc686f9ab9d8ef8213df + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.fp16.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.q4_0.bin + files: + - filename: falcon7b-instruct.ggmlv3.q4_0.bin + sha256: 510c1d153793e2f80e93a6ff8813e16a3233c974c84c90a7790361b3f56d35e4 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.q4_1.bin + files: + - filename: falcon7b-instruct.ggmlv3.q4_1.bin + sha256: 182732f7b538e0148bd0aba5964e7ccf4e950d18e3f1d67d6e05e0cc18e602c9 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.q5_0.bin + files: + - filename: falcon7b-instruct.ggmlv3.q5_0.bin + sha256: d2459c64d41984b42ddc1227545de23c709466ee24e9276d87054212fc7e73c4 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.q5_1.bin + files: + - filename: falcon7b-instruct.ggmlv3.q5_1.bin + sha256: b94d3616239a43ded9e1ff0ffdfd7437547e8e90e6dcde51281bbe8aa3933727 + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + tags: + - falcon + - arxiv:2205.14135 + - arxiv:1911.02150 + - arxiv:2005.14165 + - arxiv:2104.09864 + - arxiv:2306.01116 + - transformers + - license:other + - has_space + overrides: + parameters: + model: falcon7b-instruct.ggmlv3.q8_0.bin + files: + - filename: falcon7b-instruct.ggmlv3.q8_0.bin + sha256: 19c160d295638e2612d0f7c74b5a66ec3c3014a001a410c3f9b92517de7e7c9b + uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q2_K.gguf + files: + - filename: fashiongpt-70b-v1.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q3_K_L.gguf + files: + - filename: fashiongpt-70b-v1.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q3_K_M.gguf + files: + - filename: fashiongpt-70b-v1.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q3_K_S.gguf + files: + - filename: fashiongpt-70b-v1.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q4_0.gguf + files: + - filename: fashiongpt-70b-v1.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q4_K_M.gguf + files: + - filename: fashiongpt-70b-v1.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q4_K_S.gguf + files: + - filename: fashiongpt-70b-v1.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q5_0.gguf + files: + - filename: fashiongpt-70b-v1.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q5_K_M.gguf + files: + - filename: fashiongpt-70b-v1.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.1-gguf__fashiongpt-70b-v1.1.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.1.Q5_K_S.gguf + files: + - filename: fashiongpt-70b-v1.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-V1.1-GGUF/resolve/main/fashiongpt-70b-v1.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q2_K.gguf + files: + - filename: fashiongpt-70b-v1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q3_K_L.gguf + files: + - filename: fashiongpt-70b-v1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q3_K_M.gguf + files: + - filename: fashiongpt-70b-v1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q3_K_S.gguf + files: + - filename: fashiongpt-70b-v1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q4_0.gguf + files: + - filename: fashiongpt-70b-v1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q4_K_M.gguf + files: + - filename: fashiongpt-70b-v1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q4_K_S.gguf + files: + - filename: fashiongpt-70b-v1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q5_0.gguf + files: + - filename: fashiongpt-70b-v1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q5_K_M.gguf + files: + - filename: fashiongpt-70b-v1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fashiongpt-70b-v1.2-gguf__fashiongpt-70b-v1.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fashiongpt-70b-v1.2.Q5_K_S.gguf + files: + - filename: fashiongpt-70b-v1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/FashionGPT-70B-v1.2-GGUF/resolve/main/fashiongpt-70b-v1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin + files: + - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q2_k.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q2_K.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q3_k_l.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q3_K_L.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q3_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q3_K_M.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q3_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q3_K_S.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q4_0.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q4_0.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q4_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q4_K_M.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q4_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q4_K_S.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q5_0.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q5_0.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q5_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q5_K_M.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fiction.live-kimiko-v2-70b-gguf__fiction.live-kimiko-v2-70b.q5_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: fiction.live-Kimiko-V2-70B.Q5_K_S.gguf + files: + - filename: fiction.live-Kimiko-V2-70B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGUF/resolve/main/fiction.live-Kimiko-V2-70B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q2_K.bin + files: + - filename: fin-llama-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q3_K_L.bin + files: + - filename: fin-llama-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q3_K_M.bin + files: + - filename: fin-llama-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q3_K_S.bin + files: + - filename: fin-llama-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q4_0.bin + files: + - filename: fin-llama-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q4_1.bin + files: + - filename: fin-llama-33b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q4_K_M.bin + files: + - filename: fin-llama-33b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q4_K_S.bin + files: + - filename: fin-llama-33b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q5_0.bin + files: + - filename: fin-llama-33b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q5_1.bin + files: + - filename: fin-llama-33b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q5_K_M.bin + files: + - filename: fin-llama-33b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q5_K_S.bin + files: + - filename: fin-llama-33b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q6_K.bin + files: + - filename: fin-llama-33b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGML + tags: + - finance + - llm + - llama + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - region:us + overrides: + parameters: + model: fin-llama-33b.ggmlv3.q8_0.bin + files: + - filename: fin-llama-33b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q2_K.gguf + files: + - filename: fin-llama-33b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q3_K_L.gguf + files: + - filename: fin-llama-33b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q3_K_M.gguf + files: + - filename: fin-llama-33b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q3_K_S.gguf + files: + - filename: fin-llama-33b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q4_0.gguf + files: + - filename: fin-llama-33b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q4_K_M.gguf + files: + - filename: fin-llama-33b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q4_K_S.gguf + files: + - filename: fin-llama-33b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q5_0.gguf + files: + - filename: fin-llama-33b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q5_K_M.gguf + files: + - filename: fin-llama-33b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q5_K_S.gguf + files: + - filename: fin-llama-33b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q6_K.gguf + files: + - filename: fin-llama-33b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__fin-llama-33b-gguf__fin-llama-33b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/fin-llama-33B-GGUF + tags: + - transformers + - llama + - finance + - llm + - trading + - dataset:bavest/fin-llama-dataset + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: fin-llama-33b.Q8_0.gguf + files: + - filename: fin-llama-33b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/fin-llama-33B-GGUF/resolve/main/fin-llama-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin + files: + - filename: firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q2_K.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q3_K_L.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q3_K_M.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q3_K_S.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q4_0.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q4_K_M.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q4_K_S.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q5_0.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q5_K_M.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q5_K_S.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q6_K.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__firefly-llama2-13b-v1.2-gguf__firefly-llama2-13b-v1.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: firefly-llama2-13b-v1.2.Q8_0.gguf + files: + - filename: firefly-llama2-13b-v1.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGUF/resolve/main/firefly-llama2-13b-v1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q2_K.bin + files: + - filename: flan-openllama-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q3_K_L.bin + files: + - filename: flan-openllama-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q3_K_M.bin + files: + - filename: flan-openllama-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q3_K_S.bin + files: + - filename: flan-openllama-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q4_0.bin + files: + - filename: flan-openllama-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q4_1.bin + files: + - filename: flan-openllama-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q4_K_M.bin + files: + - filename: flan-openllama-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q4_K_S.bin + files: + - filename: flan-openllama-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q5_0.bin + files: + - filename: flan-openllama-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q5_1.bin + files: + - filename: flan-openllama-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q5_K_M.bin + files: + - filename: flan-openllama-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q5_K_S.bin + files: + - filename: flan-openllama-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q6_K.bin + files: + - filename: flan-openllama-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: flan-openllama-7b.ggmlv3.q8_0.bin + files: + - filename: flan-openllama-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q2_K.gguf + files: + - filename: free_sydney_v2_13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q3_K_L.gguf + files: + - filename: free_sydney_v2_13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q3_K_M.gguf + files: + - filename: free_sydney_v2_13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q3_K_S.gguf + files: + - filename: free_sydney_v2_13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q4_0.gguf + files: + - filename: free_sydney_v2_13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q4_K_M.gguf + files: + - filename: free_sydney_v2_13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q4_K_S.gguf + files: + - filename: free_sydney_v2_13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q5_0.gguf + files: + - filename: free_sydney_v2_13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q5_K_M.gguf + files: + - filename: free_sydney_v2_13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q5_K_S.gguf + files: + - filename: free_sydney_v2_13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q6_K.gguf + files: + - filename: free_sydney_v2_13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__free_sydney_v2_13b-gguf__free_sydney_v2_13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF + tags: + - transformers + - llama + - llm + - llama2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: free_sydney_v2_13b.Q8_0.gguf + files: + - filename: free_sydney_v2_13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Free_Sydney_V2_13B-GGUF/resolve/main/free_sydney_v2_13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q2_k.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q2_K.gguf + files: + - filename: gale-medium-init-3B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q3_k_l.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q3_K_L.gguf + files: + - filename: gale-medium-init-3B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q3_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q3_K_M.gguf + files: + - filename: gale-medium-init-3B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q3_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q3_K_S.gguf + files: + - filename: gale-medium-init-3B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q4_0.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q4_0.gguf + files: + - filename: gale-medium-init-3B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q4_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q4_K_M.gguf + files: + - filename: gale-medium-init-3B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q4_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q4_K_S.gguf + files: + - filename: gale-medium-init-3B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q5_0.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q5_0.gguf + files: + - filename: gale-medium-init-3B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q5_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q5_K_M.gguf + files: + - filename: gale-medium-init-3B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q5_k_s.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q5_K_S.gguf + files: + - filename: gale-medium-init-3B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q6_k.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q6_K.gguf + files: + - filename: gale-medium-init-3B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gale-medium-init-3b-gguf__gale-medium-init-3b.q8_0.gguf + urls: + - https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF + tags: + - transformers + - mistral + - text-generation-inference + - region:us + overrides: + parameters: + model: gale-medium-init-3B.Q8_0.gguf + files: + - filename: gale-medium-init-3B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Gale-medium-init-3B-GGUF/resolve/main/gale-medium-init-3B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q2_K.gguf + files: + - filename: genz-13b-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q3_K_L.gguf + files: + - filename: genz-13b-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q3_K_M.gguf + files: + - filename: genz-13b-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q3_K_S.gguf + files: + - filename: genz-13b-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q4_0.gguf + files: + - filename: genz-13b-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q4_K_M.gguf + files: + - filename: genz-13b-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q4_K_S.gguf + files: + - filename: genz-13b-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q5_0.gguf + files: + - filename: genz-13b-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q5_K_M.gguf + files: + - filename: genz-13b-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q5_K_S.gguf + files: + - filename: genz-13b-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q6_K.gguf + files: + - filename: genz-13b-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-13b-v2-gguf__genz-13b-v2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/genz-13B-v2-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-13b-v2.Q8_0.gguf + files: + - filename: genz-13b-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/genz-13B-v2-GGUF/resolve/main/genz-13b-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q2_K.bin + files: + - filename: genz-70b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q3_K_L.bin + files: + - filename: genz-70b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q3_K_M.bin + files: + - filename: genz-70b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q3_K_S.bin + files: + - filename: genz-70b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q4_0.bin + files: + - filename: genz-70b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q4_1.bin + files: + - filename: genz-70b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q4_K_M.bin + files: + - filename: genz-70b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q4_K_S.bin + files: + - filename: genz-70b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q5_0.bin + files: + - filename: genz-70b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q5_K_M.bin + files: + - filename: genz-70b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.ggmlv3.Q5_K_S.bin + files: + - filename: genz-70b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q2_K.gguf + files: + - filename: genz-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q3_K_L.gguf + files: + - filename: genz-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q3_K_M.gguf + files: + - filename: genz-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q3_K_S.gguf + files: + - filename: genz-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q4_0.gguf + files: + - filename: genz-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q4_K_M.gguf + files: + - filename: genz-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q4_K_S.gguf + files: + - filename: genz-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q5_0.gguf + files: + - filename: genz-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q5_K_M.gguf + files: + - filename: genz-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__genz-70b-gguf__genz-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Genz-70b-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: genz-70b.Q5_K_S.gguf + files: + - filename: genz-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Genz-70b-GGUF/resolve/main/genz-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q2_K.bin + files: + - filename: godzilla-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q3_K_L.bin + files: + - filename: godzilla-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q3_K_M.bin + files: + - filename: godzilla-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q3_K_S.bin + files: + - filename: godzilla-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q4_0.bin + files: + - filename: godzilla-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q4_1.bin + files: + - filename: godzilla-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q4_K_M.bin + files: + - filename: godzilla-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q4_K_S.bin + files: + - filename: godzilla-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q5_0.bin + files: + - filename: godzilla-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q5_1.bin + files: + - filename: godzilla-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q5_K_M.bin + files: + - filename: godzilla-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q5_K_S.bin + files: + - filename: godzilla-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q6_K.bin + files: + - filename: godzilla-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + tags: + - merge + - mix + - cot + - text-generation + - license:other + - region:us + overrides: + parameters: + model: godzilla-30b.ggmlv3.q8_0.bin + files: + - filename: godzilla-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q2_K.bin + files: + - filename: godzilla2-70b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q3_K_L.bin + files: + - filename: godzilla2-70b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q3_K_M.bin + files: + - filename: godzilla2-70b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q3_K_S.bin + files: + - filename: godzilla2-70b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q4_0.bin + files: + - filename: godzilla2-70b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q4_1.bin + files: + - filename: godzilla2-70b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q4_K_M.bin + files: + - filename: godzilla2-70b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q4_K_S.bin + files: + - filename: godzilla2-70b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q5_0.bin + files: + - filename: godzilla2-70b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q5_K_M.bin + files: + - filename: godzilla2-70b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.ggmlv3.q5_K_S.bin + files: + - filename: godzilla2-70b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q2_K.gguf + files: + - filename: godzilla2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q3_K_L.gguf + files: + - filename: godzilla2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q3_K_M.gguf + files: + - filename: godzilla2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q3_K_S.gguf + files: + - filename: godzilla2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q4_0.gguf + files: + - filename: godzilla2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q4_K_M.gguf + files: + - filename: godzilla2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q4_K_S.gguf + files: + - filename: godzilla2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q5_0.gguf + files: + - filename: godzilla2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q5_K_M.gguf + files: + - filename: godzilla2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q5_K_S.gguf + files: + - filename: godzilla2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__godzilla2-70b-gguf__godzilla2-70b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF + tags: + - transformers + - llama + - merge + - mix + - cot + - text-generation + - dataset:mlabonne/guanaco-llama2-1k + - arxiv:2009.03300 + - arxiv:1803.05457 + - arxiv:1905.07830 + - arxiv:2109.07958 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: godzilla2-70b.Q8_0.gguf + files: + - filename: godzilla2-70b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGUF/resolve/main/godzilla2-70b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q2_K.bin + files: + - filename: Gorilla-7B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q3_K_L.bin + files: + - filename: Gorilla-7B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q3_K_M.bin + files: + - filename: Gorilla-7B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q3_K_S.bin + files: + - filename: Gorilla-7B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q4_0.bin + files: + - filename: Gorilla-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q4_1.bin + files: + - filename: Gorilla-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q4_K_M.bin + files: + - filename: Gorilla-7B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q4_K_S.bin + files: + - filename: Gorilla-7B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q5_0.bin + files: + - filename: Gorilla-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q5_1.bin + files: + - filename: Gorilla-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q5_K_M.bin + files: + - filename: Gorilla-7B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q5_K_S.bin + files: + - filename: Gorilla-7B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q6_K.bin + files: + - filename: Gorilla-7B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGML + tags: + - arxiv:2305.15334 + - license:other + - region:us + overrides: + parameters: + model: Gorilla-7B.ggmlv3.q8_0.bin + files: + - filename: Gorilla-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q2_K.gguf + files: + - filename: Gorilla-7B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q3_K_L.gguf + files: + - filename: Gorilla-7B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q3_K_M.gguf + files: + - filename: Gorilla-7B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q3_K_S.gguf + files: + - filename: Gorilla-7B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q4_0.gguf + files: + - filename: Gorilla-7B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q4_K_M.gguf + files: + - filename: Gorilla-7B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q4_K_S.gguf + files: + - filename: Gorilla-7B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q5_0.gguf + files: + - filename: Gorilla-7B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q5_K_M.gguf + files: + - filename: Gorilla-7B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q5_K_S.gguf + files: + - filename: Gorilla-7B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q6_K.gguf + files: + - filename: Gorilla-7B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gorilla-7b-gguf__gorilla-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/gorilla-7B-GGUF + tags: + - transformers + - llama + - arxiv:2305.15334 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Gorilla-7B.Q8_0.gguf + files: + - filename: Gorilla-7B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/gorilla-7B-GGUF/resolve/main/Gorilla-7B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q2_K.bin + files: + - filename: gplatty-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q3_K_L.bin + files: + - filename: gplatty-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q3_K_M.bin + files: + - filename: gplatty-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q3_K_S.bin + files: + - filename: gplatty-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q4_0.bin + files: + - filename: gplatty-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q4_1.bin + files: + - filename: gplatty-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q4_K_M.bin + files: + - filename: gplatty-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q4_K_S.bin + files: + - filename: gplatty-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q5_0.bin + files: + - filename: gplatty-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q5_1.bin + files: + - filename: gplatty-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q5_K_M.bin + files: + - filename: gplatty-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q5_K_S.bin + files: + - filename: gplatty-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q6_K.bin + files: + - filename: gplatty-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b.ggmlv3.q8_0.bin + files: + - filename: gplatty-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q2_K.gguf + files: + - filename: gplatty-30b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q3_K_L.gguf + files: + - filename: gplatty-30b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q3_K_M.gguf + files: + - filename: gplatty-30b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q3_K_S.gguf + files: + - filename: gplatty-30b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q4_0.gguf + files: + - filename: gplatty-30b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q4_K_M.gguf + files: + - filename: gplatty-30b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q4_K_S.gguf + files: + - filename: gplatty-30b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q5_0.gguf + files: + - filename: gplatty-30b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q5_K_M.gguf + files: + - filename: gplatty-30b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q5_K_S.gguf + files: + - filename: gplatty-30b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q6_K.gguf + files: + - filename: gplatty-30b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-gguf__gplatty-30b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-GGUF + tags: + - transformers + - llama + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: gplatty-30b.Q8_0.gguf + files: + - filename: gplatty-30b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-GGUF/resolve/main/gplatty-30b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gplatty-30b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: gplatty-30b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + tags: + - en + - alpaca + - llama + - chat + - gpt4 + - license:other + - text2text-generation + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + sha256: 8c63fdcef0805b4bdd28d54f69b2a055bba1ffb7604dd2e76dbb51fdc1c6ee1f + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + tags: + - en + - alpaca + - llama + - chat + - gpt4 + - license:other + - text2text-generation + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + sha256: a58999355d7851afeb58c6a79367aa3b63524c61d0f2d3b617d016bfaf809d1f + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + tags: + - en + - alpaca + - llama + - chat + - gpt4 + - license:other + - text2text-generation + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + sha256: f60ce5b0234a0a308aee58a227738188db3d1d86b3d92400d1bc39c7d05d4b77 + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + tags: + - en + - alpaca + - llama + - chat + - gpt4 + - license:other + - text2text-generation + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + sha256: becb0ea184883d3f1c64fe41e42d40f6c2f892e90af8ba4bf9853fda84a85482 + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + tags: + - en + - alpaca + - llama + - chat + - gpt4 + - license:other + - text2text-generation + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + sha256: c2a65248964be350893bee0f72d5f4487f8869d3f9ab939f127610e4df80c634 + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + tags: + - alpaca + - llama + - chat + - gpt4 + - text2text-generation + - en + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + tags: + - alpaca + - llama + - chat + - gpt4 + - text2text-generation + - en + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + tags: + - alpaca + - llama + - chat + - gpt4 + - text2text-generation + - en + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + tags: + - alpaca + - llama + - chat + - gpt4 + - text2text-generation + - en + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + tags: + - alpaca + - llama + - chat + - gpt4 + - text2text-generation + - en + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + files: + - filename: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin + files: + - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q2_K.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q6_K.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + files: + - filename: gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q2_K.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q4_0.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q4_1.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q5_0.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q5_1.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q6_K.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4-x-vicuna-13B.ggmlv3.q8_0.bin + files: + - filename: gpt4-x-vicuna-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q2_K.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q4_0.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q4_1.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q5_0.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q5_1.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q6_K.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: GPT4All-13B-snoozy.ggmlv3.q8_0.bin + files: + - filename: GPT4All-13B-snoozy.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Griffin-3B-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:LDJnr/Puffin + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: griffin-3b.ggmlv3.q4_0.bin + files: + - filename: griffin-3b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Griffin-3B-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:LDJnr/Puffin + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: griffin-3b.ggmlv3.q4_1.bin + files: + - filename: griffin-3b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Griffin-3B-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:LDJnr/Puffin + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: griffin-3b.ggmlv3.q5_0.bin + files: + - filename: griffin-3b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Griffin-3B-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:LDJnr/Puffin + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: griffin-3b.ggmlv3.q5_1.bin + files: + - filename: griffin-3b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Griffin-3B-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:LDJnr/Puffin + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: griffin-3b.ggmlv3.q8_0.bin + files: + - filename: griffin-3b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q2_K.bin + files: + - filename: guanaco-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q4_0.bin + files: + - filename: guanaco-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q4_1.bin + files: + - filename: guanaco-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-13B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q5_0.bin + files: + - filename: guanaco-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q5_1.bin + files: + - filename: guanaco-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-13B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-13B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q6_K.bin + files: + - filename: guanaco-13B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-13B.ggmlv3.q8_0.bin + files: + - filename: guanaco-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q2_K.gguf + files: + - filename: guanaco-13B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q3_K_L.gguf + files: + - filename: guanaco-13B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q3_K_M.gguf + files: + - filename: guanaco-13B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q3_K_S.gguf + files: + - filename: guanaco-13B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q4_0.gguf + files: + - filename: guanaco-13B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q4_K_M.gguf + files: + - filename: guanaco-13B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q4_K_S.gguf + files: + - filename: guanaco-13B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q5_0.gguf + files: + - filename: guanaco-13B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q5_K_M.gguf + files: + - filename: guanaco-13B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q5_K_S.gguf + files: + - filename: guanaco-13B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q6_K.gguf + files: + - filename: guanaco-13B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-gguf__guanaco-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-13B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13B.Q8_0.gguf + files: + - filename: guanaco-13B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-13B-GGUF/resolve/main/guanaco-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q2_K.gguf + files: + - filename: guanaco-13b-uncensored.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q3_K_L.gguf + files: + - filename: guanaco-13b-uncensored.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q3_K_M.gguf + files: + - filename: guanaco-13b-uncensored.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q3_K_S.gguf + files: + - filename: guanaco-13b-uncensored.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q4_0.gguf + files: + - filename: guanaco-13b-uncensored.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q4_K_M.gguf + files: + - filename: guanaco-13b-uncensored.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q4_K_S.gguf + files: + - filename: guanaco-13b-uncensored.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q5_0.gguf + files: + - filename: guanaco-13b-uncensored.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q5_K_M.gguf + files: + - filename: guanaco-13b-uncensored.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q5_K_S.gguf + files: + - filename: guanaco-13b-uncensored.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q6_K.gguf + files: + - filename: guanaco-13b-uncensored.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-13b-uncensored-gguf__guanaco-13b-uncensored.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-13b-uncensored.Q8_0.gguf + files: + - filename: guanaco-13b-uncensored.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-13B-Uncensored-GGUF/resolve/main/guanaco-13b-uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q2_K.bin + files: + - filename: guanaco-33B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-33B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-33B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-33B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q4_0.bin + files: + - filename: guanaco-33B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q4_1.bin + files: + - filename: guanaco-33B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-33B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-33B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q5_0.bin + files: + - filename: guanaco-33B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q5_1.bin + files: + - filename: guanaco-33B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-33B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-33B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q6_K.bin + files: + - filename: guanaco-33B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-33B.ggmlv3.q8_0.bin + files: + - filename: guanaco-33B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q2_K.gguf + files: + - filename: guanaco-33b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q3_K_L.gguf + files: + - filename: guanaco-33b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q3_K_M.gguf + files: + - filename: guanaco-33b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q3_K_S.gguf + files: + - filename: guanaco-33b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q4_0.gguf + files: + - filename: guanaco-33b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q4_K_M.gguf + files: + - filename: guanaco-33b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q4_K_S.gguf + files: + - filename: guanaco-33b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q5_0.gguf + files: + - filename: guanaco-33b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q5_K_M.gguf + files: + - filename: guanaco-33b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q5_K_S.gguf + files: + - filename: guanaco-33b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q6_K.gguf + files: + - filename: guanaco-33b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-gguf__guanaco-33b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-33B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-33b.Q8_0.gguf + files: + - filename: guanaco-33b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-33B-GGUF/resolve/main/guanaco-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-33b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: guanaco-33b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + tags: + - transformers + - gpt-neox + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - region:us + overrides: + parameters: + model: guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin + files: + - filename: guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + tags: + - transformers + - gpt-neox + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - region:us + overrides: + parameters: + model: guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin + files: + - filename: guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + tags: + - transformers + - gpt-neox + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - region:us + overrides: + parameters: + model: guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin + files: + - filename: guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + tags: + - transformers + - gpt-neox + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - region:us + overrides: + parameters: + model: guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin + files: + - filename: guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + tags: + - transformers + - gpt-neox + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - region:us + overrides: + parameters: + model: guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin + files: + - filename: guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q2_K.bin + files: + - filename: guanaco-65B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-65B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-65B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-65B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q4_0.bin + files: + - filename: guanaco-65B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q4_1.bin + files: + - filename: guanaco-65B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-65B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-65B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q5_0.bin + files: + - filename: guanaco-65B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q5_1.bin + files: + - filename: guanaco-65B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-65B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGML + tags: + - arxiv:2305.14314 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other + - region:us + overrides: + parameters: + model: guanaco-65B.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-65B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q2_K.gguf + files: + - filename: Guanaco-65B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q3_K_L.gguf + files: + - filename: Guanaco-65B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q3_K_M.gguf + files: + - filename: Guanaco-65B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q3_K_S.gguf + files: + - filename: Guanaco-65B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q4_0.gguf + files: + - filename: Guanaco-65B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q4_K_M.gguf + files: + - filename: Guanaco-65B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q4_K_S.gguf + files: + - filename: Guanaco-65B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q5_0.gguf + files: + - filename: Guanaco-65B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q5_K_M.gguf + files: + - filename: Guanaco-65B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-65b-gguf__guanaco-65b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-65B.Q5_K_S.gguf + files: + - filename: Guanaco-65B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-65B-GGUF/resolve/main/Guanaco-65B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q2_K.bin + files: + - filename: guanaco-7B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-7B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-7B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-7B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q4_0.bin + files: + - filename: guanaco-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q4_1.bin + files: + - filename: guanaco-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-7B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-7B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q5_0.bin + files: + - filename: guanaco-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q5_1.bin + files: + - filename: guanaco-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-7B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-7B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q6_K.bin + files: + - filename: guanaco-7B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7B.ggmlv3.q8_0.bin + files: + - filename: guanaco-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q2_K.gguf + files: + - filename: Guanaco-7B.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q3_K_L.gguf + files: + - filename: Guanaco-7B.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q3_K_M.gguf + files: + - filename: Guanaco-7B.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q3_K_S.gguf + files: + - filename: Guanaco-7B.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q4_0.gguf + files: + - filename: Guanaco-7B.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q4_K_M.gguf + files: + - filename: Guanaco-7B.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q4_K_S.gguf + files: + - filename: Guanaco-7B.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q5_0.gguf + files: + - filename: Guanaco-7B.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q5_K_M.gguf + files: + - filename: Guanaco-7B.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q5_K_S.gguf + files: + - filename: Guanaco-7B.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q6_K.gguf + files: + - filename: Guanaco-7B.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-gguf__guanaco-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/guanaco-7B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Guanaco-7B.Q8_0.gguf + files: + - filename: Guanaco-7B.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/guanaco-7B-GGUF/resolve/main/Guanaco-7B.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: guanaco-7b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: guanaco-7b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q2_K.gguf + files: + - filename: guanaco-7b-uncensored.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q3_K_L.gguf + files: + - filename: guanaco-7b-uncensored.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q3_K_M.gguf + files: + - filename: guanaco-7b-uncensored.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q3_K_S.gguf + files: + - filename: guanaco-7b-uncensored.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q4_0.gguf + files: + - filename: guanaco-7b-uncensored.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q4_K_M.gguf + files: + - filename: guanaco-7b-uncensored.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q4_K_S.gguf + files: + - filename: guanaco-7b-uncensored.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q5_0.gguf + files: + - filename: guanaco-7b-uncensored.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q5_K_M.gguf + files: + - filename: guanaco-7b-uncensored.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q5_K_S.gguf + files: + - filename: guanaco-7b-uncensored.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q6_K.gguf + files: + - filename: guanaco-7b-uncensored.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__guanaco-7b-uncensored-gguf__guanaco-7b-uncensored.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF + tags: + - transformers + - llama + - conversational + - en + - dataset:Fredithefish/openassistant-guanaco-unfiltered + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: guanaco-7b-uncensored.Q8_0.gguf + files: + - filename: guanaco-7b-uncensored.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Guanaco-7B-Uncensored-GGUF/resolve/main/guanaco-7b-uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin + sha256: af9f9843854ca950e67961671a4fb2997b1e846613601dc696db0d5030be7efb + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin + sha256: c741d015435d9c88675f74bb15f1b5d091a13265940730e2fc6ee4f9bf654547 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin + sha256: d4542084b9b071f2c86b9924cb731f9981c6e73c44d223c81668182a5afa0333 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin + sha256: c266d30df4c4ac746b6d0e23fe8c3ea02fb17799ec6ebc0cff96b6a4b956bf0c + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin + sha256: a7356fa9c03a3a23a7757c79beb726eb95fd4d300b69c195624018bc1cb5a070 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin + sha256: 7d732700c02dcec4df853f319de1314bfca810e2292a65f5cfa1860996d7fced + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin + sha256: 1c6bd5bf0a98c3b25564855410e702717f2bb19aeb052db7135be511c1278c38 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin + sha256: df5eb630834bd427d9d709db4427f05bfcb1514e451a36ade64e610cb134e0ad + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin + sha256: 7e945332ff676c5c305e12b656465aeb3bf9571eb84b5e93c40c0283642a3b85 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin + sha256: deddcf339fd783103c3a730a84b543995e6d06cf31625b9b1364271bcd307ab1 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin + sha256: a95313aaa095c5a698c5ee0f19ccf94ac813d767e4de1452a4ab6795b9510a4d + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin + sha256: 72c3b48de03526d198d1a4cc57d1cb827fc118e986fd99749aea2d15e037baeb + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin + sha256: 35d00600e772da08eae3b46b60e55a2beb2bef53bb13631f6215930f62522ed4 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin + files: + - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin + sha256: 0a7da3c524ccdc5d55ea07d31f6623ecfd4210c49424630956b937801b2bca2b + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin + sha256: 39a98b356933919d8df7e38c3146509d3eea7dff2648a282df64cf88d832d366 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin + sha256: cd3347e25f18af9cf92516935664ad674c74150906bc38d3cfc2ae711928ff03 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin + sha256: adfa346182af9d3b0266a4ec4841994f4e2c306bbcd242a17973907b8318a253 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin + sha256: c8743b3ace1ad6b25da033ef47203c77dc08a2b9bf4a4baf72a9904cf1032be1 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin + sha256: 4702312416a7010e7903d017317b70ab5eb82da65b25c9b4714837973fceab88 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin + sha256: 35d2dcaefd3ae98ca6abee62fdd61c13adbd119c9e6ab454d5e8cb043a0b9b6e + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin + sha256: 637afa2a7695c088d6944c79989cbc631fce8299722fb24e94dd1adc8d28379c + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin + sha256: 8151bc49a741d89379512ab46a4830f4b9f4c15806282585be4cffddf1545af7 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin + sha256: aa504015175637d0a4251326465fab7a48fb5db5bd72c13b605ce31bb471de16 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin + sha256: 314febedc87f22d73d28b25393494afb5c7c55e62291615cd43b344c27548da1 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin + sha256: 5635cf4b29068cd59ff9f7a695fd66a4b1420f097e40629677f5c6e526755e66 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin + sha256: b63e92fa595b131fb982e858146b3fd687f6ca5a7955930f160e593358fd8e74 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin + sha256: 6620bde5c02e8079eed5cd58e3bdcc49ec358d00869703089ed0615e60cf3444 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin + files: + - filename: h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin + sha256: 722822c7c4e5e7763b532fe7bbce648497456ab72dd641c549521914d85978dd + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin + sha256: 5d872e0723c7ec3738b595281ae380db7b0ceec1f69c16810cf5699fa74d1125 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin + sha256: 16a3550296d4c0b54185b91285c14f8a85f5d50a0ab47d4e73dc95d3ab6864a3 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin + sha256: 66f8a912e683fe1a573bb4cfb4a41bb255deb190e15b6e3f7b86e55471aaf307 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin + sha256: 43975d7cd493afea9cf9c06eeee75a165199bde65d735d638c221a124778fd7a + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin + sha256: 9c95ccc53b94d539f5aefed3a7688bbc95ced7da82aba9654d6a5478d3cd8ba8 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin + sha256: 7e4f79dbf27cbda72bddd7a7ebf1083aaa83a3445166d4ec94cc85dbc1b8e54d + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin + sha256: f00c84accf40a1d844f7415a0bf5b245da98581b94720301c278436a4ba0b8b1 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin + sha256: 236a77c5e9b53dd92ad2841cbd132d237f741bd7e8ed661865be4437beda0474 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin + sha256: eb17e09f01cd0f6b9e9d306603d1501b070c147431079cfbb4fb1c98d57987a2 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin + sha256: 1ddf73614c20d4cb11b8dcb24473c40c8086a2760ad1ecbd56ccacb4fc3b9105 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + tags: + - llama + - en + - transformers + - facebook + - meta + - pytorch + - llama-2 + - h2ogpt + - license:other + - text-generation + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin + files: + - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin + sha256: 3aad0e77fc273f1216a2dc132406d11d2a8a3f39f8558021c38391b9595bb7d0 + uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q2_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q2_k.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q2_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q2_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q3_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q3_k.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q3_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q3_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q4_0.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q4_1.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q4_k.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q4_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q5_0.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q5_1.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q5_k.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q5_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q6_k.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q6_k.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q6_k.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q6_k.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + tags: + - transformers + - falcon + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: h2ogpt-falcon-40b.ggmlv3.q8_0.bin + files: + - filename: h2ogpt-falcon-40b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + tags: + - transformers + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + tags: + - transformers + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + tags: + - transformers + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + tags: + - transformers + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + tags: + - transformers + - gpt + - llm + - large language model + - h2o-llmstudio + - en + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - region:us + overrides: + parameters: + model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + files: + - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin + files: + - filename: h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin + files: + - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + files: + - filename: hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q2_K.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q3_K_L.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q3_K_M.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q3_K_S.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q4_0.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q4_K_M.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q4_K_S.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q5_0.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q5_K_M.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q5_K_S.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q6_K.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-13b-8k-gguf__hermes-llongma-2-13b-8k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-13b-8k.Q8_0.gguf + files: + - filename: hermes-llongma-2-13b-8k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGUF/resolve/main/hermes-llongma-2-13b-8k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + files: + - filename: hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q2_K.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q3_K_L.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q3_K_M.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q3_K_S.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q4_0.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q4_K_M.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q4_K_S.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q5_0.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q5_K_M.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q5_K_S.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q6_K.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-llongma-2-7b-8k-gguf__hermes-llongma-2-7b-8k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-llongma-2-7b-8k.Q8_0.gguf + files: + - filename: hermes-llongma-2-7b-8k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGUF/resolve/main/hermes-llongma-2-7b-8k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q2_K.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q3_K_L.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q3_K_M.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q3_K_S.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q4_0.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q4_K_M.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q4_K_S.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q5_0.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q5_K_M.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q5_K_S.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q6_K.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermes-trismegistus-mistral-7b-gguf__hermes-trismegistus-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF + tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - dataset:teknium/trismegistus-project + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermes-trismegistus-mistral-7b.Q8_0.gguf + files: + - filename: hermes-trismegistus-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hermes-Trismegistus-Mistral-7B-GGUF/resolve/main/hermes-trismegistus-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q2_K.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q4_0.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q4_1.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q5_0.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q5_1.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q6_K.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.ggmlv3.q8_0.bin + files: + - filename: hermeslimarp-l2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q2_K.gguf + files: + - filename: hermeslimarp-l2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q3_K_L.gguf + files: + - filename: hermeslimarp-l2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q3_K_M.gguf + files: + - filename: hermeslimarp-l2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q3_K_S.gguf + files: + - filename: hermeslimarp-l2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q4_0.gguf + files: + - filename: hermeslimarp-l2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q4_K_M.gguf + files: + - filename: hermeslimarp-l2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q4_K_S.gguf + files: + - filename: hermeslimarp-l2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q5_0.gguf + files: + - filename: hermeslimarp-l2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q5_K_M.gguf + files: + - filename: hermeslimarp-l2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q5_K_S.gguf + files: + - filename: hermeslimarp-l2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q6_K.gguf + files: + - filename: hermeslimarp-l2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hermeslimarp-l2-7b-gguf__hermeslimarp-l2-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF + tags: + - transformers + - llama + - llama-2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hermeslimarp-l2-7b.Q8_0.gguf + files: + - filename: hermeslimarp-l2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGUF/resolve/main/hermeslimarp-l2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q2_K.gguf + files: + - filename: hexoteric-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q3_K_L.gguf + files: + - filename: hexoteric-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q3_K_M.gguf + files: + - filename: hexoteric-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q3_K_S.gguf + files: + - filename: hexoteric-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q4_0.gguf + files: + - filename: hexoteric-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q4_K_M.gguf + files: + - filename: hexoteric-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q4_K_S.gguf + files: + - filename: hexoteric-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q5_0.gguf + files: + - filename: hexoteric-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q5_K_M.gguf + files: + - filename: hexoteric-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q5_K_S.gguf + files: + - filename: hexoteric-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q6_K.gguf + files: + - filename: hexoteric-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hexoteric-7b-gguf__hexoteric-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Hexoteric-7B-GGUF + tags: + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hexoteric-7b.Q8_0.gguf + files: + - filename: hexoteric-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Hexoteric-7B-GGUF/resolve/main/hexoteric-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q2_K.bin + files: + - filename: hippogriff-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q3_K_L.bin + files: + - filename: hippogriff-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q3_K_M.bin + files: + - filename: hippogriff-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q3_K_S.bin + files: + - filename: hippogriff-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q4_0.bin + files: + - filename: hippogriff-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q4_1.bin + files: + - filename: hippogriff-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q4_K_M.bin + files: + - filename: hippogriff-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q4_K_S.bin + files: + - filename: hippogriff-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q5_0.bin + files: + - filename: hippogriff-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q5_1.bin + files: + - filename: hippogriff-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q5_K_M.bin + files: + - filename: hippogriff-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q5_K_S.bin + files: + - filename: hippogriff-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q6_K.bin + files: + - filename: hippogriff-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: hippogriff-30b.ggmlv3.q8_0.bin + files: + - filename: hippogriff-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q2_K.gguf + files: + - filename: hippogriff-30b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q2_K.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q3_K_L.gguf + files: + - filename: hippogriff-30b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q3_K_M.gguf + files: + - filename: hippogriff-30b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q3_K_S.gguf + files: + - filename: hippogriff-30b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q4_0.gguf + files: + - filename: hippogriff-30b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q4_0.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q4_K_M.gguf + files: + - filename: hippogriff-30b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q4_K_S.gguf + files: + - filename: hippogriff-30b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q5_0.gguf + files: + - filename: hippogriff-30b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q5_0.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q5_K_M.gguf + files: + - filename: hippogriff-30b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q5_K_S.gguf + files: + - filename: hippogriff-30b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q6_K.gguf + files: + - filename: hippogriff-30b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q6_K.gguf +- url: github:go-skynet/model-gallery/hippogriff.yaml + name: thebloke__hippogriff-30b-chat-gguf__hippogriff-30b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:OpenAssistant/oasst1 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: hippogriff-30b.Q8_0.gguf + files: + - filename: hippogriff-30b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGUF/resolve/main/hippogriff-30b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q2_K.gguf + files: + - filename: hornyechidna-13b-v0.1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q3_K_L.gguf + files: + - filename: hornyechidna-13b-v0.1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q3_K_M.gguf + files: + - filename: hornyechidna-13b-v0.1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q3_K_S.gguf + files: + - filename: hornyechidna-13b-v0.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q4_0.gguf + files: + - filename: hornyechidna-13b-v0.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q4_K_M.gguf + files: + - filename: hornyechidna-13b-v0.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q4_K_S.gguf + files: + - filename: hornyechidna-13b-v0.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q5_0.gguf + files: + - filename: hornyechidna-13b-v0.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q5_K_M.gguf + files: + - filename: hornyechidna-13b-v0.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q5_K_S.gguf + files: + - filename: hornyechidna-13b-v0.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q6_K.gguf + files: + - filename: hornyechidna-13b-v0.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__hornyechidna-13b-v0.1-gguf__hornyechidna-13b-v0.1.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: hornyechidna-13b-v0.1.Q8_0.gguf + files: + - filename: hornyechidna-13b-v0.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/HornyEchidna-13B-v0.1-GGUF/resolve/main/hornyechidna-13b-v0.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q2_K.bin + files: + - filename: huggin-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q3_K_L.bin + files: + - filename: huggin-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q3_K_M.bin + files: + - filename: huggin-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q3_K_S.bin + files: + - filename: huggin-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q4_0.bin + files: + - filename: huggin-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q4_1.bin + files: + - filename: huggin-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q4_K_M.bin + files: + - filename: huggin-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q4_K_S.bin + files: + - filename: huggin-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q5_0.bin + files: + - filename: huggin-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q5_1.bin + files: + - filename: huggin-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q5_K_M.bin + files: + - filename: huggin-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q5_K_S.bin + files: + - filename: huggin-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q6_K.bin + files: + - filename: huggin-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.ggmlv3.q8_0.bin + files: + - filename: huggin-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q2_K.gguf + files: + - filename: huggin-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q3_K_L.gguf + files: + - filename: huggin-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q3_K_M.gguf + files: + - filename: huggin-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q3_K_S.gguf + files: + - filename: huggin-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q4_0.gguf + files: + - filename: huggin-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q4_K_M.gguf + files: + - filename: huggin-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q4_K_S.gguf + files: + - filename: huggin-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q5_0.gguf + files: + - filename: huggin-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q5_K_M.gguf + files: + - filename: huggin-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q5_K_S.gguf + files: + - filename: huggin-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q6_K.gguf + files: + - filename: huggin-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-gguf__huggin-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huggin-13b.Q8_0.gguf + files: + - filename: huggin-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-GGUF/resolve/main/huggin-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q2_K.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q3_K_L.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q3_K_M.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q3_K_S.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q4_0.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q4_1.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q4_K_M.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q4_K_S.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q5_0.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q5_1.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q5_K_M.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q5_K_S.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q6_K.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.ggmlv3.Q8_0.bin + files: + - filename: huginn-13b-v4.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q2_K.gguf + files: + - filename: huginn-13b-v4.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q3_K_L.gguf + files: + - filename: huginn-13b-v4.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q3_K_M.gguf + files: + - filename: huginn-13b-v4.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q3_K_S.gguf + files: + - filename: huginn-13b-v4.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q4_0.gguf + files: + - filename: huginn-13b-v4.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q4_K_M.gguf + files: + - filename: huginn-13b-v4.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q4_K_S.gguf + files: + - filename: huginn-13b-v4.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q5_0.gguf + files: + - filename: huginn-13b-v4.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q5_K_M.gguf + files: + - filename: huginn-13b-v4.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q5_K_S.gguf + files: + - filename: huginn-13b-v4.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q6_K.gguf + files: + - filename: huginn-13b-v4.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4-gguf__huginn-13b-v4.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.Q8_0.gguf + files: + - filename: huginn-13b-v4.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGUF/resolve/main/huginn-13b-v4.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q2_K.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q3_K_L.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q3_K_M.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q3_K_S.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q4_0.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q4_1.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q4_K_M.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q4_K_S.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q5_0.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q5_1.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q5_K_M.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q5_K_S.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q6_K.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.ggmlv3.Q8_0.bin + files: + - filename: huginn-13b-v4.5.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q2_K.gguf + files: + - filename: huginn-13b-v4.5.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q3_K_L.gguf + files: + - filename: huginn-13b-v4.5.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q3_K_M.gguf + files: + - filename: huginn-13b-v4.5.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q3_K_S.gguf + files: + - filename: huginn-13b-v4.5.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q4_0.gguf + files: + - filename: huginn-13b-v4.5.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q4_K_M.gguf + files: + - filename: huginn-13b-v4.5.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q4_K_S.gguf + files: + - filename: huginn-13b-v4.5.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q5_0.gguf + files: + - filename: huginn-13b-v4.5.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q5_K_M.gguf + files: + - filename: huginn-13b-v4.5.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q5_K_S.gguf + files: + - filename: huginn-13b-v4.5.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q6_K.gguf + files: + - filename: huginn-13b-v4.5.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-13b-v4.5-gguf__huginn-13b-v4.5.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-13b-v4.5.Q8_0.gguf + files: + - filename: huginn-13b-v4.5.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGUF/resolve/main/huginn-13b-v4.5.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q2_K.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q3_K_L.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q3_K_M.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q3_K_S.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q4_0.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q4_1.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q4_K_M.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q4_K_S.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q5_0.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q5_1.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q5_K_M.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q5_K_S.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q6_K.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.ggmlv3.Q8_0.bin + files: + - filename: huginn-22b-prototype.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q2_K.gguf + files: + - filename: huginn-22b-prototype.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q3_K_L.gguf + files: + - filename: huginn-22b-prototype.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q3_K_M.gguf + files: + - filename: huginn-22b-prototype.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q3_K_S.gguf + files: + - filename: huginn-22b-prototype.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q4_0.gguf + files: + - filename: huginn-22b-prototype.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q4_K_M.gguf + files: + - filename: huginn-22b-prototype.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q4_K_S.gguf + files: + - filename: huginn-22b-prototype.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q5_0.gguf + files: + - filename: huginn-22b-prototype.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q5_K_M.gguf + files: + - filename: huginn-22b-prototype.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q5_K_S.gguf + files: + - filename: huginn-22b-prototype.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q6_K.gguf + files: + - filename: huginn-22b-prototype.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-22b-prototype-gguf__huginn-22b-prototype.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-22b-prototype.Q8_0.gguf + files: + - filename: huginn-22b-prototype.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGUF/resolve/main/huginn-22b-prototype.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q2_K.bin + files: + - filename: huginn-v3-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q3_K_L.bin + files: + - filename: huginn-v3-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q3_K_M.bin + files: + - filename: huginn-v3-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q3_K_S.bin + files: + - filename: huginn-v3-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q4_0.bin + files: + - filename: huginn-v3-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q4_1.bin + files: + - filename: huginn-v3-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q4_K_M.bin + files: + - filename: huginn-v3-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q4_K_S.bin + files: + - filename: huginn-v3-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q5_0.bin + files: + - filename: huginn-v3-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q5_1.bin + files: + - filename: huginn-v3-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q5_K_M.bin + files: + - filename: huginn-v3-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q5_K_S.bin + files: + - filename: huginn-v3-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q6_K.bin + files: + - filename: huginn-v3-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.ggmlv3.q8_0.bin + files: + - filename: huginn-v3-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q2_K.gguf + files: + - filename: huginn-v3-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q3_K_L.gguf + files: + - filename: huginn-v3-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q3_K_M.gguf + files: + - filename: huginn-v3-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q3_K_S.gguf + files: + - filename: huginn-v3-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q4_0.gguf + files: + - filename: huginn-v3-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q4_K_M.gguf + files: + - filename: huginn-v3-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q4_K_S.gguf + files: + - filename: huginn-v3-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q5_0.gguf + files: + - filename: huginn-v3-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q5_K_M.gguf + files: + - filename: huginn-v3-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q5_K_S.gguf + files: + - filename: huginn-v3-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q6_K.gguf + files: + - filename: huginn-v3-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginn-v3-13b-gguf__huginn-v3-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginn-v3-13b.Q8_0.gguf + files: + - filename: huginn-v3-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF/resolve/main/huginn-v3-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q2_K.bin + files: + - filename: huginnv1.2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q3_K_L.bin + files: + - filename: huginnv1.2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q3_K_M.bin + files: + - filename: huginnv1.2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q3_K_S.bin + files: + - filename: huginnv1.2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q4_0.bin + files: + - filename: huginnv1.2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q4_1.bin + files: + - filename: huginnv1.2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q4_K_M.bin + files: + - filename: huginnv1.2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q4_K_S.bin + files: + - filename: huginnv1.2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q5_0.bin + files: + - filename: huginnv1.2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q5_1.bin + files: + - filename: huginnv1.2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q5_K_M.bin + files: + - filename: huginnv1.2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q5_K_S.bin + files: + - filename: huginnv1.2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q6_K.bin + files: + - filename: huginnv1.2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.ggmlv3.q8_0.bin + files: + - filename: huginnv1.2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q2_K.gguf + files: + - filename: huginnv1.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q3_K_L.gguf + files: + - filename: huginnv1.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q3_K_M.gguf + files: + - filename: huginnv1.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q3_K_S.gguf + files: + - filename: huginnv1.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q4_0.gguf + files: + - filename: huginnv1.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q4_K_M.gguf + files: + - filename: huginnv1.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q4_K_S.gguf + files: + - filename: huginnv1.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q5_0.gguf + files: + - filename: huginnv1.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q5_K_M.gguf + files: + - filename: huginnv1.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q5_K_S.gguf + files: + - filename: huginnv1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q6_K.gguf + files: + - filename: huginnv1.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__huginnv1.2-gguf__huginnv1.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/huginnv1.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: huginnv1.2.Q8_0.gguf + files: + - filename: huginnv1.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/huginnv1.2-GGUF/resolve/main/huginnv1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q2_K.gguf + files: + - filename: inkbot-13b-4k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q3_K_L.gguf + files: + - filename: inkbot-13b-4k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q3_K_M.gguf + files: + - filename: inkbot-13b-4k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q3_K_S.gguf + files: + - filename: inkbot-13b-4k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q4_0.gguf + files: + - filename: inkbot-13b-4k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q4_K_M.gguf + files: + - filename: inkbot-13b-4k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q4_K_S.gguf + files: + - filename: inkbot-13b-4k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q5_0.gguf + files: + - filename: inkbot-13b-4k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q5_K_M.gguf + files: + - filename: inkbot-13b-4k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q5_K_S.gguf + files: + - filename: inkbot-13b-4k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q6_K.gguf + files: + - filename: inkbot-13b-4k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-4k-gguf__inkbot-13b-4k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-4k.Q8_0.gguf + files: + - filename: inkbot-13b-4k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-4k-GGUF/resolve/main/inkbot-13b-4k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q2_K.gguf + files: + - filename: inkbot-13b-8k-0.2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q3_K_L.gguf + files: + - filename: inkbot-13b-8k-0.2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q3_K_M.gguf + files: + - filename: inkbot-13b-8k-0.2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q3_K_S.gguf + files: + - filename: inkbot-13b-8k-0.2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q4_0.gguf + files: + - filename: inkbot-13b-8k-0.2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q4_K_M.gguf + files: + - filename: inkbot-13b-8k-0.2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q4_K_S.gguf + files: + - filename: inkbot-13b-8k-0.2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q5_0.gguf + files: + - filename: inkbot-13b-8k-0.2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q5_K_M.gguf + files: + - filename: inkbot-13b-8k-0.2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q5_K_S.gguf + files: + - filename: inkbot-13b-8k-0.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q6_K.gguf + files: + - filename: inkbot-13b-8k-0.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__inkbot-13b-8k-0.2-gguf__inkbot-13b-8k-0.2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: inkbot-13b-8k-0.2.Q8_0.gguf + files: + - filename: inkbot-13b-8k-0.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Inkbot-13B-8k-0.2-GGUF/resolve/main/inkbot-13b-8k-0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q2_K.gguf + files: + - filename: jackalope-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q3_K_L.gguf + files: + - filename: jackalope-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q3_K_M.gguf + files: + - filename: jackalope-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q3_K_S.gguf + files: + - filename: jackalope-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q4_0.gguf + files: + - filename: jackalope-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q4_K_M.gguf + files: + - filename: jackalope-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q4_K_S.gguf + files: + - filename: jackalope-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q5_0.gguf + files: + - filename: jackalope-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q5_K_M.gguf + files: + - filename: jackalope-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q5_K_S.gguf + files: + - filename: jackalope-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q6_K.gguf + files: + - filename: jackalope-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__jackalope-7b-gguf__jackalope-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/jackalope-7B-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - dataset:LDJnr/LessWrong-Amplify-Instruct + - dataset:LDJnr/Pure-Dove + - dataset:LDJnr/Verified-Camel + - dataset:PygmalionAI/PIPPA + - dataset:meta-math/MetaMathQA + - dataset:riddle_sense + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: jackalope-7b.Q8_0.gguf + files: + - filename: jackalope-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/jackalope-7B-GGUF/resolve/main/jackalope-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q2_K.gguf + files: + - filename: janniesbasedligma-l2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q3_K_L.gguf + files: + - filename: janniesbasedligma-l2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q3_K_M.gguf + files: + - filename: janniesbasedligma-l2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q3_K_S.gguf + files: + - filename: janniesbasedligma-l2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q4_0.gguf + files: + - filename: janniesbasedligma-l2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q4_K_M.gguf + files: + - filename: janniesbasedligma-l2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q4_K_S.gguf + files: + - filename: janniesbasedligma-l2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q5_0.gguf + files: + - filename: janniesbasedligma-l2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q5_K_M.gguf + files: + - filename: janniesbasedligma-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q5_K_S.gguf + files: + - filename: janniesbasedligma-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q6_K.gguf + files: + - filename: janniesbasedligma-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__janniesbasedligma-l2-13b-gguf__janniesbasedligma-l2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF + tags: + - transformers + - llama + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: janniesbasedligma-l2-13b.Q8_0.gguf + files: + - filename: janniesbasedligma-l2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF/resolve/main/janniesbasedligma-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q2_K.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q3_K_L.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q3_K_M.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q3_K_S.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q4_0.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q4_K_M.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q4_K_S.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q5_0.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q5_K_M.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q5_K_S.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q6_K.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__japanese-stablelm-instruct-gamma-7b-gguf__japanese-stablelm-instruct-gamma-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF + tags: + - transformers + - mistral + - japanese-stablelm + - causal-lm + - text-generation + - ja + - arxiv:2310.06825 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: japanese-stablelm-instruct-gamma-7b.Q8_0.gguf + files: + - filename: japanese-stablelm-instruct-gamma-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/japanese-stablelm-instruct-gamma-7B-GGUF/resolve/main/japanese-stablelm-instruct-gamma-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q2_K.bin + files: + - filename: Karen-The-Editor.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q3_K_L.bin + files: + - filename: Karen-The-Editor.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q3_K_M.bin + files: + - filename: Karen-The-Editor.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q3_K_S.bin + files: + - filename: Karen-The-Editor.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q4_0.bin + files: + - filename: Karen-The-Editor.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q4_1.bin + files: + - filename: Karen-The-Editor.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q4_K_M.bin + files: + - filename: Karen-The-Editor.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q4_K_S.bin + files: + - filename: Karen-The-Editor.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q5_0.bin + files: + - filename: Karen-The-Editor.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q5_1.bin + files: + - filename: Karen-The-Editor.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q5_K_M.bin + files: + - filename: Karen-The-Editor.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q5_K_S.bin + files: + - filename: Karen-The-Editor.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q6_K.bin + files: + - filename: Karen-The-Editor.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Karen-The-Editor.ggmlv3.q8_0.bin + files: + - filename: Karen-The-Editor.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q2_K.gguf + files: + - filename: Karen-The-Editor.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q3_K_L.gguf + files: + - filename: Karen-The-Editor.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q3_K_M.gguf + files: + - filename: Karen-The-Editor.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q3_K_S.gguf + files: + - filename: Karen-The-Editor.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q4_0.gguf + files: + - filename: Karen-The-Editor.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q4_K_M.gguf + files: + - filename: Karen-The-Editor.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q4_K_S.gguf + files: + - filename: Karen-The-Editor.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q5_0.gguf + files: + - filename: Karen-The-Editor.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q5_K_M.gguf + files: + - filename: Karen-The-Editor.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q5_K_S.gguf + files: + - filename: Karen-The-Editor.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q6_K.gguf + files: + - filename: Karen-The-Editor.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__karen_theeditor_13b-gguf__karen-the-editor.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF + tags: + - transformers + - llama + - lora + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: Karen-The-Editor.Q8_0.gguf + files: + - filename: Karen-The-Editor.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGUF/resolve/main/Karen-The-Editor.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q2_K.bin + files: + - filename: kimiko-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q3_K_L.bin + files: + - filename: kimiko-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q3_K_M.bin + files: + - filename: kimiko-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q3_K_S.bin + files: + - filename: kimiko-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q4_0.bin + files: + - filename: kimiko-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q4_1.bin + files: + - filename: kimiko-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q4_K_M.bin + files: + - filename: kimiko-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q4_K_S.bin + files: + - filename: kimiko-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q5_0.bin + files: + - filename: kimiko-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q5_1.bin + files: + - filename: kimiko-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q5_K_M.bin + files: + - filename: kimiko-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q5_K_S.bin + files: + - filename: kimiko-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q6_K.bin + files: + - filename: kimiko-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.ggmlv3.q8_0.bin + files: + - filename: kimiko-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q2_K.gguf + files: + - filename: kimiko-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q3_K_L.gguf + files: + - filename: kimiko-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q3_K_M.gguf + files: + - filename: kimiko-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q3_K_S.gguf + files: + - filename: kimiko-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q4_0.gguf + files: + - filename: kimiko-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q4_K_M.gguf + files: + - filename: kimiko-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q4_K_S.gguf + files: + - filename: kimiko-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q5_0.gguf + files: + - filename: kimiko-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q5_K_M.gguf + files: + - filename: kimiko-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q5_K_S.gguf + files: + - filename: kimiko-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q6_K.gguf + files: + - filename: kimiko-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-13b-gguf__kimiko-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-13B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-13b.Q8_0.gguf + files: + - filename: kimiko-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-13B-GGUF/resolve/main/kimiko-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q2_K.bin + files: + - filename: kimiko-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q3_K_L.bin + files: + - filename: kimiko-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q3_K_M.bin + files: + - filename: kimiko-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q3_K_S.bin + files: + - filename: kimiko-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q4_0.bin + files: + - filename: kimiko-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q4_1.bin + files: + - filename: kimiko-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q4_K_M.bin + files: + - filename: kimiko-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q4_K_S.bin + files: + - filename: kimiko-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q5_0.bin + files: + - filename: kimiko-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q5_1.bin + files: + - filename: kimiko-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q5_K_M.bin + files: + - filename: kimiko-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q5_K_S.bin + files: + - filename: kimiko-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q6_K.bin + files: + - filename: kimiko-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGML + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.ggmlv3.q8_0.bin + files: + - filename: kimiko-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q2_K.gguf + files: + - filename: kimiko-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q3_K_L.gguf + files: + - filename: kimiko-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q3_K_M.gguf + files: + - filename: kimiko-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q3_K_S.gguf + files: + - filename: kimiko-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q4_0.gguf + files: + - filename: kimiko-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q4_K_M.gguf + files: + - filename: kimiko-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q4_K_S.gguf + files: + - filename: kimiko-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q5_0.gguf + files: + - filename: kimiko-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q5_K_M.gguf + files: + - filename: kimiko-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q5_K_S.gguf + files: + - filename: kimiko-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q6_K.gguf + files: + - filename: kimiko-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-7b-gguf__kimiko-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-7B-GGUF + tags: + - transformers + - llama + - arxiv:1910.09700 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-7b.Q8_0.gguf + files: + - filename: kimiko-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-7B-GGUF/resolve/main/kimiko-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q2_K.gguf + files: + - filename: kimiko-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q3_K_L.gguf + files: + - filename: kimiko-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q3_K_M.gguf + files: + - filename: kimiko-mistral-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q3_K_S.gguf + files: + - filename: kimiko-mistral-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q4_0.gguf + files: + - filename: kimiko-mistral-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q4_K_M.gguf + files: + - filename: kimiko-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q4_K_S.gguf + files: + - filename: kimiko-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q5_0.gguf + files: + - filename: kimiko-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q5_K_M.gguf + files: + - filename: kimiko-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q5_K_S.gguf + files: + - filename: kimiko-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q6_K.gguf + files: + - filename: kimiko-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-mistral-7b-gguf__kimiko-mistral-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF + tags: + - transformers + - mistral + - generated_from_trainer + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-mistral-7b.Q8_0.gguf + files: + - filename: kimiko-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-Mistral-7B-GGUF/resolve/main/kimiko-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q2_K.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q3_K_L.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q3_K_M.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q3_K_S.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q4_0.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q4_1.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q4_K_M.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q4_K_S.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q5_0.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q5_1.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q5_K_M.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q5_K_S.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q6_K.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + tags: + - transformers + - llama + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.ggmlv3.Q8_0.bin + files: + - filename: kimiko-v2-13b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q2_k.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q2_K.gguf + files: + - filename: kimiko-v2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q3_k_l.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q3_K_L.gguf + files: + - filename: kimiko-v2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q3_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q3_K_M.gguf + files: + - filename: kimiko-v2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q3_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q3_K_S.gguf + files: + - filename: kimiko-v2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q4_0.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q4_0.gguf + files: + - filename: kimiko-v2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q4_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q4_K_M.gguf + files: + - filename: kimiko-v2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q4_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q4_K_S.gguf + files: + - filename: kimiko-v2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q5_0.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q5_0.gguf + files: + - filename: kimiko-v2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q5_k_m.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q5_K_M.gguf + files: + - filename: kimiko-v2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q5_k_s.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q5_K_S.gguf + files: + - filename: kimiko-v2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q6_k.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q6_K.gguf + files: + - filename: kimiko-v2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kimiko-v2-13b-gguf__kimiko-v2-13b.q8_0.gguf + license: creativeml-openrail-m + urls: + - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - license:creativeml-openrail-m + - text-generation-inference + - region:us + overrides: + parameters: + model: kimiko-v2-13b.Q8_0.gguf + files: + - filename: kimiko-v2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGUF/resolve/main/kimiko-v2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q2_K.bin + files: + - filename: koala-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q3_K_L.bin + files: + - filename: koala-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q3_K_M.bin + files: + - filename: koala-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q3_K_S.bin + files: + - filename: koala-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q4_0.bin + files: + - filename: koala-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q4_1.bin + files: + - filename: koala-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q4_K_M.bin + files: + - filename: koala-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q4_K_S.bin + files: + - filename: koala-13B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q5_0.bin + files: + - filename: koala-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q5_1.bin + files: + - filename: koala-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q5_K_M.bin + files: + - filename: koala-13B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q5_K_S.bin + files: + - filename: koala-13B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q6_K.bin + files: + - filename: koala-13B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13B.ggmlv3.q8_0.bin + files: + - filename: koala-13B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-13b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: koala-13b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml-unquantized__koala-7b.ggml.unquantized.pr613.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7b-ggml-unquantized + tags: + - transformers + - koala + - ShareGPT + - llama + - gptq + - text-generation + - dataset:RyokoAI/ShareGPT52K + - dataset:Hello-SimpleAI/HC3 + - license:other + - region:us + overrides: + parameters: + model: koala-7b.ggml.unquantized.pr613.bin + files: + - filename: koala-7b.ggml.unquantized.pr613.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7b-ggml-unquantized/resolve/main/koala-7b.ggml.unquantized.pr613.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q2_K.bin + files: + - filename: koala-7B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q3_K_L.bin + files: + - filename: koala-7B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q3_K_M.bin + files: + - filename: koala-7B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q3_K_S.bin + files: + - filename: koala-7B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q4_0.bin + files: + - filename: koala-7B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q4_1.bin + files: + - filename: koala-7B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q4_K_M.bin + files: + - filename: koala-7B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q4_K_S.bin + files: + - filename: koala-7B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q5_0.bin + files: + - filename: koala-7B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q5_1.bin + files: + - filename: koala-7B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q5_K_M.bin + files: + - filename: koala-7B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q5_K_S.bin + files: + - filename: koala-7B.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q6_K.bin + files: + - filename: koala-7B.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/koala-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7B.ggmlv3.q8_0.bin + files: + - filename: koala-7B.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/koala.yaml + name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: koala-7b-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: koala-7b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q2_K.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q3_K_L.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q3_K_M.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q3_K_S.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q4_0.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q4_K_M.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q4_K_S.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q5_0.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q5_K_M.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q5_K_S.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q6_K.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-1.1-l2-7b-gguf__kuchiki-1.1-l2-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-1.1-l2-7b.Q8_0.gguf + files: + - filename: kuchiki-1.1-l2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-1.1-L2-7B-GGUF/resolve/main/kuchiki-1.1-l2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q2_K.gguf + files: + - filename: kuchiki-l2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q3_K_L.gguf + files: + - filename: kuchiki-l2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q3_K_M.gguf + files: + - filename: kuchiki-l2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q3_K_S.gguf + files: + - filename: kuchiki-l2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q4_0.gguf + files: + - filename: kuchiki-l2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q4_K_M.gguf + files: + - filename: kuchiki-l2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q4_K_S.gguf + files: + - filename: kuchiki-l2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q5_0.gguf + files: + - filename: kuchiki-l2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q5_K_M.gguf + files: + - filename: kuchiki-l2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q5_K_S.gguf + files: + - filename: kuchiki-l2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q6_K.gguf + files: + - filename: kuchiki-l2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__kuchiki-l2-7b-gguf__kuchiki-l2-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF + tags: + - transformers + - llama + - llama2 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: kuchiki-l2-7b.Q8_0.gguf + files: + - filename: kuchiki-l2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Kuchiki-L2-7B-GGUF/resolve/main/kuchiki-l2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin + files: + - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q2_K.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q3_K_L.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q3_K_M.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q3_K_S.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q4_0.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q4_K_M.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q4_K_S.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q5_0.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q5_K_M.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q5_K_S.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q6_K.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__l2-mythomax22b-instruct-falseblock-gguf__l2-mythomax22b-instruct-falseblock.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: l2-mythomax22b-instruct-Falseblock.Q8_0.gguf + files: + - filename: l2-mythomax22b-instruct-Falseblock.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGUF/resolve/main/l2-mythomax22b-instruct-Falseblock.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q2_K.gguf + files: + - filename: law-llm.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q3_K_L.gguf + files: + - filename: law-llm.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q3_K_M.gguf + files: + - filename: law-llm.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q3_K_S.gguf + files: + - filename: law-llm.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q4_0.gguf + files: + - filename: law-llm.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q4_K_M.gguf + files: + - filename: law-llm.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q4_K_S.gguf + files: + - filename: law-llm.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q5_0.gguf + files: + - filename: law-llm.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q5_K_M.gguf + files: + - filename: law-llm.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q5_K_S.gguf + files: + - filename: law-llm.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q6_K.gguf + files: + - filename: law-llm.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__law-llm-gguf__law-llm.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/law-LLM-GGUF + tags: + - transformers + - llama + - arxiv:2309.09530 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: law-llm.Q8_0.gguf + files: + - filename: law-llm.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/law-LLM-GGUF/resolve/main/law-llm.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q2_K.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q4_0.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q4_1.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q5_0.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:llama2 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin + files: + - filename: lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q2_K.gguf + files: + - filename: lemur-70b-chat-v1.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q3_K_L.gguf + files: + - filename: lemur-70b-chat-v1.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q3_K_M.gguf + files: + - filename: lemur-70b-chat-v1.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q3_K_S.gguf + files: + - filename: lemur-70b-chat-v1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q4_0.gguf + files: + - filename: lemur-70b-chat-v1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q4_K_M.gguf + files: + - filename: lemur-70b-chat-v1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q4_K_S.gguf + files: + - filename: lemur-70b-chat-v1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q5_0.gguf + files: + - filename: lemur-70b-chat-v1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q5_K_M.gguf + files: + - filename: lemur-70b-chat-v1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lemur-70b-chat-v1-gguf__lemur-70b-chat-v1.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF + tags: + - transformers + - llama + - text-generation + - code + - text-generation-inference + - en + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: lemur-70b-chat-v1.Q5_K_S.gguf + files: + - filename: lemur-70b-chat-v1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGUF/resolve/main/lemur-70b-chat-v1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q2_K.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q3_K_L.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q3_K_M.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q3_K_S.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q4_0.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q4_K_M.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q4_K_S.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q5_0.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q5_K_M.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q5_K_S.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q6_K.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-bilingual-gguf__leo-hessianai-13b-chat-bilingual.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat-bilingual.Q8_0.gguf + files: + - filename: leo-hessianai-13b-chat-bilingual.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-bilingual-GGUF/resolve/main/leo-hessianai-13b-chat-bilingual.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q2_K.gguf + files: + - filename: leo-hessianai-13b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q3_K_L.gguf + files: + - filename: leo-hessianai-13b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q3_K_M.gguf + files: + - filename: leo-hessianai-13b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q3_K_S.gguf + files: + - filename: leo-hessianai-13b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q4_0.gguf + files: + - filename: leo-hessianai-13b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q4_K_M.gguf + files: + - filename: leo-hessianai-13b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q4_K_S.gguf + files: + - filename: leo-hessianai-13b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q5_0.gguf + files: + - filename: leo-hessianai-13b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q5_K_M.gguf + files: + - filename: leo-hessianai-13b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q5_K_S.gguf + files: + - filename: leo-hessianai-13b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q6_K.gguf + files: + - filename: leo-hessianai-13b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-chat-gguf__leo-hessianai-13b-chat.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b-chat.Q8_0.gguf + files: + - filename: leo-hessianai-13b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q2_K.gguf + files: + - filename: leo-hessianai-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q3_K_L.gguf + files: + - filename: leo-hessianai-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q3_K_M.gguf + files: + - filename: leo-hessianai-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q3_K_S.gguf + files: + - filename: leo-hessianai-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q4_0.gguf + files: + - filename: leo-hessianai-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q4_K_M.gguf + files: + - filename: leo-hessianai-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q4_K_S.gguf + files: + - filename: leo-hessianai-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q5_0.gguf + files: + - filename: leo-hessianai-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q5_K_M.gguf + files: + - filename: leo-hessianai-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q5_K_S.gguf + files: + - filename: leo-hessianai-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q6_K.gguf + files: + - filename: leo-hessianai-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-13b-gguf__leo-hessianai-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-13b.Q8_0.gguf + files: + - filename: leo-hessianai-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-13B-GGUF/resolve/main/leo-hessianai-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q2_K.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q3_K_L.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q3_K_M.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q3_K_S.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q4_0.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q4_K_M.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q4_K_S.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q5_0.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q5_K_M.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q5_K_S.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q6_K.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-bilingual-gguf__leo-hessianai-7b-chat-bilingual.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_70k + - dataset:bjoernp/oasst25-08-23-filtered + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat-bilingual.Q8_0.gguf + files: + - filename: leo-hessianai-7b-chat-bilingual.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-bilingual-GGUF/resolve/main/leo-hessianai-7b-chat-bilingual.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q2_K.gguf + files: + - filename: leo-hessianai-7b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q3_K_L.gguf + files: + - filename: leo-hessianai-7b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q3_K_M.gguf + files: + - filename: leo-hessianai-7b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q3_K_S.gguf + files: + - filename: leo-hessianai-7b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q4_0.gguf + files: + - filename: leo-hessianai-7b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q4_K_M.gguf + files: + - filename: leo-hessianai-7b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q4_K_S.gguf + files: + - filename: leo-hessianai-7b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q5_0.gguf + files: + - filename: leo-hessianai-7b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q5_K_M.gguf + files: + - filename: leo-hessianai-7b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q5_K_S.gguf + files: + - filename: leo-hessianai-7b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q6_K.gguf + files: + - filename: leo-hessianai-7b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-chat-gguf__leo-hessianai-7b-chat.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b-chat.Q8_0.gguf + files: + - filename: leo-hessianai-7b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-chat-GGUF/resolve/main/leo-hessianai-7b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q2_K.gguf + files: + - filename: leo-hessianai-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q3_K_L.gguf + files: + - filename: leo-hessianai-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q3_K_M.gguf + files: + - filename: leo-hessianai-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q3_K_S.gguf + files: + - filename: leo-hessianai-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q4_0.gguf + files: + - filename: leo-hessianai-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q4_K_M.gguf + files: + - filename: leo-hessianai-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q4_K_S.gguf + files: + - filename: leo-hessianai-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q5_0.gguf + files: + - filename: leo-hessianai-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q5_K_M.gguf + files: + - filename: leo-hessianai-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q5_K_S.gguf + files: + - filename: leo-hessianai-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q6_K.gguf + files: + - filename: leo-hessianai-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-hessianai-7b-gguf__leo-hessianai-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - de + - dataset:oscar-corpus/OSCAR-2301 + - dataset:wikipedia + - dataset:bjoernp/tagesschau-2018-2023 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-hessianai-7b.Q8_0.gguf + files: + - filename: leo-hessianai-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/leo-hessianai-7B-GGUF/resolve/main/leo-hessianai-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q2_K.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q3_K_L.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q3_K_M.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q3_K_S.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q4_0.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q4_K_M.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q4_K_S.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q5_0.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q5_K_M.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q5_K_S.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q6_K.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__leo-mistral-hessianai-7b-chat-gguf__leo-mistral-hessianai-7b-chat.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF + tags: + - transformers + - mistral + - text-generation + - en + - de + - dataset:LeoLM/OpenSchnabeltier + - dataset:OpenAssistant/OASST-DE + - dataset:FreedomIntelligence/alpaca-gpt4-deutsch + - dataset:FreedomIntelligence/evol-instruct-deutsch + - dataset:LeoLM/German_Poems + - dataset:LeoLM/German_Songs + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: leo-mistral-hessianai-7b-chat.Q8_0.gguf + files: + - filename: leo-mistral-hessianai-7b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Leo-Mistral-Hessianai-7B-Chat-GGUF/resolve/main/leo-mistral-hessianai-7b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q2_K.gguf + files: + - filename: lewd-sydney-20b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q3_k_l.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q3_K_L.gguf + files: + - filename: lewd-sydney-20b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q3_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q3_K_M.gguf + files: + - filename: lewd-sydney-20b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q3_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q3_K_S.gguf + files: + - filename: lewd-sydney-20b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q4_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q4_0.gguf + files: + - filename: lewd-sydney-20b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q4_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q4_K_M.gguf + files: + - filename: lewd-sydney-20b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q4_K_S.gguf + files: + - filename: lewd-sydney-20b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q5_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q5_0.gguf + files: + - filename: lewd-sydney-20b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q5_K_M.gguf + files: + - filename: lewd-sydney-20b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q5_K_S.gguf + files: + - filename: lewd-sydney-20b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q6_K.gguf + files: + - filename: lewd-sydney-20b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lewd-sydney-20b-gguf__lewd-sydney-20b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF + tags: + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lewd-sydney-20b.Q8_0.gguf + files: + - filename: lewd-sydney-20b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Lewd-Sydney-20B-GGUF/resolve/main/lewd-sydney-20b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lince-zero-gguf__lince-zero.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/lince-zero-GGUF + tags: + - transformers + - falcon + - text-generation + - es + - dataset:tatsu-lab/alpaca + - dataset:databricks/databricks-dolly-15k + - arxiv:1910.09700 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lince-zero.Q4_0.gguf + files: + - filename: lince-zero.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/lince-zero-GGUF/resolve/main/lince-zero.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lince-zero-gguf__lince-zero.q4_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/lince-zero-GGUF + tags: + - transformers + - falcon + - text-generation + - es + - dataset:tatsu-lab/alpaca + - dataset:databricks/databricks-dolly-15k + - arxiv:1910.09700 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lince-zero.Q4_1.gguf + files: + - filename: lince-zero.Q4_1.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/lince-zero-GGUF/resolve/main/lince-zero.Q4_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lince-zero-gguf__lince-zero.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/lince-zero-GGUF + tags: + - transformers + - falcon + - text-generation + - es + - dataset:tatsu-lab/alpaca + - dataset:databricks/databricks-dolly-15k + - arxiv:1910.09700 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lince-zero.Q5_0.gguf + files: + - filename: lince-zero.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/lince-zero-GGUF/resolve/main/lince-zero.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lince-zero-gguf__lince-zero.q5_1.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/lince-zero-GGUF + tags: + - transformers + - falcon + - text-generation + - es + - dataset:tatsu-lab/alpaca + - dataset:databricks/databricks-dolly-15k + - arxiv:1910.09700 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lince-zero.Q5_1.gguf + files: + - filename: lince-zero.Q5_1.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/lince-zero-GGUF/resolve/main/lince-zero.Q5_1.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lince-zero-gguf__lince-zero.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/lince-zero-GGUF + tags: + - transformers + - falcon + - text-generation + - es + - dataset:tatsu-lab/alpaca + - dataset:databricks/databricks-dolly-15k + - arxiv:1910.09700 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: lince-zero.Q8_0.gguf + files: + - filename: lince-zero.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/lince-zero-GGUF/resolve/main/lince-zero.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q2_K.bin + files: + - filename: llama-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q3_K_L.bin + files: + - filename: llama-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q3_K_M.bin + files: + - filename: llama-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q3_K_S.bin + files: + - filename: llama-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q4_0.bin + files: + - filename: llama-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q4_1.bin + files: + - filename: llama-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q4_K_M.bin + files: + - filename: llama-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q4_K_S.bin + files: + - filename: llama-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q5_0.bin + files: + - filename: llama-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q5_1.bin + files: + - filename: llama-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q5_K_M.bin + files: + - filename: llama-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q5_K_S.bin + files: + - filename: llama-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q6_K.bin + files: + - filename: llama-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-13B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.ggmlv3.q8_0.bin + files: + - filename: llama-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q2_K.gguf + files: + - filename: llama-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q3_K_L.gguf + files: + - filename: llama-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q3_K_M.gguf + files: + - filename: llama-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q3_K_S.gguf + files: + - filename: llama-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q4_0.gguf + files: + - filename: llama-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q4_K_M.gguf + files: + - filename: llama-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q4_K_S.gguf + files: + - filename: llama-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q5_0.gguf + files: + - filename: llama-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q5_K_M.gguf + files: + - filename: llama-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q5_K_S.gguf + files: + - filename: llama-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q6_K.gguf + files: + - filename: llama-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-gguf__llama-13b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-13b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b.Q8_0.gguf + files: + - filename: llama-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-13b-GGUF/resolve/main/llama-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-13b-supercot.ggmlv3.q4_0.bin + files: + - filename: llama-13b-supercot.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-13b-supercot.ggmlv3.q4_1.bin + files: + - filename: llama-13b-supercot.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-13b-supercot.ggmlv3.q5_0.bin + files: + - filename: llama-13b-supercot.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-13b-supercot.ggmlv3.q5_1.bin + files: + - filename: llama-13b-supercot.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-13b-supercot.ggmlv3.q8_0.bin + files: + - filename: llama-13b-supercot.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q2_K.gguf + files: + - filename: llama-13b-supercot.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q3_K_L.gguf + files: + - filename: llama-13b-supercot.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q3_K_M.gguf + files: + - filename: llama-13b-supercot.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q3_K_S.gguf + files: + - filename: llama-13b-supercot.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q4_0.gguf + files: + - filename: llama-13b-supercot.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q4_K_M.gguf + files: + - filename: llama-13b-supercot.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q4_K_S.gguf + files: + - filename: llama-13b-supercot.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q5_0.gguf + files: + - filename: llama-13b-supercot.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q5_K_M.gguf + files: + - filename: llama-13b-supercot.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q5_K_S.gguf + files: + - filename: llama-13b-supercot.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q6_K.gguf + files: + - filename: llama-13b-supercot.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-13b-supercot-gguf__llama-13b-supercot.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-13b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-13b-supercot.Q8_0.gguf + files: + - filename: llama-13b-supercot.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGUF/resolve/main/llama-13b-supercot.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q2_k.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q2_K.gguf + files: + - filename: llama-2-13b-chat-dutch.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q3_k_l.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q3_K_L.gguf + files: + - filename: llama-2-13b-chat-dutch.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q3_k_m.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q3_K_M.gguf + files: + - filename: llama-2-13b-chat-dutch.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q3_k_s.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q3_K_S.gguf + files: + - filename: llama-2-13b-chat-dutch.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q4_0.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q4_0.gguf + files: + - filename: llama-2-13b-chat-dutch.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q4_k_m.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q4_K_M.gguf + files: + - filename: llama-2-13b-chat-dutch.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q4_k_s.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q4_K_S.gguf + files: + - filename: llama-2-13b-chat-dutch.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q5_0.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q5_0.gguf + files: + - filename: llama-2-13b-chat-dutch.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q5_k_m.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q5_K_M.gguf + files: + - filename: llama-2-13b-chat-dutch.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q5_k_s.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q5_K_S.gguf + files: + - filename: llama-2-13b-chat-dutch.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q6_k.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q6_K.gguf + files: + - filename: llama-2-13b-chat-dutch.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-dutch-gguf__llama-2-13b-chat-dutch.q8_0.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - lora + - adapters + - nl + - dataset:BramVanroy/dutch_chat_datasets + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-dutch.Q8_0.gguf + files: + - filename: llama-2-13b-chat-dutch.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Chat-Dutch-GGUF/resolve/main/llama-2-13b-chat-dutch.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q2_K.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q4_0.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q4_1.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q5_0.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q5_1.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q6_K.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.ggmlv3.q8_0.bin + files: + - filename: llama-2-13b-chat.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q2_K.gguf + files: + - filename: llama-2-13b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q3_K_L.gguf + files: + - filename: llama-2-13b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q3_K_M.gguf + files: + - filename: llama-2-13b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q3_K_S.gguf + files: + - filename: llama-2-13b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q4_0.gguf + files: + - filename: llama-2-13b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q4_K_M.gguf + files: + - filename: llama-2-13b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q4_K_S.gguf + files: + - filename: llama-2-13b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q5_0.gguf + files: + - filename: llama-2-13b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q5_K_M.gguf + files: + - filename: llama-2-13b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q5_K_S.gguf + files: + - filename: llama-2-13b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q6_K.gguf + files: + - filename: llama-2-13b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-gguf__llama-2-13b-chat.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat.Q8_0.gguf + files: + - filename: llama-2-13b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin + files: + - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q2_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q2_K.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q3_k_l.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q3_K_L.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q3_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q3_K_M.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q3_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q3_K_S.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q4_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q4_0.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q4_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q4_K_M.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q4_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q4_K_S.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q5_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q5_0.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q5_k_m.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q5_K_M.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q5_k_s.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q5_K_S.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q6_k.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q6_K.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-13b-chat-limarp-v2-merged-gguf__llama-2-13b-chat-limarp-v2-merged.q8_0.gguf + license: agpl-3.0 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF + tags: + - transformers + - llama + - llama-2 + - text-generation + - en + - license:agpl-3.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-chat-limarp-v2-merged.Q8_0.gguf + files: + - filename: llama-2-13b-chat-limarp-v2-merged.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGUF/resolve/main/llama-2-13b-chat-limarp-v2-merged.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q2_K.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q3_K_L.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q3_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q3_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q4_0.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q4_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q4_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q5_0.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q5_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q5_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q6_K.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v5-gguf__llama-2-13b-ensemble-v5.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v5.Q8_0.gguf + files: + - filename: llama-2-13b-ensemble-v5.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v5-GGUF/resolve/main/llama-2-13b-ensemble-v5.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q2_K.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q3_K_L.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q3_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q3_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q4_0.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q4_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q4_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q5_0.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q5_K_M.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q5_K_S.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q6_K.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ensemble-v6-gguf__llama-2-13b-ensemble-v6.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-ensemble-v6.Q8_0.gguf + files: + - filename: llama-2-13b-ensemble-v6.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-Ensemble-v6-GGUF/resolve/main/llama-2-13b-ensemble-v6.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + files: + - filename: llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q2_K.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q3_K_L.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q3_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q3_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q4_0.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q4_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q4_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q5_0.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q5_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q5_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q6_K.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v2-gguf__llama-2-13b-german-assistant-v2.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v2.Q8_0.gguf + files: + - filename: llama-2-13b-german-assistant-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGUF/resolve/main/llama-2-13b-german-assistant-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q2_K.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q3_K_L.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q3_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q3_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q4_0.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q4_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q4_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q5_0.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q5_K_M.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q5_K_S.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q6_K.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-german-assistant-v4-gguf__llama-2-13b-german-assistant-v4.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF + tags: + - transformers + - llama + - en + - de + - dataset:flozi00/conversations + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-german-assistant-v4.Q8_0.gguf + files: + - filename: llama-2-13b-german-assistant-v4.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-German-Assistant-v4-GGUF/resolve/main/llama-2-13b-german-assistant-v4.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q2_K.bin + files: + - filename: llama-2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q4_0.bin + files: + - filename: llama-2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q4_1.bin + files: + - filename: llama-2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q5_0.bin + files: + - filename: llama-2-13b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q5_1.bin + files: + - filename: llama-2-13b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-13b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q6_K.bin + files: + - filename: llama-2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.ggmlv3.q8_0.bin + files: + - filename: llama-2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q2_K.gguf + files: + - filename: llama-2-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q3_K_L.gguf + files: + - filename: llama-2-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q3_K_M.gguf + files: + - filename: llama-2-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q3_K_S.gguf + files: + - filename: llama-2-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q4_0.gguf + files: + - filename: llama-2-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q4_K_M.gguf + files: + - filename: llama-2-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q4_K_S.gguf + files: + - filename: llama-2-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q5_0.gguf + files: + - filename: llama-2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q5_K_M.gguf + files: + - filename: llama-2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q5_K_S.gguf + files: + - filename: llama-2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q6_K.gguf + files: + - filename: llama-2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-gguf__llama-2-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b.Q8_0.gguf + files: + - filename: llama-2-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-GGUF/resolve/main/llama-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + files: + - filename: llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q2_K.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q3_K_L.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q3_K_M.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q3_K_S.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q4_0.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q4_K_M.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q4_K_S.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q5_0.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q5_K_M.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q5_K_S.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q6_K.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-13b-guanaco-qlora-gguf__llama-2-13b-guanaco-qlora.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-guanaco-qlora.Q8_0.gguf + files: + - filename: llama-2-13b-guanaco-qlora.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-13b-guanaco-qlora.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q2_K.gguf + files: + - filename: llama-2-13b-lora-assemble.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q3_K_L.gguf + files: + - filename: llama-2-13b-lora-assemble.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q3_K_M.gguf + files: + - filename: llama-2-13b-lora-assemble.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q3_K_S.gguf + files: + - filename: llama-2-13b-lora-assemble.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q4_0.gguf + files: + - filename: llama-2-13b-lora-assemble.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q4_K_M.gguf + files: + - filename: llama-2-13b-lora-assemble.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q4_K_S.gguf + files: + - filename: llama-2-13b-lora-assemble.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q5_0.gguf + files: + - filename: llama-2-13b-lora-assemble.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q5_K_M.gguf + files: + - filename: llama-2-13b-lora-assemble.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q5_K_S.gguf + files: + - filename: llama-2-13b-lora-assemble.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q6_K.gguf + files: + - filename: llama-2-13b-lora-assemble.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-13b-lora-assemble-gguf__llama-2-13b-lora-assemble.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-13b-lora-assemble.Q8_0.gguf + files: + - filename: llama-2-13b-lora-assemble.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-13B-LoRA-Assemble-GGUF/resolve/main/llama-2-13b-lora-assemble.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q2_K.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q4_0.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q4_1.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q5_0.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-70b-chat.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q2_K.gguf + files: + - filename: llama-2-70b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q3_K_L.gguf + files: + - filename: llama-2-70b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q3_K_M.gguf + files: + - filename: llama-2-70b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q3_K_S.gguf + files: + - filename: llama-2-70b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q4_0.gguf + files: + - filename: llama-2-70b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q4_K_M.gguf + files: + - filename: llama-2-70b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q4_K_S.gguf + files: + - filename: llama-2-70b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q5_0.gguf + files: + - filename: llama-2-70b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q5_K_M.gguf + files: + - filename: llama-2-70b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-70b-chat-gguf__llama-2-70b-chat.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-chat.Q5_K_S.gguf + files: + - filename: llama-2-70b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGUF/resolve/main/llama-2-70b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q2_K.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q3_K_L.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q3_K_M.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q3_K_S.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q4_0.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q4_K_M.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q4_K_S.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q5_0.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q5_K_M.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ensemble-v5-gguf__llama-2-70b-ensemble-v5.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-ensemble-v5.Q5_K_S.gguf + files: + - filename: llama-2-70b-ensemble-v5.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Ensemble-v5-GGUF/resolve/main/llama-2-70b-ensemble-v5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q2_K.bin + files: + - filename: llama-2-70b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-70b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-70b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-70b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q4_0.bin + files: + - filename: llama-2-70b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q4_1.bin + files: + - filename: llama-2-70b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-70b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-70b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q5_0.bin + files: + - filename: llama-2-70b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-70b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-70b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q2_K.gguf + files: + - filename: llama-2-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q3_K_L.gguf + files: + - filename: llama-2-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q3_K_M.gguf + files: + - filename: llama-2-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q3_K_S.gguf + files: + - filename: llama-2-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q4_0.gguf + files: + - filename: llama-2-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q4_K_M.gguf + files: + - filename: llama-2-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q4_K_S.gguf + files: + - filename: llama-2-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q5_0.gguf + files: + - filename: llama-2-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q5_K_M.gguf + files: + - filename: llama-2-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-gguf__llama-2-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b.Q5_K_S.gguf + files: + - filename: llama-2-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-GGUF/resolve/main/llama-2-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q2_K.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q3_K_L.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q3_K_M.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q3_K_S.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q4_0.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q4_K_M.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q4_K_S.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q5_0.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q5_K_M.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-70b-guanaco-qlora-gguf__llama-2-70b-guanaco-qlora.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-guanaco-qlora.Q5_K_S.gguf + files: + - filename: llama-2-70b-guanaco-qlora.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGUF/resolve/main/llama-2-70b-guanaco-qlora.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q2_K.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q3_K_L.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q3_K_M.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q3_K_S.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q4_0.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q4_K_M.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q4_K_S.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q5_0.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q5_K_M.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-lora-assemble-v2-gguf__llama-2-70b-lora-assemble-v2.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-lora-assemble-v2.Q5_K_S.gguf + files: + - filename: llama-2-70b-lora-assemble-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-LoRA-Assemble-v2-GGUF/resolve/main/llama-2-70b-lora-assemble-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q2_K.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q3_K_L.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q3_K_M.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q3_K_S.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q4_0.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q4_K_M.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q4_K_S.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q5_0.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q5_K_M.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-oasst-1-200-gguf__llama-2-70b-oasst-1-200.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF + tags: + - transformers + - llama + - sft + - en + - de + - es + - fr + - dataset:OpenAssistant/oasst1 + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-oasst-1-200.Q5_K_S.gguf + files: + - filename: llama-2-70b-oasst-1-200.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGUF/resolve/main/llama-2-70b-oasst-1-200.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q2_K.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q4_0.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q4_1.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q5_0.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin + files: + - filename: llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q2_K.gguf + files: + - filename: llama-2-70b-orca-200k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q3_K_L.gguf + files: + - filename: llama-2-70b-orca-200k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q3_K_M.gguf + files: + - filename: llama-2-70b-orca-200k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q3_K_S.gguf + files: + - filename: llama-2-70b-orca-200k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q4_0.gguf + files: + - filename: llama-2-70b-orca-200k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q4_K_M.gguf + files: + - filename: llama-2-70b-orca-200k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q4_K_S.gguf + files: + - filename: llama-2-70b-orca-200k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q5_0.gguf + files: + - filename: llama-2-70b-orca-200k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q5_K_M.gguf + files: + - filename: llama-2-70b-orca-200k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-70b-orca-200k-gguf__llama-2-70b-orca-200k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF + tags: + - transformers + - llama + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-70b-orca-200k.Q5_K_S.gguf + files: + - filename: llama-2-70b-orca-200k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGUF/resolve/main/llama-2-70b-orca-200k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q6_K.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + files: + - filename: llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q2_K.gguf + files: + - filename: llama-2-7b-32k-instruct.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q3_K_L.gguf + files: + - filename: llama-2-7b-32k-instruct.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q3_K_M.gguf + files: + - filename: llama-2-7b-32k-instruct.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q3_K_S.gguf + files: + - filename: llama-2-7b-32k-instruct.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q4_0.gguf + files: + - filename: llama-2-7b-32k-instruct.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q4_K_M.gguf + files: + - filename: llama-2-7b-32k-instruct.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q4_K_S.gguf + files: + - filename: llama-2-7b-32k-instruct.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q5_0.gguf + files: + - filename: llama-2-7b-32k-instruct.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q5_K_M.gguf + files: + - filename: llama-2-7b-32k-instruct.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q5_K_S.gguf + files: + - filename: llama-2-7b-32k-instruct.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q6_K.gguf + files: + - filename: llama-2-7b-32k-instruct.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-32k-instruct-gguf__llama-2-7b-32k-instruct.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF + tags: + - transformers + - llama + - en + - dataset:togethercomputer/llama-instruct + - arxiv:2307.03172 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-32k-instruct.Q8_0.gguf + files: + - filename: llama-2-7b-32k-instruct.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGUF/resolve/main/llama-2-7b-32k-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q2_K.gguf + files: + - filename: llama-2-7b-arguments.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q3_K_L.gguf + files: + - filename: llama-2-7b-arguments.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q3_K_M.gguf + files: + - filename: llama-2-7b-arguments.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q3_K_S.gguf + files: + - filename: llama-2-7b-arguments.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q4_0.gguf + files: + - filename: llama-2-7b-arguments.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q4_K_M.gguf + files: + - filename: llama-2-7b-arguments.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q4_K_S.gguf + files: + - filename: llama-2-7b-arguments.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q5_0.gguf + files: + - filename: llama-2-7b-arguments.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q5_K_M.gguf + files: + - filename: llama-2-7b-arguments.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q5_K_S.gguf + files: + - filename: llama-2-7b-arguments.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q6_K.gguf + files: + - filename: llama-2-7b-arguments.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-arguments-gguf__llama-2-7b-arguments.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-arguments.Q8_0.gguf + files: + - filename: llama-2-7b-arguments.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Arguments-GGUF/resolve/main/llama-2-7b-arguments.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q4_0.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q4_1.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q5_0.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q5_1.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q6_K.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q8_0.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q2_K.gguf + files: + - filename: llama-2-7b-chat.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q3_K_L.gguf + files: + - filename: llama-2-7b-chat.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q3_K_M.gguf + files: + - filename: llama-2-7b-chat.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q3_K_S.gguf + files: + - filename: llama-2-7b-chat.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q4_0.gguf + files: + - filename: llama-2-7b-chat.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q4_K_M.gguf + files: + - filename: llama-2-7b-chat.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q4_K_S.gguf + files: + - filename: llama-2-7b-chat.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q5_0.gguf + files: + - filename: llama-2-7b-chat.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q5_K_M.gguf + files: + - filename: llama-2-7b-chat.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q5_K_S.gguf + files: + - filename: llama-2-7b-chat.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q6_K.gguf + files: + - filename: llama-2-7b-chat.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama-2-7b-chat-gguf__llama-2-7b-chat.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.Q8_0.gguf + files: + - filename: llama-2-7b-chat.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q4_0.bin + files: + - filename: llama-2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q4_1.bin + files: + - filename: llama-2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q5_0.bin + files: + - filename: llama-2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q5_1.bin + files: + - filename: llama-2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q6_K.bin + files: + - filename: llama-2-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.ggmlv3.q8_0.bin + files: + - filename: llama-2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q2_K.gguf + files: + - filename: llama-2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q3_K_L.gguf + files: + - filename: llama-2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q3_K_M.gguf + files: + - filename: llama-2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q3_K_S.gguf + files: + - filename: llama-2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q4_0.gguf + files: + - filename: llama-2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q4_K_M.gguf + files: + - filename: llama-2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q4_K_S.gguf + files: + - filename: llama-2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q5_0.gguf + files: + - filename: llama-2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q5_K_M.gguf + files: + - filename: llama-2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q5_K_S.gguf + files: + - filename: llama-2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q6_K.gguf + files: + - filename: llama-2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-gguf__llama-2-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-GGUF + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b.Q8_0.gguf + files: + - filename: llama-2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + files: + - filename: llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q2_K.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q3_K_L.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q3_K_M.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q3_K_S.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q4_0.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q4_K_M.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q4_K_S.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q5_0.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q5_K_M.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q5_K_S.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q6_K.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__llama-2-7b-guanaco-qlora-gguf__llama-2-7b-guanaco-qlora.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF + tags: + - transformers + - llama + - llama-2 + - text-classification + - en + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-guanaco-qlora.Q8_0.gguf + files: + - filename: llama-2-7b-guanaco-qlora.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGUF/resolve/main/llama-2-7b-guanaco-qlora.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q2_K.gguf + files: + - filename: llama-2-7b-lora-assemble.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q3_K_L.gguf + files: + - filename: llama-2-7b-lora-assemble.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q3_K_M.gguf + files: + - filename: llama-2-7b-lora-assemble.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q3_K_S.gguf + files: + - filename: llama-2-7b-lora-assemble.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q4_0.gguf + files: + - filename: llama-2-7b-lora-assemble.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q4_K_M.gguf + files: + - filename: llama-2-7b-lora-assemble.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q4_K_S.gguf + files: + - filename: llama-2-7b-lora-assemble.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q5_0.gguf + files: + - filename: llama-2-7b-lora-assemble.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q5_K_M.gguf + files: + - filename: llama-2-7b-lora-assemble.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q5_K_S.gguf + files: + - filename: llama-2-7b-lora-assemble.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q6_K.gguf + files: + - filename: llama-2-7b-lora-assemble.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-lora-assemble-gguf__llama-2-7b-lora-assemble.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-lora-assemble.Q8_0.gguf + files: + - filename: llama-2-7b-lora-assemble.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-LoRA-Assemble-GGUF/resolve/main/llama-2-7b-lora-assemble.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q2_K.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q3_K_L.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q3_K_M.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q3_K_S.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q4_0.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q4_K_M.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q4_K_S.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q5_0.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q5_K_M.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q5_K_S.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q6_K.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-7b-vietnamese-20k-gguf__llama-2-7b-vietnamese-20k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF + tags: + - transformers + - llama + - text-generation + - llama-2 + - llama-2-7B + - llama2-vietnamese + - vietnamese + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-vietnamese-20k.Q8_0.gguf + files: + - filename: llama-2-7b-vietnamese-20k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-7B-vietnamese-20k-GGUF/resolve/main/llama-2-7b-vietnamese-20k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q2_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q2_K.gguf + files: + - filename: llama-2-coder-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q3_k_l.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q3_K_L.gguf + files: + - filename: llama-2-coder-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q3_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q3_K_M.gguf + files: + - filename: llama-2-coder-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q3_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q3_K_S.gguf + files: + - filename: llama-2-coder-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q4_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q4_0.gguf + files: + - filename: llama-2-coder-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q4_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q4_K_M.gguf + files: + - filename: llama-2-coder-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q4_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q4_K_S.gguf + files: + - filename: llama-2-coder-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q5_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q5_0.gguf + files: + - filename: llama-2-coder-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q5_k_m.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q5_K_M.gguf + files: + - filename: llama-2-coder-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q5_k_s.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q5_K_S.gguf + files: + - filename: llama-2-coder-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q6_k.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q6_K.gguf + files: + - filename: llama-2-coder-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-coder-7b-gguf__llama-2-coder-7b.q8_0.gguf + license: apache-2.0 + urls: + - https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF + tags: + - transformers + - llama + - generated_from_trainer + - code + - coding + - text-generation + - dataset:HuggingFaceH4/CodeAlpaca_20K + - license:apache-2.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-coder-7b.Q8_0.gguf + files: + - filename: llama-2-coder-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-Coder-7B-GGUF/resolve/main/llama-2-coder-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q2_K.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q3_K_L.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q3_K_M.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q3_K_S.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q4_0.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q4_K_M.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q4_K_S.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q5_0.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q5_K_M.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q5_K_S.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q6_K.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-2-peanutbutter_v19_r8-7b-gguf__peanutbutter_v19_r8-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF + tags: + - transformers + - llama + - en + - dataset:PeanutJar/PeanutButter-Train + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: peanutbutter_v19_r8-7b.Q8_0.gguf + files: + - filename: peanutbutter_v19_r8-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama-2-PeanutButter_v19_R8-7B-GGUF/resolve/main/peanutbutter_v19_r8-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q2_K.bin + files: + - filename: llama-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q3_K_L.bin + files: + - filename: llama-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q3_K_M.bin + files: + - filename: llama-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q3_K_S.bin + files: + - filename: llama-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q4_0.bin + files: + - filename: llama-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q4_1.bin + files: + - filename: llama-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q4_K_M.bin + files: + - filename: llama-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q4_K_S.bin + files: + - filename: llama-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q5_0.bin + files: + - filename: llama-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q5_1.bin + files: + - filename: llama-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q5_K_M.bin + files: + - filename: llama-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q5_K_S.bin + files: + - filename: llama-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q6_K.bin + files: + - filename: llama-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-30B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.ggmlv3.q8_0.bin + files: + - filename: llama-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q2_K.gguf + files: + - filename: llama-30b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q3_K_L.gguf + files: + - filename: llama-30b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q3_K_M.gguf + files: + - filename: llama-30b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q3_K_S.gguf + files: + - filename: llama-30b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q4_0.gguf + files: + - filename: llama-30b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q4_K_M.gguf + files: + - filename: llama-30b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q4_K_S.gguf + files: + - filename: llama-30b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q5_0.gguf + files: + - filename: llama-30b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q5_K_M.gguf + files: + - filename: llama-30b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q5_K_S.gguf + files: + - filename: llama-30b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q6_K.gguf + files: + - filename: llama-30b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-gguf__llama-30b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-30b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b.Q8_0.gguf + files: + - filename: llama-30b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-30b-GGUF/resolve/main/llama-30b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q2_K.bin + files: + - filename: llama-30b-supercot.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q3_K_L.bin + files: + - filename: llama-30b-supercot.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q3_K_M.bin + files: + - filename: llama-30b-supercot.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q3_K_S.bin + files: + - filename: llama-30b-supercot.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q4_0.bin + files: + - filename: llama-30b-supercot.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q4_1.bin + files: + - filename: llama-30b-supercot.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q4_K_M.bin + files: + - filename: llama-30b-supercot.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q4_K_S.bin + files: + - filename: llama-30b-supercot.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q5_0.bin + files: + - filename: llama-30b-supercot.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q5_1.bin + files: + - filename: llama-30b-supercot.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q5_K_M.bin + files: + - filename: llama-30b-supercot.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q5_K_S.bin + files: + - filename: llama-30b-supercot.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q6_K.bin + files: + - filename: llama-30b-supercot.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot.ggmlv3.q8_0.bin + files: + - filename: llama-30b-supercot.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q2_K.gguf + files: + - filename: llama-30b-supercot.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q3_K_L.gguf + files: + - filename: llama-30b-supercot.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q3_K_M.gguf + files: + - filename: llama-30b-supercot.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q3_K_S.gguf + files: + - filename: llama-30b-supercot.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q4_0.gguf + files: + - filename: llama-30b-supercot.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q4_K_M.gguf + files: + - filename: llama-30b-supercot.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q4_K_S.gguf + files: + - filename: llama-30b-supercot.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q5_0.gguf + files: + - filename: llama-30b-supercot.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q5_K_M.gguf + files: + - filename: llama-30b-supercot.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q5_K_S.gguf + files: + - filename: llama-30b-supercot.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q6_K.gguf + files: + - filename: llama-30b-supercot.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-gguf__llama-30b-supercot.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-30b-supercot.Q8_0.gguf + files: + - filename: llama-30b-supercot.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGUF/resolve/main/llama-30b-supercot.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q2_K.bin + files: + - filename: llama-65b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q3_K_L.bin + files: + - filename: llama-65b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q3_K_M.bin + files: + - filename: llama-65b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q3_K_S.bin + files: + - filename: llama-65b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q4_0.bin + files: + - filename: llama-65b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q4_1.bin + files: + - filename: llama-65b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q4_K_M.bin + files: + - filename: llama-65b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q4_K_S.bin + files: + - filename: llama-65b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q5_0.bin + files: + - filename: llama-65b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q5_1.bin + files: + - filename: llama-65b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q5_K_M.bin + files: + - filename: llama-65b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-65B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.ggmlv3.q5_K_S.bin + files: + - filename: llama-65b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q2_K.gguf + files: + - filename: llama-65b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q3_K_L.gguf + files: + - filename: llama-65b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q3_K_M.gguf + files: + - filename: llama-65b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q3_K_S.gguf + files: + - filename: llama-65b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q4_0.gguf + files: + - filename: llama-65b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q4_K_M.gguf + files: + - filename: llama-65b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q4_K_S.gguf + files: + - filename: llama-65b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q5_0.gguf + files: + - filename: llama-65b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q5_K_M.gguf + files: + - filename: llama-65b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-65b-gguf__llama-65b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-65B-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-65b.Q5_K_S.gguf + files: + - filename: llama-65b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-65B-GGUF/resolve/main/llama-65b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q2_K.bin + files: + - filename: llama-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q3_K_L.bin + files: + - filename: llama-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q3_K_M.bin + files: + - filename: llama-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q3_K_S.bin + files: + - filename: llama-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q4_0.bin + files: + - filename: llama-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q4_1.bin + files: + - filename: llama-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q4_K_M.bin + files: + - filename: llama-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q4_K_S.bin + files: + - filename: llama-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q5_0.bin + files: + - filename: llama-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q5_1.bin + files: + - filename: llama-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q5_K_M.bin + files: + - filename: llama-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q5_K_S.bin + files: + - filename: llama-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q6_K.bin + files: + - filename: llama-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/LLaMa-7B-GGML + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.ggmlv3.q8_0.bin + files: + - filename: llama-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q2_K.gguf + files: + - filename: llama-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q3_K_L.gguf + files: + - filename: llama-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q3_K_M.gguf + files: + - filename: llama-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q3_K_S.gguf + files: + - filename: llama-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q4_0.gguf + files: + - filename: llama-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q4_K_M.gguf + files: + - filename: llama-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q4_K_S.gguf + files: + - filename: llama-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q5_0.gguf + files: + - filename: llama-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q5_K_M.gguf + files: + - filename: llama-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q5_K_S.gguf + files: + - filename: llama-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q6_K.gguf + files: + - filename: llama-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-7b-gguf__llama-7b.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/LLaMA-7b-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-7b.Q8_0.gguf + files: + - filename: llama-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA-7b-GGUF/resolve/main/llama-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-deus-7b-v3.ggmlv3.q4_0.bin + files: + - filename: llama-deus-7b-v3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-deus-7b-v3.ggmlv3.q4_1.bin + files: + - filename: llama-deus-7b-v3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-deus-7b-v3.ggmlv3.q5_0.bin + files: + - filename: llama-deus-7b-v3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-deus-7b-v3.ggmlv3.q5_1.bin + files: + - filename: llama-deus-7b-v3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: llama-deus-7b-v3.ggmlv3.q8_0.bin + files: + - filename: llama-deus-7b-v3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + files: + - filename: llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q2_K.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q3_K_L.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q3_K_M.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q3_K_S.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q4_0.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q4_K_M.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q4_K_S.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q5_0.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q5_K_M.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q5_K_S.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q6_K.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-megacode2-oasst-gguf__llama2-13b-megacode2-oasst.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-megacode2-oasst.Q8_0.gguf + files: + - filename: llama2-13b-megacode2-oasst.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGUF/resolve/main/llama2-13b-megacode2-oasst.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q2_K.gguf + files: + - filename: llama2-13b-tiefighter.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q3_K_L.gguf + files: + - filename: llama2-13b-tiefighter.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q3_K_M.gguf + files: + - filename: llama2-13b-tiefighter.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q3_K_S.gguf + files: + - filename: llama2-13b-tiefighter.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q4_0.gguf + files: + - filename: llama2-13b-tiefighter.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q4_K_M.gguf + files: + - filename: llama2-13b-tiefighter.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q4_K_S.gguf + files: + - filename: llama2-13b-tiefighter.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q5_0.gguf + files: + - filename: llama2-13b-tiefighter.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q5_K_M.gguf + files: + - filename: llama2-13b-tiefighter.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q5_K_S.gguf + files: + - filename: llama2-13b-tiefighter.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q6_K.gguf + files: + - filename: llama2-13b-tiefighter.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-13b-tiefighter-gguf__llama2-13b-tiefighter.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-13b-tiefighter.Q8_0.gguf + files: + - filename: llama2-13b-tiefighter.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLaMA2-13B-Tiefighter-GGUF/resolve/main/llama2-13b-tiefighter.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + files: + - filename: llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q2_K.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q3_K_L.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q3_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q3_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q4_0.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q4_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q4_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q5_0.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q5_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q5_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q6_K.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v2-gguf__llama2-22b-daydreamer-v2.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v2.Q8_0.gguf + files: + - filename: llama2-22b-daydreamer-v2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGUF/resolve/main/llama2-22b-daydreamer-v2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + files: + - filename: llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q2_K.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q3_K_L.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q3_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q3_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q4_0.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q4_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q4_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q5_0.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q5_K_M.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q5_K_S.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q6_K.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-daydreamer-v3-gguf__llama2-22b-daydreamer-v3.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF + tags: + - transformers + - llama + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-daydreamer-v3.Q8_0.gguf + files: + - filename: llama2-22b-daydreamer-v3.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGUF/resolve/main/llama2-22b-daydreamer-v3.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q2_K.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q3_K_L.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q3_K_M.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q3_K_S.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q4_0.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q4_1.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q4_K_M.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q4_K_S.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q5_0.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q5_1.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q5_K_M.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q5_K_S.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q6_K.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.ggmlv3.q8_0.bin + files: + - filename: llama2-22b-gplatty.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q2_K.gguf + files: + - filename: llama2-22b-gplatty.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q3_K_L.gguf + files: + - filename: llama2-22b-gplatty.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q3_K_M.gguf + files: + - filename: llama2-22b-gplatty.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q3_K_S.gguf + files: + - filename: llama2-22b-gplatty.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q4_0.gguf + files: + - filename: llama2-22b-gplatty.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q4_K_M.gguf + files: + - filename: llama2-22b-gplatty.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q4_K_S.gguf + files: + - filename: llama2-22b-gplatty.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q5_0.gguf + files: + - filename: llama2-22b-gplatty.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q5_K_M.gguf + files: + - filename: llama2-22b-gplatty.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q5_K_S.gguf + files: + - filename: llama2-22b-gplatty.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q6_K.gguf + files: + - filename: llama2-22b-gplatty.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-22b-gplatty-gguf__llama2-22b-gplatty.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF + tags: + - transformers + - llama + - llama-2 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-22b-gplatty.Q8_0.gguf + files: + - filename: llama2-22b-gplatty.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGUF/resolve/main/llama2-22b-gplatty.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + files: + - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q2_K.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q3_K_L.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q3_K_M.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q3_K_S.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q4_0.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q4_K_M.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q4_K_S.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q5_0.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q5_K_M.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2-70b-oasst-sft-v10-gguf__llama2-70b-oasst-sft-v10.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF + tags: + - transformers + - llama + - sft + - text-generation + - en + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - dataset:OpenAssistant/oasst1 + - dataset:shahules786/orca-best + - dataset:argilla/databricks-dolly-15k-curated-multilingual + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-70b-oasst-sft-v10.Q5_K_S.gguf + files: + - filename: llama2-70b-oasst-sft-v10.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGUF/resolve/main/llama2-70b-oasst-sft-v10.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + tags: + - transformers + - llama + - license:llama2 + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin + files: + - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q2_K.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q3_K_L.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q3_K_M.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q3_K_S.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q4_0.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q4_K_M.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q4_K_S.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q5_0.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q5_K_M.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q5_K_S.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q6_K.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-7b-chat-codecherrypop-qlora-gguf__llama-2-7b-chat-codecherrypop.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat-codeCherryPop.Q8_0.gguf + files: + - filename: llama-2-7b-chat-codeCherryPop.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGUF/resolve/main/llama-2-7b-chat-codeCherryPop.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q2_K.gguf + files: + - filename: llama2-chat-ayb-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q3_K_L.gguf + files: + - filename: llama2-chat-ayb-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q3_K_M.gguf + files: + - filename: llama2-chat-ayb-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q3_K_S.gguf + files: + - filename: llama2-chat-ayb-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q4_0.gguf + files: + - filename: llama2-chat-ayb-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q4_K_M.gguf + files: + - filename: llama2-chat-ayb-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q4_K_S.gguf + files: + - filename: llama2-chat-ayb-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q5_0.gguf + files: + - filename: llama2-chat-ayb-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q5_K_M.gguf + files: + - filename: llama2-chat-ayb-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q5_K_S.gguf + files: + - filename: llama2-chat-ayb-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q6_K.gguf + files: + - filename: llama2-chat-ayb-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayb-13b-gguf__llama2-chat-ayb-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayb-13b.Q8_0.gguf + files: + - filename: llama2-chat-ayb-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-chat-AYB-13B-GGUF/resolve/main/llama2-chat-ayb-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q2_K.gguf + files: + - filename: llama2-chat-ayt-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q3_K_L.gguf + files: + - filename: llama2-chat-ayt-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q3_K_M.gguf + files: + - filename: llama2-chat-ayt-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q3_K_S.gguf + files: + - filename: llama2-chat-ayt-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q4_0.gguf + files: + - filename: llama2-chat-ayt-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q4_K_M.gguf + files: + - filename: llama2-chat-ayt-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q4_K_S.gguf + files: + - filename: llama2-chat-ayt-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q5_0.gguf + files: + - filename: llama2-chat-ayt-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q5_K_M.gguf + files: + - filename: llama2-chat-ayt-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q5_K_S.gguf + files: + - filename: llama2-chat-ayt-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q6_K.gguf + files: + - filename: llama2-chat-ayt-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: thebloke__llama2-chat-ayt-13b-gguf__llama2-chat-ayt-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF + tags: + - transformers + - llama + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2-chat-ayt-13b.Q8_0.gguf + files: + - filename: llama2-chat-ayt-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Llama2-Chat-AYT-13B-GGUF/resolve/main/llama2-chat-ayt-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q2_K.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin + files: + - filename: llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q2_K.gguf + files: + - filename: llama2_70b_chat_uncensored.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q3_K_L.gguf + files: + - filename: llama2_70b_chat_uncensored.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q3_K_M.gguf + files: + - filename: llama2_70b_chat_uncensored.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q3_K_S.gguf + files: + - filename: llama2_70b_chat_uncensored.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q4_0.gguf + files: + - filename: llama2_70b_chat_uncensored.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q4_K_M.gguf + files: + - filename: llama2_70b_chat_uncensored.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q4_K_S.gguf + files: + - filename: llama2_70b_chat_uncensored.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q5_0.gguf + files: + - filename: llama2_70b_chat_uncensored.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q5_K_M.gguf + files: + - filename: llama2_70b_chat_uncensored.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_70b_chat_uncensored-gguf__llama2_70b_chat_uncensored.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF + tags: + - transformers + - llama + - uncensored + - wizard + - vicuna + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - arxiv:2305.14314 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_70b_chat_uncensored.Q5_K_S.gguf + files: + - filename: llama2_70b_chat_uncensored.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF/resolve/main/llama2_70b_chat_uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q2_K.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q6_K.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - has_space + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + files: + - filename: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q2_K.gguf + files: + - filename: llama2_7b_chat_uncensored.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q3_k_l.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q3_K_L.gguf + files: + - filename: llama2_7b_chat_uncensored.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q3_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q3_K_M.gguf + files: + - filename: llama2_7b_chat_uncensored.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q3_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q3_K_S.gguf + files: + - filename: llama2_7b_chat_uncensored.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q4_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q4_0.gguf + files: + - filename: llama2_7b_chat_uncensored.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q4_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q4_K_M.gguf + files: + - filename: llama2_7b_chat_uncensored.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q4_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q4_K_S.gguf + files: + - filename: llama2_7b_chat_uncensored.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q5_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q5_0.gguf + files: + - filename: llama2_7b_chat_uncensored.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q5_K_M.gguf + files: + - filename: llama2_7b_chat_uncensored.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q5_k_s.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q5_K_S.gguf + files: + - filename: llama2_7b_chat_uncensored.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q6_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q6_K.gguf + files: + - filename: llama2_7b_chat_uncensored.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llama2_7b_chat_uncensored-gguf__llama2_7b_chat_uncensored.q8_0.gguf + license: other + urls: + - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF + tags: + - transformers + - llama + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama2_7b_chat_uncensored.Q8_0.gguf + files: + - filename: llama2_7b_chat_uncensored.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGUF/resolve/main/llama2_7b_chat_uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q2_K.gguf + files: + - filename: llemma_34b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q3_K_L.gguf + files: + - filename: llemma_34b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q3_K_M.gguf + files: + - filename: llemma_34b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q3_K_S.gguf + files: + - filename: llemma_34b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q4_0.gguf + files: + - filename: llemma_34b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q4_K_M.gguf + files: + - filename: llemma_34b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q4_K_S.gguf + files: + - filename: llemma_34b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q5_0.gguf + files: + - filename: llemma_34b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q5_K_M.gguf + files: + - filename: llemma_34b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q5_K_S.gguf + files: + - filename: llemma_34b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q6_K.gguf + files: + - filename: llemma_34b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_34b-gguf__llemma_34b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_34b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_34b.Q8_0.gguf + files: + - filename: llemma_34b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_34b-GGUF/resolve/main/llemma_34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q2_K.gguf + files: + - filename: llemma_7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q3_K_L.gguf + files: + - filename: llemma_7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q3_K_M.gguf + files: + - filename: llemma_7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q3_K_S.gguf + files: + - filename: llemma_7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q4_0.gguf + files: + - filename: llemma_7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q4_K_M.gguf + files: + - filename: llemma_7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q4_K_S.gguf + files: + - filename: llemma_7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q5_0.gguf + files: + - filename: llemma_7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q5_K_M.gguf + files: + - filename: llemma_7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q5_K_S.gguf + files: + - filename: llemma_7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q6_K.gguf + files: + - filename: llemma_7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llemma_7b-gguf__llemma_7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/llemma_7b-GGUF + tags: + - transformers + - llama + - math + - reasoning + - en + - dataset:EleutherAI/proof-pile-2 + - arxiv:2310.10631 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llemma_7b.Q8_0.gguf + files: + - filename: llemma_7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/llemma_7b-GGUF/resolve/main/llemma_7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q2_K.bin + files: + - filename: llongma-2-7b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q3_K_L.bin + files: + - filename: llongma-2-7b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q3_K_M.bin + files: + - filename: llongma-2-7b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q3_K_S.bin + files: + - filename: llongma-2-7b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q4_0.bin + files: + - filename: llongma-2-7b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q4_1.bin + files: + - filename: llongma-2-7b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q4_K_M.bin + files: + - filename: llongma-2-7b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q4_K_S.bin + files: + - filename: llongma-2-7b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q5_0.bin + files: + - filename: llongma-2-7b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q5_1.bin + files: + - filename: llongma-2-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q5_K_M.bin + files: + - filename: llongma-2-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q5_K_S.bin + files: + - filename: llongma-2-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q6_K.bin + files: + - filename: llongma-2-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.ggmlv3.q8_0.bin + files: + - filename: llongma-2-7b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q2_K.gguf + files: + - filename: llongma-2-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q3_K_L.gguf + files: + - filename: llongma-2-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q3_K_M.gguf + files: + - filename: llongma-2-7b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q3_K_S.gguf + files: + - filename: llongma-2-7b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q4_0.gguf + files: + - filename: llongma-2-7b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q4_K_M.gguf + files: + - filename: llongma-2-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q4_K_S.gguf + files: + - filename: llongma-2-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q5_0.gguf + files: + - filename: llongma-2-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q5_K_M.gguf + files: + - filename: llongma-2-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q5_K_S.gguf + files: + - filename: llongma-2-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q6_K.gguf + files: + - filename: llongma-2-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongma-2-7b-gguf__llongma-2-7b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF + tags: + - transformers + - llama + - arxiv:2108.12409 + - arxiv:2212.10554 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongma-2-7b.Q8_0.gguf + files: + - filename: llongma-2-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGUF/resolve/main/llongma-2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q2_K.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q3_K_L.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q3_K_M.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q3_K_S.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q4_0.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q4_1.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q4_K_M.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q4_K_S.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q5_0.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q5_1.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q5_K_M.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q5_K_S.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q6_K.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.ggmlv3.q8_0.bin + files: + - filename: llongorca-13b-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q2_K.gguf + files: + - filename: llongorca-13b-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q3_K_L.gguf + files: + - filename: llongorca-13b-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q3_K_M.gguf + files: + - filename: llongorca-13b-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q3_K_S.gguf + files: + - filename: llongorca-13b-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q4_0.gguf + files: + - filename: llongorca-13b-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q4_K_M.gguf + files: + - filename: llongorca-13b-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q4_K_S.gguf + files: + - filename: llongorca-13b-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q5_0.gguf + files: + - filename: llongorca-13b-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q5_K_M.gguf + files: + - filename: llongorca-13b-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q5_K_S.gguf + files: + - filename: llongorca-13b-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q6_K.gguf + files: + - filename: llongorca-13b-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-13b-16k-gguf__llongorca-13b-16k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-13b-16k.Q8_0.gguf + files: + - filename: llongorca-13b-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGUF/resolve/main/llongorca-13b-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q2_K.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q3_K_L.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q3_K_M.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q3_K_S.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q4_0.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q4_1.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q4_K_M.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q4_K_S.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q5_0.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q5_1.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q5_K_M.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q5_K_S.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q6_K.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.ggmlv3.q8_0.bin + files: + - filename: llongorca-7b-16k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q2_K.gguf + files: + - filename: llongorca-7b-16k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q3_K_L.gguf + files: + - filename: llongorca-7b-16k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q3_K_M.gguf + files: + - filename: llongorca-7b-16k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q3_K_S.gguf + files: + - filename: llongorca-7b-16k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q4_0.gguf + files: + - filename: llongorca-7b-16k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q4_K_M.gguf + files: + - filename: llongorca-7b-16k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q4_K_S.gguf + files: + - filename: llongorca-7b-16k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q5_0.gguf + files: + - filename: llongorca-7b-16k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q5_K_M.gguf + files: + - filename: llongorca-7b-16k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q5_K_S.gguf + files: + - filename: llongorca-7b-16k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q6_K.gguf + files: + - filename: llongorca-7b-16k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__llongorca-7b-16k-gguf__llongorca-7b-16k.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: llongorca-7b-16k.Q8_0.gguf + files: + - filename: llongorca-7b-16k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGUF/resolve/main/llongorca-7b-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q2_K.bin + files: + - filename: lokus-13b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q3_K_L.bin + files: + - filename: lokus-13b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q3_K_M.bin + files: + - filename: lokus-13b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q3_K_S.bin + files: + - filename: lokus-13b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q4_0.bin + files: + - filename: lokus-13b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q4_1.bin + files: + - filename: lokus-13b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q4_K_M.bin + files: + - filename: lokus-13b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q4_K_S.bin + files: + - filename: lokus-13b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q5_0.bin + files: + - filename: lokus-13b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q5_1.bin + files: + - filename: lokus-13b.ggmlv3.Q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q5_K_M.bin + files: + - filename: lokus-13b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q5_K_S.bin + files: + - filename: lokus-13b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q6_K.bin + files: + - filename: lokus-13b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGML + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.ggmlv3.Q8_0.bin + files: + - filename: lokus-13b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q2_K.gguf + files: + - filename: lokus-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q3_K_L.gguf + files: + - filename: lokus-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q3_K_M.gguf + files: + - filename: lokus-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q3_K_S.gguf + files: + - filename: lokus-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q4_0.gguf + files: + - filename: lokus-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q4_K_M.gguf + files: + - filename: lokus-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q4_K_S.gguf + files: + - filename: lokus-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q5_0.gguf + files: + - filename: lokus-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q5_K_M.gguf + files: + - filename: lokus-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q5_K_S.gguf + files: + - filename: lokus-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q6_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q6_K.gguf + files: + - filename: lokus-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__lokus-13b-gguf__lokus-13b.q8_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LoKuS-13B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: lokus-13b.Q8_0.gguf + files: + - filename: lokus-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LoKuS-13B-GGUF/resolve/main/lokus-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q2_K.gguf + files: + - filename: longalpaca-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q3_K_L.gguf + files: + - filename: longalpaca-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q3_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q3_K_M.gguf + files: + - filename: longalpaca-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q3_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q3_K_S.gguf + files: + - filename: longalpaca-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q4_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q4_0.gguf + files: + - filename: longalpaca-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q4_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q4_K_M.gguf + files: + - filename: longalpaca-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q4_K_S.gguf + files: + - filename: longalpaca-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q5_0.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q5_0.gguf + files: + - filename: longalpaca-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q5_k_m.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q5_K_M.gguf + files: + - filename: longalpaca-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longalpaca-70b-gguf__longalpaca-70b.q5_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF + tags: + - transformers + - llama + - arxiv:2309.12307 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: longalpaca-70b.Q5_K_S.gguf + files: + - filename: longalpaca-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/LongAlpaca-70B-GGUF/resolve/main/longalpaca-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q2_K.bin + files: + - filename: longchat-13b-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q3_K_L.bin + files: + - filename: longchat-13b-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q3_K_M.bin + files: + - filename: longchat-13b-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q3_K_S.bin + files: + - filename: longchat-13b-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q4_K_M.bin + files: + - filename: longchat-13b-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q4_K_S.bin + files: + - filename: longchat-13b-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q5_K_M.bin + files: + - filename: longchat-13b-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q5_K_S.bin + files: + - filename: longchat-13b-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-13b-16k.ggmlv3.q6_K.bin + files: + - filename: longchat-13b-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q2_K.bin + files: + - filename: longchat-7b-16k.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q3_K_L.bin + files: + - filename: longchat-7b-16k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q3_K_M.bin + files: + - filename: longchat-7b-16k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q3_K_S.bin + files: + - filename: longchat-7b-16k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q4_K_M.bin + files: + - filename: longchat-7b-16k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q4_K_S.bin + files: + - filename: longchat-7b-16k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q5_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q5_K_M.bin + files: + - filename: longchat-7b-16k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q5_K_S.bin + files: + - filename: longchat-7b-16k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/LongChat-7B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: longchat-7b-16k.ggmlv3.q6_K.bin + files: + - filename: longchat-7b-16k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q2_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin + files: + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_l.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin + files: + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin + files: + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin + files: + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + files: + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + tags: + - transformers + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bloomz-560m-q4_0-ggjt.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin files: - - filename: bloomz-560m-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-560m-q4_0.bin - license: bigscience-bloom-rail-1.0 + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bloomz-560m-q4_0.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin files: - - filename: bloomz-560m-q4_0.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-560m-q5_1-ggjt.bin - license: bigscience-bloom-rail-1.0 + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bloomz-560m-q5_1-ggjt.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin files: - - filename: bloomz-560m-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__bloomz-ggml__bloomz-560m-q5_1.bin - license: bigscience-bloom-rail-1.0 + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/bloomz-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - ak - - ar - - as - - bm - - bn - - ca - - code - - en - - es - - eu - - fon - - fr - - gu - - hi - - id - - ig - - ki - - kn - - lg - - ln - - ml - - mr - - ne - - nso - - ny - - or - - pa - - pt - - rn - - rw - - sn - - st - - sw - - ta - - te - - tn - - ts - - tum - - tw - - ur - - vi - - wo - - xh - - yo - - zh - - zu - - dataset:bigscience/xP3 - - arxiv:2211.01786 - - license:bigscience-bloom-rail-1.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bloomz-560m-q5_1.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin files: - - filename: bloomz-560m-q5_1.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/bloomz-ggml/resolve/main/bloomz-560m-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-12b-f16.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-12b-f16.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin files: - - filename: dolly-v2-12b-f16.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-12b-q4_0-ggjt.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-12b-q4_0-ggjt.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin files: - - filename: dolly-v2-12b-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-12b-q4_0.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-12b-q4_0.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin files: - - filename: dolly-v2-12b-q4_0.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-12b-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-3b-f16.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-3b-f16.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin files: - - filename: dolly-v2-3b-f16.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-3b-q4_0-ggjt.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-3b-q4_0-ggjt.bin + model: losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin files: - - filename: dolly-v2-3b-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-3b-q4_0.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-3b-q4_0.bin + model: losslessmegacoder-llama2-13b-min.Q2_K.gguf files: - - filename: dolly-v2-3b-q4_0.bin + - filename: losslessmegacoder-llama2-13b-min.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-3b-q5_1-ggjt.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-3b-q5_1-ggjt.bin + model: losslessmegacoder-llama2-13b-min.Q3_K_L.gguf files: - - filename: dolly-v2-3b-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-3b-q5_1.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-3b-q5_1.bin + model: losslessmegacoder-llama2-13b-min.Q3_K_M.gguf files: - - filename: dolly-v2-3b-q5_1.bin + - filename: losslessmegacoder-llama2-13b-min.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-3b-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-7b-f16.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-7b-f16.bin + model: losslessmegacoder-llama2-13b-min.Q3_K_S.gguf files: - - filename: dolly-v2-7b-f16.bin + - filename: losslessmegacoder-llama2-13b-min.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-7b-q4_0-ggjt.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-7b-q4_0-ggjt.bin + model: losslessmegacoder-llama2-13b-min.Q4_0.gguf files: - - filename: dolly-v2-7b-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-7b-q4_0.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-7b-q4_0.bin + model: losslessmegacoder-llama2-13b-min.Q4_K_M.gguf files: - - filename: dolly-v2-7b-q4_0.bin + - filename: losslessmegacoder-llama2-13b-min.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-7b-q5_1-ggjt.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-7b-q5_1-ggjt.bin + model: losslessmegacoder-llama2-13b-min.Q4_K_S.gguf files: - - filename: dolly-v2-7b-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__dolly-v2-ggml__dolly-v2-7b-q5_1.bin - license: mit + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/dolly-v2-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:databricks/databricks-dolly-15k - - license:mit - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: dolly-v2-7b-q5_1.bin + model: losslessmegacoder-llama2-13b-min.Q5_0.gguf files: - - filename: dolly-v2-7b-q5_1.bin + - filename: losslessmegacoder-llama2-13b-min.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/dolly-v2-ggml/resolve/main/dolly-v2-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt-j-ggml__gpt-j-6b-f16.bin + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/gpt-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:the_pile - - arxiv:2104.09864 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt-j-6b-f16.bin + model: losslessmegacoder-llama2-13b-min.Q5_K_M.gguf files: - - filename: gpt-j-6b-f16.bin + - filename: losslessmegacoder-llama2-13b-min.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt-j-ggml__gpt-j-6b-q4_0-ggjt.bin + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/gpt-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:the_pile - - arxiv:2104.09864 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt-j-6b-q4_0-ggjt.bin + model: losslessmegacoder-llama2-13b-min.Q5_K_S.gguf files: - - filename: gpt-j-6b-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt-j-ggml__gpt-j-6b-q4_0.bin + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/gpt-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:the_pile - - arxiv:2104.09864 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt-j-6b-q4_0.bin + model: losslessmegacoder-llama2-13b-min.Q6_K.gguf files: - - filename: gpt-j-6b-q4_0.bin + - filename: losslessmegacoder-llama2-13b-min.Q6_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt-j-ggml__gpt-j-6b-q5_1-ggjt.bin + name: thebloke__losslessmegacoder-llama2-13b-mini-gguf__losslessmegacoder-llama2-13b-min.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/gpt-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:the_pile - - arxiv:2104.09864 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt-j-6b-q5_1-ggjt.bin + model: losslessmegacoder-llama2-13b-min.Q8_0.gguf files: - - filename: gpt-j-6b-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-13b-min.Q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-13b-min.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt-j-ggml__gpt-j-6b-q5_1.bin + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:the_pile - - arxiv:2104.09864 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt-j-6b-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin files: - - filename: gpt-j-6b-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt-j-ggml/resolve/main/gpt-j-6b-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt4all-j-ggml__gpt4all-j-f16.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt4all-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:nomic-ai/gpt4all-j-prompt-generations - - license:apache-2.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-j-f16.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin files: - - filename: gpt4all-j-f16.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt4all-j-ggml__gpt4all-j-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt4all-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:nomic-ai/gpt4all-j-prompt-generations - - license:apache-2.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-j-q4_0-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin files: - - filename: gpt4all-j-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt4all-j-ggml__gpt4all-j-q4_0.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt4all-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:nomic-ai/gpt4all-j-prompt-generations - - license:apache-2.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-j-q4_0.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin files: - - filename: gpt4all-j-q4_0.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt4all-j-ggml__gpt4all-j-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt4all-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:nomic-ai/gpt4all-j-prompt-generations - - license:apache-2.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-j-q5_1-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin files: - - filename: gpt4all-j-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__gpt4all-j-ggml__gpt4all-j-q5_1.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/gpt4all-j-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:nomic-ai/gpt4all-j-prompt-generations - - license:apache-2.0 - - endpoints_compatible + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-j-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin files: - - filename: gpt4all-j-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/gpt4all-j-ggml/resolve/main/gpt4all-j-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-chat-f16.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat-f16.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin files: - - filename: mpt-7b-chat-f16.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-chat-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat-q4_0-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin files: - - filename: mpt-7b-chat-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-chat-q4_0.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat-q4_0.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin files: - - filename: mpt-7b-chat-q4_0.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-chat-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat-q5_1-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin files: - - filename: mpt-7b-chat-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-chat-q5_1.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin files: - - filename: mpt-7b-chat-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-chat-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-f16.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-f16.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin files: - - filename: mpt-7b-f16.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-instruct-f16.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct-f16.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin files: - - filename: mpt-7b-instruct-f16.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct-q4_0-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin files: - - filename: mpt-7b-instruct-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q4_0.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct-q4_0.bin + model: losslessmegacoder-llama2-7b-mini.Q2_K.gguf files: - - filename: mpt-7b-instruct-q4_0.bin + - filename: losslessmegacoder-llama2-7b-mini.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct-q5_1-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.Q3_K_L.gguf files: - - filename: mpt-7b-instruct-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-instruct-q5_1.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.Q3_K_M.gguf files: - - filename: mpt-7b-instruct-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-instruct-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-q4_0-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.Q3_K_S.gguf files: - - filename: mpt-7b-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-q4_0.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-q4_0.bin + model: losslessmegacoder-llama2-7b-mini.Q4_0.gguf files: - - filename: mpt-7b-q4_0.bin + - filename: losslessmegacoder-llama2-7b-mini.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-q5_1-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.Q4_K_M.gguf files: - - filename: mpt-7b-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-q5_1.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.Q4_K_S.gguf files: - - filename: mpt-7b-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-f16.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter-f16.bin + model: losslessmegacoder-llama2-7b-mini.Q5_0.gguf files: - - filename: mpt-7b-storywriter-f16.bin + - filename: losslessmegacoder-llama2-7b-mini.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-f16.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter-q4_0-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.Q5_K_M.gguf files: - - filename: mpt-7b-storywriter-q4_0-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q4_0.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter-q4_0.bin + model: losslessmegacoder-llama2-7b-mini.Q5_K_S.gguf files: - - filename: mpt-7b-storywriter-q4_0.bin + - filename: losslessmegacoder-llama2-7b-mini.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q4_0.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter-q5_1-ggjt.bin + model: losslessmegacoder-llama2-7b-mini.Q6_K.gguf files: - - filename: mpt-7b-storywriter-q5_1-ggjt.bin + - filename: losslessmegacoder-llama2-7b-mini.Q6_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__mpt-7b-ggml__mpt-7b-storywriter-q5_1.bin - license: apache-2.0 + name: thebloke__losslessmegacoder-llama2-7b-mini-gguf__losslessmegacoder-llama2-7b-mini.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/rustformers/mpt-7b-ggml + - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF tags: - transformers - - mpt - - llm-rs - - ggml - - text-generation - - en - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - license:apache-2.0 - - has_space + - llama + - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter-q5_1.bin + model: losslessmegacoder-llama2-7b-mini.Q8_0.gguf files: - - filename: mpt-7b-storywriter-q5_1.bin + - filename: losslessmegacoder-llama2-7b-mini.Q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/mpt-7b-ggml/resolve/main/mpt-7b-storywriter-q5_1.bin + uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGUF/resolve/main/losslessmegacoder-llama2-7b-mini.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_3b-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_3b-f16.bin + model: luban-13b.ggmlv3.Q2_K.bin files: - - filename: open_llama_3b-f16.bin + - filename: luban-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_3b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_3b-q4_0-ggjt.bin + model: luban-13b.ggmlv3.Q3_K_L.bin files: - - filename: open_llama_3b-q4_0-ggjt.bin + - filename: luban-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_3b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_3b-q5_1-ggjt.bin + model: luban-13b.ggmlv3.Q3_K_M.bin files: - - filename: open_llama_3b-q5_1-ggjt.bin + - filename: luban-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_3b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_7b-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_7b-f16.bin + model: luban-13b.ggmlv3.Q3_K_S.bin files: - - filename: open_llama_7b-f16.bin + - filename: luban-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_7b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_7b-q4_0-ggjt.bin + model: luban-13b.ggmlv3.Q4_0.bin files: - - filename: open_llama_7b-q4_0-ggjt.bin + - filename: luban-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__open-llama-ggml__open_llama_7b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/open-llama-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open_llama_7b-q5_1-ggjt.bin + model: luban-13b.ggmlv3.Q4_1.bin files: - - filename: open_llama_7b-q5_1-ggjt.bin + - filename: luban-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/open-llama-ggml/resolve/main/open_llama_7b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1.4b-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1.4b-f16.bin + model: luban-13b.ggmlv3.Q4_K_M.bin files: - - filename: pythia-1.4b-f16.bin + - filename: luban-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1.4b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1.4b-q4_0-ggjt.bin + model: luban-13b.ggmlv3.Q4_K_S.bin files: - - filename: pythia-1.4b-q4_0-ggjt.bin + - filename: luban-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1.4b-q4_0.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1.4b-q4_0.bin + model: luban-13b.ggmlv3.Q5_0.bin files: - - filename: pythia-1.4b-q4_0.bin + - filename: luban-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q4_0.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1.4b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1.4b-q5_1-ggjt.bin + model: luban-13b.ggmlv3.Q5_1.bin files: - - filename: pythia-1.4b-q5_1-ggjt.bin + - filename: luban-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1.4b-q5_1.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1.4b-q5_1.bin + model: luban-13b.ggmlv3.Q5_K_M.bin files: - - filename: pythia-1.4b-q5_1.bin + - filename: luban-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1.4b-q5_1.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-160m-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-160m-f16.bin + model: luban-13b.ggmlv3.Q5_K_S.bin files: - - filename: pythia-160m-f16.bin + - filename: luban-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-160m-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-160m-q4_0-ggjt.bin + model: luban-13b.ggmlv3.Q6_K.bin files: - - filename: pythia-160m-q4_0-ggjt.bin + - filename: luban-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-160m-q4_0.bin - license: apache-2.0 + name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGML tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-160m-q4_0.bin + model: luban-13b.ggmlv3.Q8_0.bin files: - - filename: pythia-160m-q4_0.bin + - filename: luban-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q4_0.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-160m-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-160m-q5_1-ggjt.bin + model: luban-13b.Q2_K.gguf files: - - filename: pythia-160m-q5_1-ggjt.bin + - filename: luban-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-160m-q5_1.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-160m-q5_1.bin + model: luban-13b.Q3_K_L.gguf files: - - filename: pythia-160m-q5_1.bin + - filename: luban-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-160m-q5_1.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1b-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1b-f16.bin + model: luban-13b.Q3_K_M.gguf files: - - filename: pythia-1b-f16.bin + - filename: luban-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1b-q4_0-ggjt.bin + model: luban-13b.Q3_K_S.gguf files: - - filename: pythia-1b-q4_0-ggjt.bin + - filename: luban-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1b-q4_0.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1b-q4_0.bin + model: luban-13b.Q4_0.gguf files: - - filename: pythia-1b-q4_0.bin + - filename: luban-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q4_0.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1b-q5_1-ggjt.bin + model: luban-13b.Q4_K_M.gguf files: - - filename: pythia-1b-q5_1-ggjt.bin + - filename: luban-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-1b-q5_1.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-1b-q5_1.bin + model: luban-13b.Q4_K_S.gguf files: - - filename: pythia-1b-q5_1.bin + - filename: luban-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-1b-q5_1.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-2.8b-f16.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-2.8b-f16.bin + model: luban-13b.Q5_0.gguf files: - - filename: pythia-2.8b-f16.bin + - filename: luban-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-f16.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-2.8b-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-2.8b-q4_0-ggjt.bin + model: luban-13b.Q5_K_M.gguf files: - - filename: pythia-2.8b-q4_0-ggjt.bin + - filename: luban-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-2.8b-q4_0.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-2.8b-q4_0.bin + model: luban-13b.Q5_K_S.gguf files: - - filename: pythia-2.8b-q4_0.bin + - filename: luban-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q4_0.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-2.8b-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-2.8b-q5_1-ggjt.bin + model: luban-13b.Q6_K.gguf files: - - filename: pythia-2.8b-q5_1-ggjt.bin + - filename: luban-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-2.8b-q5_1.bin - license: apache-2.0 + name: thebloke__luban-13b-gguf__luban-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luban-13B-GGUF tags: - transformers - - llm-rs - - ggml + - llama - text-generation - en - - license:apache-2.0 - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: pythia-2.8b-q5_1.bin + model: luban-13b.Q8_0.gguf files: - - filename: pythia-2.8b-q5_1.bin + - filename: luban-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-2.8b-q5_1.bin + uri: https://huggingface.co/TheBloke/Luban-13B-GGUF/resolve/main/luban-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-410m-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-410m-f16.bin + model: luna-ai-llama2-uncensored.ggmlv3.q2_K.bin files: - - filename: pythia-410m-f16.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-410m-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-410m-q4_0-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin files: - - filename: pythia-410m-q4_0-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-410m-q4_0.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-410m-q4_0.bin + model: luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin files: - - filename: pythia-410m-q4_0.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q4_0.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-410m-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-410m-q5_1-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin files: - - filename: pythia-410m-q5_1-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-410m-q5_1.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-410m-q5_1.bin + model: luna-ai-llama2-uncensored.ggmlv3.q4_0.bin files: - - filename: pythia-410m-q5_1.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-410m-q5_1.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-70m-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-70m-f16.bin + model: luna-ai-llama2-uncensored.ggmlv3.q4_1.bin files: - - filename: pythia-70m-f16.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-70m-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-70m-q4_0-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin files: - - filename: pythia-70m-q4_0-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-70m-q4_0.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-70m-q4_0.bin + model: luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin files: - - filename: pythia-70m-q4_0.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q4_0.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-70m-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-70m-q5_1-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q5_0.bin files: - - filename: pythia-70m-q5_1-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__pythia-ggml__pythia-70m-q5_1.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/rustformers/pythia-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pythia-70m-q5_1.bin + model: luna-ai-llama2-uncensored.ggmlv3.q5_1.bin files: - - filename: pythia-70m-q5_1.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/rustformers/pythia-ggml/resolve/main/pythia-70m-q5_1.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Base-3B-v1-f16.bin + model: luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin files: - - filename: RedPajama-INCITE-Base-3B-v1-f16.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin files: - - filename: RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q4_0.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Base-3B-v1-q4_0.bin + model: luna-ai-llama2-uncensored.ggmlv3.q6_K.bin files: - - filename: RedPajama-INCITE-Base-3B-v1-q4_0.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q4_0.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin + model: luna-ai-llama2-uncensored.ggmlv3.q8_0.bin files: - - filename: RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin + - filename: luna-ai-llama2-uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-base-3b-v1-q5_1.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q2_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Base-3B-v1-q5_1.bin + model: luna-ai-llama2-uncensored.Q2_K.gguf files: - - filename: RedPajama-INCITE-Base-3B-v1-q5_1.bin + - filename: luna-ai-llama2-uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Base-3B-v1-q5_1.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q3_k_l.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Chat-3B-v1-f16.bin + model: luna-ai-llama2-uncensored.Q3_K_L.gguf files: - - filename: RedPajama-INCITE-Chat-3B-v1-f16.bin + - filename: luna-ai-llama2-uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q3_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin + model: luna-ai-llama2-uncensored.Q3_K_M.gguf files: - - filename: RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin + - filename: luna-ai-llama2-uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q4_0.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q3_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Chat-3B-v1-q4_0.bin + model: luna-ai-llama2-uncensored.Q3_K_S.gguf files: - - filename: RedPajama-INCITE-Chat-3B-v1-q4_0.bin + - filename: luna-ai-llama2-uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q4_0.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q4_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin + model: luna-ai-llama2-uncensored.Q4_0.gguf files: - - filename: RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin + - filename: luna-ai-llama2-uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-chat-3b-v1-q5_1.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q4_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Chat-3B-v1-q5_1.bin + model: luna-ai-llama2-uncensored.Q4_K_M.gguf files: - - filename: RedPajama-INCITE-Chat-3B-v1-q5_1.bin + - filename: luna-ai-llama2-uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Chat-3B-v1-q5_1.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q4_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Instruct-3B-v1-f16.bin + model: luna-ai-llama2-uncensored.Q4_K_S.gguf files: - - filename: RedPajama-INCITE-Instruct-3B-v1-f16.bin + - filename: luna-ai-llama2-uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q5_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin + model: luna-ai-llama2-uncensored.Q5_0.gguf files: - - filename: RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin + - filename: luna-ai-llama2-uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q4_0-ggjt.bin -- url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q5_k_m.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Instruct-3B-v1-q4_0.bin + model: luna-ai-llama2-uncensored.Q5_K_M.gguf files: - - filename: RedPajama-INCITE-Instruct-3B-v1-q4_0.bin + - filename: luna-ai-llama2-uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q4_0.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q5_k_s.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin + model: luna-ai-llama2-uncensored.Q5_K_S.gguf files: - - filename: RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin + - filename: luna-ai-llama2-uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-3b-ggml__redpajama-incite-instruct-3b-v1-q5_1.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q6_k.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-3b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-Instruct-3B-v1-q5_1.bin + model: luna-ai-llama2-uncensored.Q6_K.gguf files: - - filename: RedPajama-INCITE-Instruct-3B-v1-q5_1.bin + - filename: luna-ai-llama2-uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-3b-ggml/resolve/main/RedPajama-INCITE-Instruct-3B-v1-q5_1.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-f16.bin - license: apache-2.0 + name: thebloke__luna-ai-llama2-uncensored-gguf__luna-ai-llama2-uncensored.q8_0.gguf + license: cc-by-sa-4.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Base-f16.bin + model: luna-ai-llama2-uncensored.Q8_0.gguf files: - - filename: RedPajama-INCITE-7B-Base-f16.bin + - filename: luna-ai-llama2-uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-f16.bin + uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q2_k.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Base-q4_0-ggjt.bin + model: lzlv_70b_fp16_hf.Q2_K.gguf files: - - filename: RedPajama-INCITE-7B-Base-q4_0-ggjt.bin + - filename: lzlv_70b_fp16_hf.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q4_0.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q3_k_l.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Base-q4_0.bin + model: lzlv_70b_fp16_hf.Q3_K_L.gguf files: - - filename: RedPajama-INCITE-7B-Base-q4_0.bin + - filename: lzlv_70b_fp16_hf.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q4_0.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q3_k_m.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Base-q5_1-ggjt.bin + model: lzlv_70b_fp16_hf.Q3_K_M.gguf files: - - filename: RedPajama-INCITE-7B-Base-q5_1-ggjt.bin + - filename: lzlv_70b_fp16_hf.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-base-q5_1.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q3_k_s.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Base-q5_1.bin + model: lzlv_70b_fp16_hf.Q3_K_S.gguf files: - - filename: RedPajama-INCITE-7B-Base-q5_1.bin + - filename: lzlv_70b_fp16_hf.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Base-q5_1.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-f16.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q4_0.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Chat-f16.bin + model: lzlv_70b_fp16_hf.Q4_0.gguf files: - - filename: RedPajama-INCITE-7B-Chat-f16.bin + - filename: lzlv_70b_fp16_hf.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-f16.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q4_k_m.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin + model: lzlv_70b_fp16_hf.Q4_K_M.gguf files: - - filename: RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin + - filename: lzlv_70b_fp16_hf.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q4_0.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q4_k_s.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Chat-q4_0.bin + model: lzlv_70b_fp16_hf.Q4_K_S.gguf files: - - filename: RedPajama-INCITE-7B-Chat-q4_0.bin + - filename: lzlv_70b_fp16_hf.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q4_0.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q5_0.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin + model: lzlv_70b_fp16_hf.Q5_0.gguf files: - - filename: RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin + - filename: lzlv_70b_fp16_hf.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-chat-q5_1.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q5_k_m.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Chat-q5_1.bin + model: lzlv_70b_fp16_hf.Q5_K_M.gguf files: - - filename: RedPajama-INCITE-7B-Chat-q5_1.bin + - filename: lzlv_70b_fp16_hf.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Chat-q5_1.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-f16.bin - license: apache-2.0 + name: thebloke__lzlv_70b-gguf__lzlv_70b_fp16_hf.q5_k_s.gguf + license: cc-by-nc-2.0 urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/lzlv_70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation - - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - llama + - license:cc-by-nc-2.0 + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Instruct-f16.bin + model: lzlv_70b_fp16_hf.Q5_K_S.gguf files: - - filename: RedPajama-INCITE-7B-Instruct-f16.bin + - filename: lzlv_70b_fp16_hf.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-f16.bin + uri: https://huggingface.co/TheBloke/lzlv_70B-GGUF/resolve/main/lzlv_70b_fp16_hf.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q4_0-ggjt.bin - license: apache-2.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q2_k.gguf + license: mit urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin + model: mammoth-13b.Q2_K.gguf files: - - filename: RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin + - filename: mammoth-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q4_0.bin - license: apache-2.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Instruct-q4_0.bin + model: mammoth-13b.Q3_K_L.gguf files: - - filename: RedPajama-INCITE-7B-Instruct-q4_0.bin + - filename: mammoth-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q5_1-ggjt.bin - license: apache-2.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin + model: mammoth-13b.Q3_K_M.gguf files: - - filename: RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin + - filename: mammoth-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__redpajama-7b-ggml__redpajama-incite-7b-instruct-q5_1.bin - license: apache-2.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/redpajama-7b-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - dataset:togethercomputer/RedPajama-Data-1T - - license:apache-2.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: RedPajama-INCITE-7B-Instruct-q5_1.bin + model: mammoth-13b.Q3_K_S.gguf files: - - filename: RedPajama-INCITE-7B-Instruct-q5_1.bin + - filename: mammoth-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/redpajama-7b-ggml/resolve/main/RedPajama-INCITE-7B-Instruct-q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-f16.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q4_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-3b-f16.bin + model: mammoth-13b.Q4_0.gguf files: - - filename: stablelm-base-alpha-3b-f16.bin + - filename: mammoth-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-f16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q4_0-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-3b-q4_0-ggjt.bin + model: mammoth-13b.Q4_K_M.gguf files: - - filename: stablelm-base-alpha-3b-q4_0-ggjt.bin + - filename: mammoth-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-3b-q4_0.bin + model: mammoth-13b.Q4_K_S.gguf files: - - filename: stablelm-base-alpha-3b-q4_0.bin + - filename: mammoth-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q5_1-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q5_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-3b-q5_1-ggjt.bin + model: mammoth-13b.Q5_0.gguf files: - - filename: stablelm-base-alpha-3b-q5_1-ggjt.bin + - filename: mammoth-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-3b-q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-3b-q5_1.bin + model: mammoth-13b.Q5_K_M.gguf files: - - filename: stablelm-base-alpha-3b-q5_1.bin + - filename: mammoth-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-3b-q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-f16.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-7b-f16.bin + model: mammoth-13b.Q5_K_S.gguf files: - - filename: stablelm-base-alpha-7b-f16.bin + - filename: mammoth-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-f16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q4_0-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q6_k.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-7b-q4_0-ggjt.bin + model: mammoth-13b.Q6_K.gguf files: - - filename: stablelm-base-alpha-7b-q4_0-ggjt.bin + - filename: mammoth-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-13b-gguf__mammoth-13b.q8_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-7b-q4_0.bin + model: mammoth-13b.Q8_0.gguf files: - - filename: stablelm-base-alpha-7b-q4_0.bin + - filename: mammoth-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-13B-GGUF/resolve/main/mammoth-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q5_1-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q2_k.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-7b-q5_1-ggjt.bin + model: mammoth-70b.Q2_K.gguf files: - - filename: stablelm-base-alpha-7b-q5_1-ggjt.bin + - filename: mammoth-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-base-alpha-7b-q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-base-alpha-7b-q5_1.bin + model: mammoth-70b.Q3_K_L.gguf files: - - filename: stablelm-base-alpha-7b-q5_1.bin + - filename: mammoth-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-base-alpha-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-f16.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-3b-f16.bin + model: mammoth-70b.Q3_K_M.gguf files: - - filename: stablelm-tuned-alpha-3b-f16.bin + - filename: mammoth-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-f16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q4_0-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-3b-q4_0-ggjt.bin + model: mammoth-70b.Q3_K_S.gguf files: - - filename: stablelm-tuned-alpha-3b-q4_0-ggjt.bin + - filename: mammoth-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q4_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-3b-q4_0.bin + model: mammoth-70b.Q4_0.gguf files: - - filename: stablelm-tuned-alpha-3b-q4_0.bin + - filename: mammoth-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q5_1-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-3b-q5_1-ggjt.bin + model: mammoth-70b.Q4_K_M.gguf files: - - filename: stablelm-tuned-alpha-3b-q5_1-ggjt.bin + - filename: mammoth-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-3b-q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-3b-q5_1.bin + model: mammoth-70b.Q4_K_S.gguf files: - - filename: stablelm-tuned-alpha-3b-q5_1.bin + - filename: mammoth-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-3b-q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-f16.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q5_0.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-7b-f16.bin + model: mammoth-70b.Q5_0.gguf files: - - filename: stablelm-tuned-alpha-7b-f16.bin + - filename: mammoth-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-f16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q4_0-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-7b-q4_0-ggjt.bin + model: mammoth-70b.Q5_K_M.gguf files: - - filename: stablelm-tuned-alpha-7b-q4_0-ggjt.bin + - filename: mammoth-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q4_0-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-70b-gguf__mammoth-70b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-7b-q4_0.bin + model: mammoth-70b.Q5_K_S.gguf files: - - filename: stablelm-tuned-alpha-7b-q4_0.bin + - filename: mammoth-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-70B-GGUF/resolve/main/mammoth-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q5_1-ggjt.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-7b-gguf__mammoth-7b.q2_k.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-7b-q5_1-ggjt.bin + model: mammoth-7b.Q2_K.gguf files: - - filename: stablelm-tuned-alpha-7b-q5_1-ggjt.bin + - filename: mammoth-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q5_1-ggjt.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: rustformers__stablelm-ggml__stablelm-tuned-alpha-7b-q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-7b-gguf__mammoth-7b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/rustformers/stablelm-ggml + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - llm-rs - - ggml - - text-generation + - llama - en - - license:cc-by-sa-4.0 - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: stablelm-tuned-alpha-7b-q5_1.bin + model: mammoth-7b.Q3_K_L.gguf files: - - filename: stablelm-tuned-alpha-7b-q5_1.bin + - filename: mammoth-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/rustformers/stablelm-ggml/resolve/main/stablelm-tuned-alpha-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mammoth-7b-gguf__mammoth-7b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 13B-Ouroboros.ggmlv3.q4_0.bin + model: mammoth-7b.Q3_K_M.gguf files: - - filename: 13B-Ouroboros.ggmlv3.q4_0.bin + - filename: mammoth-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mammoth-7b-gguf__mammoth-7b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 13B-Ouroboros.ggmlv3.q4_1.bin + model: mammoth-7b.Q3_K_S.gguf files: - - filename: 13B-Ouroboros.ggmlv3.q4_1.bin + - filename: mammoth-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mammoth-7b-gguf__mammoth-7b.q4_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 13B-Ouroboros.ggmlv3.q5_0.bin + model: mammoth-7b.Q4_0.gguf files: - - filename: 13B-Ouroboros.ggmlv3.q5_0.bin + - filename: mammoth-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mammoth-7b-gguf__mammoth-7b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 13B-Ouroboros.ggmlv3.q5_1.bin + model: mammoth-7b.Q4_K_M.gguf files: - - filename: 13B-Ouroboros.ggmlv3.q5_1.bin + - filename: mammoth-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mammoth-7b-gguf__mammoth-7b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 13B-Ouroboros.ggmlv3.q8_0.bin + model: mammoth-7b.Q4_K_S.gguf files: - - filename: 13B-Ouroboros.ggmlv3.q8_0.bin + - filename: mammoth-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/13B-Ouroboros-GGML/resolve/main/13B-Ouroboros.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-7b-gguf__mammoth-7b.q5_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + model: mammoth-7b.Q5_0.gguf files: - - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: mammoth-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-7b-gguf__mammoth-7b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + model: mammoth-7b.Q5_K_M.gguf files: - - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: mammoth-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-7b-gguf__mammoth-7b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + model: mammoth-7b.Q5_K_S.gguf files: - - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: mammoth-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-7b-gguf__mammoth-7b.q6_k.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + model: mammoth-7b.Q6_K.gguf files: - - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: mammoth-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-7b-gguf__mammoth-7b.q8_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + model: mammoth-7b.Q8_0.gguf files: - - filename: airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin + - filename: mammoth-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-33b-gpt4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-7B-GGUF/resolve/main/mammoth-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q2_k.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + model: mammoth-coder-13b.Q2_K.gguf files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: mammoth-coder-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + model: mammoth-coder-13b.Q3_K_L.gguf files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: mammoth-coder-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + model: mammoth-coder-13b.Q3_K_M.gguf files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: mammoth-coder-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + model: mammoth-coder-13b.Q3_K_S.gguf files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: mammoth-coder-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q4_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + model: mammoth-coder-13b.Q4_0.gguf files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + - filename: mammoth-coder-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + model: mammoth-coder-13b.Q4_K_M.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: mammoth-coder-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + model: mammoth-coder-13b.Q4_K_S.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: mammoth-coder-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q5_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + model: mammoth-coder-13b.Q5_0.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: mammoth-coder-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + model: mammoth-coder-13b.Q5_K_M.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: mammoth-coder-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: s3nh__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - - text-generation-inference - - text-generation + - transformers + - llama - en - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + model: mammoth-coder-13b.Q5_K_S.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + - filename: mammoth-coder-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/airoboros-l2-7b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ajibawa-2023-uncensored-frank-33b-gguf__7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin - license: openrail + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q6_k.gguf + license: mit urls: - - https://huggingface.co/s3nh/ajibawa-2023-Uncensored-Frank-33B-GGUF + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + model: mammoth-coder-13b.Q6_K.gguf files: - - filename: 7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + - filename: mammoth-coder-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/ajibawa-2023-Uncensored-Frank-33B-GGUF/resolve/main/7bcd9fc13de9405454d01bdd3849b5af72dd4c29.ggufv2.fp16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mammoth-coder-13b-gguf__mammoth-coder-13b.q8_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - arxiv:2307.00360 - - arxiv:2009.03300 - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin + model: mammoth-coder-13b.Q8_0.gguf files: - - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin + - filename: mammoth-coder-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-13B-GGUF/resolve/main/mammoth-coder-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q2_k.gguf + license: mit urls: - - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - arxiv:2307.00360 - - arxiv:2009.03300 - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin + model: mammoth-coder-34b.Q2_K.gguf files: - - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin + - filename: mammoth-coder-34b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - arxiv:2307.00360 - - arxiv:2009.03300 - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin + model: mammoth-coder-34b.Q3_K_L.gguf files: - - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin + - filename: mammoth-coder-34b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instruction.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - arxiv:2307.00360 - - arxiv:2009.03300 - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin + model: mammoth-coder-34b.Q3_K_M.gguf files: - - filename: AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin + - filename: mammoth-coder-34b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instruction.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpachinonlp-baichuan-7b-instruction-ggml__alpachinonlp-baichuan-7b-instructionggmlv3.q5_1.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - arxiv:2307.00360 - - arxiv:2009.03300 - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin + model: mammoth-coder-34b.Q3_K_S.gguf files: - - filename: AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin + - filename: mammoth-coder-34b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/AlpachinoNLP-Baichuan-7B-Instruction-GGML/resolve/main/AlpachinoNLP-Baichuan-7B-Instructionggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q4_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/alpagasus-13b-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - - text-generation + - transformers + - llama - en - - arxiv:2307.08701 - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + model: mammoth-coder-34b.Q4_0.gguf files: - - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + - filename: mammoth-coder-34b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/alpagasus-13b-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - - text-generation + - transformers + - llama - en - - arxiv:2307.08701 - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + model: mammoth-coder-34b.Q4_K_M.gguf files: - - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + - filename: mammoth-coder-34b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/alpagasus-13b-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - - text-generation + - transformers + - llama - en - - arxiv:2307.08701 - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + model: mammoth-coder-34b.Q4_K_S.gguf files: - - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + - filename: mammoth-coder-34b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q5_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/alpagasus-13b-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - - text-generation + - transformers + - llama - en - - arxiv:2307.08701 - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + model: mammoth-coder-34b.Q5_0.gguf files: - - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + - filename: mammoth-coder-34b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__alpagasus-13b-ggml__a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/s3nh/alpagasus-13b-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - - text-generation + - transformers + - llama - en - - arxiv:2307.08701 - - license:cc-by-sa-4.0 + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + model: mammoth-coder-34b.Q5_K_M.gguf files: - - filename: a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + - filename: mammoth-coder-34b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/alpagasus-13b-GGML/resolve/main/a87265ca1abcfd920a2621e35d2e8b164192438f.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__atanddev-shortking-3b-v0.2-gguf__4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/s3nh/AtAndDev-ShortKing-3b-v0.2-GGUF + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation - - zh + - llama - en - - license:openrail - - endpoints_compatible + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: 4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + model: mammoth-coder-34b.Q5_K_S.gguf files: - - filename: 4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + - filename: mammoth-coder-34b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/AtAndDev-ShortKing-3b-v0.2-GGUF/resolve/main/4bcf1610eb1f3959568d5acee74833c41502bf04.ggufv2.fp16.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q6_k.gguf + license: mit urls: - - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - arxiv:2104.09864 - - arxiv:2108.12409 - - arxiv:2307.00360 - - license:openrail - - endpoints_compatible - - has_space + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: Baichuan-13B-Instruction.ggmlv3.q4_0.bin + model: mammoth-coder-34b.Q6_K.gguf files: - - filename: Baichuan-13B-Instruction.ggmlv3.q4_0.bin + - filename: mammoth-coder-34b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mammoth-coder-34b-gguf__mammoth-coder-34b.q8_0.gguf + license: mit urls: - - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + - https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF tags: - transformers - - text-generation-inference - - text-generation + - llama - en - - arxiv:2104.09864 - - arxiv:2108.12409 - - arxiv:2307.00360 - - license:openrail - - endpoints_compatible - - has_space + - dataset:TIGER-Lab/MathInstruct + - arxiv:2309.05653 + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: Baichuan-13B-Instruction.ggmlv3.q4_1.bin + model: mammoth-coder-34b.Q8_0.gguf files: - - filename: Baichuan-13B-Instruction.ggmlv3.q4_1.bin + - filename: mammoth-coder-34b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF/resolve/main/mammoth-coder-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation-inference - - text-generation - - en - - arxiv:2104.09864 - - arxiv:2108.12409 - - arxiv:2307.00360 - - license:openrail - - endpoints_compatible - - has_space + - license:other - region:us overrides: parameters: - model: Baichuan-13B-Instruction.ggmlv3.q5_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin files: - - filename: Baichuan-13B-Instruction.ggmlv3.q5_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation-inference - - text-generation - - en - - arxiv:2104.09864 - - arxiv:2108.12409 - - arxiv:2307.00360 - - license:openrail - - endpoints_compatible - - has_space + - license:other - region:us overrides: parameters: - model: Baichuan-13B-Instruction.ggmlv3.q5_1.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin files: - - filename: Baichuan-13B-Instruction.ggmlv3.q5_1.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-instruction-ggml__baichuan-13b-instruction.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation-inference - - text-generation - - en - - arxiv:2104.09864 - - arxiv:2108.12409 - - arxiv:2307.00360 - - license:openrail - - endpoints_compatible - - has_space + - license:other - region:us overrides: parameters: - model: Baichuan-13B-Instruction.ggmlv3.q8_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin files: - - filename: Baichuan-13B-Instruction.ggmlv3.q8_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-13B-Instruction-GGML/resolve/main/Baichuan-13B-Instruction.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-13b-sft.ggmlv3.q4_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin files: - - filename: baichuan-13b-sft.ggmlv3.q4_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-13b-sft.ggmlv3.q4_1.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin files: - - filename: baichuan-13b-sft.ggmlv3.q4_1.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-13b-sft.ggmlv3.q5_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin files: - - filename: baichuan-13b-sft.ggmlv3.q5_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-13b-sft.ggmlv3.q5_1.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin files: - - filename: baichuan-13b-sft.ggmlv3.q5_1.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-13b-sft-ggml__baichuan-13b-sft.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-13b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-13b-sft.ggmlv3.q8_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin files: - - filename: baichuan-13b-sft.ggmlv3.q8_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-13b-sft-GGML/resolve/main/baichuan-13b-sft.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-7B-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - text-generation - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: Baichuan-7B.ggmlv3.q4_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin files: - - filename: Baichuan-7B.ggmlv3.q4_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-7B-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - text-generation - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: Baichuan-7B.ggmlv3.q4_1.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin files: - - filename: Baichuan-7B.ggmlv3.q4_1.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-7B-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - text-generation - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: Baichuan-7B.ggmlv3.q5_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin files: - - filename: Baichuan-7B.ggmlv3.q5_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-7B-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - text-generation - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: Baichuan-7B.ggmlv3.q5_1.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin files: - - filename: Baichuan-7B.ggmlv3.q5_1.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-ggml__baichuan-7b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/Baichuan-7B-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - text-generation - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: Baichuan-7B.ggmlv3.q8_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin files: - - filename: Baichuan-7B.ggmlv3.q8_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/Baichuan-7B-GGML/resolve/main/Baichuan-7B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: baichuan-7b-sft.ggmlv3.q4_0.bin + model: Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin files: - - filename: baichuan-7b-sft.ggmlv3.q4_0.bin + - filename: Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q2_k.gguf + license: other urls: - - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baichuan-7b-sft.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg.Q2_K.gguf files: - - filename: baichuan-7b-sft.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q2_K.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q3_k_l.gguf + license: other urls: - - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baichuan-7b-sft.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg.Q3_K_L.gguf files: - - filename: baichuan-7b-sft.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q3_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baichuan-7b-sft.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg.Q3_K_M.gguf files: - - filename: baichuan-7b-sft.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__baichuan-7b-sft-ggml__baichuan-7b-sft.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q3_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/baichuan-7b-sft-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baichuan-7b-sft.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg.Q3_K_S.gguf files: - - filename: baichuan-7b-sft.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/baichuan-7b-sft-GGML/resolve/main/baichuan-7b-sft.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q4_0.gguf + license: other urls: - - https://huggingface.co/s3nh/BigTranslate-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - arxiv:2305.18098 - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: BigTranslate.ggmlv3.q4_0.bin + model: manticore-13b-chat-pyg.Q4_0.gguf files: - - filename: BigTranslate.ggmlv3.q4_0.bin + - filename: manticore-13b-chat-pyg.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q4_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q4_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/BigTranslate-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - arxiv:2305.18098 - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: BigTranslate.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg.Q4_K_M.gguf files: - - filename: BigTranslate.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q4_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/BigTranslate-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - arxiv:2305.18098 - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: BigTranslate.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg.Q4_K_S.gguf files: - - filename: BigTranslate.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q5_0.gguf + license: other urls: - - https://huggingface.co/s3nh/BigTranslate-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - arxiv:2305.18098 - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: BigTranslate.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg.Q5_0.gguf files: - - filename: BigTranslate.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__bigtranslate-ggml__bigtranslate.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q5_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q5_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/BigTranslate-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - arxiv:2305.18098 - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other + - has_space + - text-generation-inference - region:us overrides: parameters: - model: BigTranslate.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg.Q5_K_M.gguf files: - - filename: BigTranslate.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/BigTranslate-GGML/resolve/main/BigTranslate.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q5_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-2-7b.ggmlv3.q4_0.bin + model: manticore-13b-chat-pyg.Q5_K_S.gguf files: - - filename: chinese-alpaca-2-7b.ggmlv3.q4_0.bin + - filename: manticore-13b-chat-pyg.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q6_k.gguf + license: other urls: - - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-2-7b.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg.Q6_K.gguf files: - - filename: chinese-alpaca-2-7b.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q6_K.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-gguf__manticore-13b-chat-pyg.q8_0.gguf + license: other urls: - - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF tags: - transformers + - llama - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:ewof/code-alpaca-instruct-unfiltered + - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-2-7b.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg.Q8_0.gguf files: - - filename: chinese-alpaca-2-7b.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGUF/resolve/main/manticore-13b-chat-pyg.Q8_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible - - has_space + - license:other - region:us overrides: parameters: - model: chinese-alpaca-2-7b.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin files: - - filename: chinese-alpaca-2-7b.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-alpaca-2-7b-ggml__chinese-alpaca-2-7b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible - - has_space + - license:other - region:us overrides: parameters: - model: chinese-alpaca-2-7b.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: chinese-alpaca-2-7b.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/chinese-alpaca-2-7b-GGML/resolve/main/chinese-alpaca-2-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__cobramamba-mamba-gpt-3b-v4-gguf__72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/CobraMamba-mamba-gpt-3b-v4-GGUF + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: 72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: 72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/CobraMamba-mamba-gpt-3b-v4-GGUF/resolve/main/72ed4286c289499da27020eb25f1276cc232d3ad.ggufv2.fp16.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin + model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin files: - - filename: Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin + - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin files: - - filename: Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-dugong-llama2-7b-chinese-ggml__dugong-llama2-7b-chinese.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-Dugong-Llama2-7b-chinese-GGML/resolve/main/Dugong-Llama2-7b-chinese.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MythoLogic-Mini-7b.ggmlv3.q4_0.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: MythoLogic-Mini-7b.ggmlv3.q4_0.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MythoLogic-Mini-7b.ggmlv3.q4_1.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: MythoLogic-Mini-7b.ggmlv3.q4_1.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MythoLogic-Mini-7b.ggmlv3.q5_0.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: MythoLogic-Mini-7b.ggmlv3.q5_0.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MythoLogic-Mini-7b.ggmlv3.q5_1.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: MythoLogic-Mini-7b.ggmlv3.q5_1.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__elliot4ai-mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MythoLogic-Mini-7b.ggmlv3.q8_0.bin + model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin files: - - filename: MythoLogic-Mini-7b.ggmlv3.q8_0.bin + - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/elliot4ai-MythoLogic-Mini-7b-GGML/resolve/main/MythoLogic-Mini-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/firefly-llama-13b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: Manticore-13B.ggmlv3.q2_K.bin + files: + - filename: Manticore-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: firefly-llama-13b.ggmlv3.q4_0.bin + model: Manticore-13B.ggmlv3.q3_K_L.bin files: - - filename: firefly-llama-13b.ggmlv3.q4_0.bin + - filename: Manticore-13B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/firefly-llama-13b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: firefly-llama-13b.ggmlv3.q4_1.bin + model: Manticore-13B.ggmlv3.q3_K_M.bin files: - - filename: firefly-llama-13b.ggmlv3.q4_1.bin + - filename: Manticore-13B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/firefly-llama-13b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: firefly-llama-13b.ggmlv3.q5_0.bin + model: Manticore-13B.ggmlv3.q3_K_S.bin files: - - filename: firefly-llama-13b.ggmlv3.q5_0.bin + - filename: Manticore-13B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/s3nh/firefly-llama-13b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: firefly-llama-13b.ggmlv3.q5_1.bin + model: Manticore-13B.ggmlv3.q4_0.bin files: - - filename: firefly-llama-13b.ggmlv3.q5_1.bin + - filename: Manticore-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__firefly-llama-13b-ggml__firefly-llama-13b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/s3nh/firefly-llama-13b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - license:other - region:us overrides: parameters: - model: firefly-llama-13b.ggmlv3.q8_0.bin + model: Manticore-13B.ggmlv3.q4_1.bin files: - - filename: firefly-llama-13b.ggmlv3.q8_0.bin + - filename: Manticore-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/firefly-llama-13b-GGML/resolve/main/firefly-llama-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin + model: Manticore-13B.ggmlv3.q4_K_M.bin files: - - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin + - filename: Manticore-13B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin + model: Manticore-13B.ggmlv3.q4_K_S.bin files: - - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin + - filename: Manticore-13B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin + model: Manticore-13B.ggmlv3.q5_0.bin files: - - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin + - filename: Manticore-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin + model: Manticore-13B.ggmlv3.q5_1.bin files: - - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin + - filename: Manticore-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-camel-platypus2-13b-ggml__garage-baind-camel-platypus2-13b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin + model: Manticore-13B.ggmlv3.q5_K_M.bin files: - - filename: garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin + - filename: Manticore-13B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Camel-Platypus2-13B-GGML/resolve/main/garage-bAInd-Camel-Platypus2-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - arxiv:2307.09288 - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin + model: Manticore-13B.ggmlv3.q5_K_S.bin files: - - filename: garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin + - filename: Manticore-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - arxiv:2307.09288 - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin + model: Manticore-13B.ggmlv3.q6_K.bin files: - - filename: garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin + - filename: Manticore-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGML tags: - - transformers - - text-generation - - zh - - en - - arxiv:2307.09288 - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin + model: Manticore-13B.ggmlv3.q8_0.bin files: - - filename: garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin + - filename: Manticore-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - arxiv:2307.09288 - - license:openrail - - endpoints_compatible + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin + model: Manticore-13B.Q2_K.gguf files: - - filename: garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin + - filename: Manticore-13B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-platypus2-13b-ggml__garage-baind-platypus2-13b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - arxiv:2307.09288 - - license:openrail - - endpoints_compatible + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin + model: Manticore-13B.Q3_K_L.gguf files: - - filename: garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin + - filename: Manticore-13B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Platypus2-13B-GGML/resolve/main/garage-bAInd-Platypus2-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin + model: Manticore-13B.Q3_K_M.gguf files: - - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin + - filename: Manticore-13B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin + model: Manticore-13B.Q3_K_S.gguf files: - - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin + - filename: Manticore-13B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin + model: Manticore-13B.Q4_0.gguf files: - - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin + - filename: Manticore-13B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin + model: Manticore-13B.Q4_K_M.gguf files: - - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin + - filename: Manticore-13B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__garage-baind-stable-platypus2-13b-ggml__garage-baind-stable-platypus2-13b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin + model: Manticore-13B.Q4_K_S.gguf files: - - filename: garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin + - filename: Manticore-13B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML/resolve/main/garage-bAInd-Stable-Platypus2-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/s3nh/genz-13b-v2-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: genz-13b-v2.ggmlv3.q4_0.bin + model: Manticore-13B.Q5_0.gguf files: - - filename: genz-13b-v2.ggmlv3.q4_0.bin + - filename: Manticore-13B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/genz-13b-v2-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: genz-13b-v2.ggmlv3.q4_1.bin + model: Manticore-13B.Q5_K_M.gguf files: - - filename: genz-13b-v2.ggmlv3.q4_1.bin + - filename: Manticore-13B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/genz-13b-v2-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: genz-13b-v2.ggmlv3.q5_0.bin + model: Manticore-13B.Q5_K_S.gguf files: - - filename: genz-13b-v2.ggmlv3.q5_0.bin + - filename: Manticore-13B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q6_k.gguf + license: other urls: - - https://huggingface.co/s3nh/genz-13b-v2-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: genz-13b-v2.ggmlv3.q5_1.bin + model: Manticore-13B.Q6_K.gguf files: - - filename: genz-13b-v2.ggmlv3.q5_1.bin + - filename: Manticore-13B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-13b-v2-ggml__genz-13b-v2.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-gguf__manticore-13b.q8_0.gguf + license: other urls: - - https://huggingface.co/s3nh/genz-13b-v2-GGML + - https://huggingface.co/TheBloke/Manticore-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPT4-LLM-Cleaned + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:tasksource/mmlu + - dataset:openai/summarize_from_feedback + - license:other + - text-generation-inference - region:us overrides: parameters: - model: genz-13b-v2.ggmlv3.q8_0.bin + model: Manticore-13B.Q8_0.gguf files: - - filename: genz-13b-v2.ggmlv3.q8_0.bin + - filename: Manticore-13B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/genz-13b-v2-GGML/resolve/main/genz-13b-v2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-GGUF/resolve/main/Manticore-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/genz-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation + - license:other - region:us overrides: parameters: - model: genz-7b.ggmlv3.q4_0.bin + model: manticore-13b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: genz-7b.ggmlv3.q4_0.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/genz-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation + - license:other - region:us overrides: parameters: - model: genz-7b.ggmlv3.q4_1.bin + model: manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: genz-7b.ggmlv3.q4_1.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/genz-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation + - license:other - region:us overrides: parameters: - model: genz-7b.ggmlv3.q5_0.bin + model: manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: genz-7b.ggmlv3.q5_0.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/genz-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation + - license:other - region:us overrides: parameters: - model: genz-7b.ggmlv3.q5_1.bin + model: manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: genz-7b.ggmlv3.q5_1.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__genz-7b-ggml__genz-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/genz-7b-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation + - license:other - region:us overrides: parameters: - model: genz-7b.ggmlv3.q8_0.bin + model: manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: genz-7b.ggmlv3.q8_0.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/genz-7b-GGML/resolve/main/genz-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space + - license:other - region:us overrides: parameters: - model: GOAT-7B-Community-GGML.ggmlv3.q4_0.bin + model: manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: GOAT-7B-Community-GGML.ggmlv3.q4_0.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space + - license:other - region:us overrides: parameters: - model: GOAT-7B-Community-GGML.ggmlv3.q4_1.bin + model: manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: GOAT-7B-Community-GGML.ggmlv3.q4_1.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space + - license:other - region:us overrides: parameters: - model: GOAT-7B-Community-GGML.ggmlv3.q5_0.bin + model: manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: GOAT-7B-Community-GGML.ggmlv3.q5_0.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/manticore.yaml + name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space + - license:other - region:us overrides: parameters: - model: GOAT-7B-Community-GGML.ggmlv3.q5_1.bin + model: manticore-13b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: GOAT-7B-Community-GGML.ggmlv3.q5_1.bin + - filename: manticore-13b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__goat-7b-community-ggml__goat-7b-community-ggml.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GOAT-7B-Community-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 - - has_space + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GOAT-7B-Community-GGML.ggmlv3.q8_0.bin + model: marcoroni-13b.Q2_K.gguf files: - - filename: GOAT-7B-Community-GGML.ggmlv3.q8_0.bin + - filename: marcoroni-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/GOAT-7B-Community-GGML/resolve/main/GOAT-7B-Community-GGML.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-13b.ggmlv3.q4_0.bin + model: marcoroni-13b.Q3_K_L.gguf files: - - filename: gogpt2-13b.ggmlv3.q4_0.bin + - filename: marcoroni-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-13b.ggmlv3.q4_1.bin + model: marcoroni-13b.Q3_K_M.gguf files: - - filename: gogpt2-13b.ggmlv3.q4_1.bin + - filename: marcoroni-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-13b.ggmlv3.q5_0.bin + model: marcoroni-13b.Q3_K_S.gguf files: - - filename: gogpt2-13b.ggmlv3.q5_0.bin + - filename: marcoroni-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-13b.ggmlv3.q5_1.bin + model: marcoroni-13b.Q4_0.gguf files: - - filename: gogpt2-13b.ggmlv3.q5_1.bin + - filename: marcoroni-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-13b-ggml__gogpt2-13b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-13b.ggmlv3.q8_0.bin + model: marcoroni-13b.Q4_K_M.gguf files: - - filename: gogpt2-13b.ggmlv3.q8_0.bin + - filename: marcoroni-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-13b-GGML/resolve/main/gogpt2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-7b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-7b.ggmlv3.q4_0.bin + model: marcoroni-13b.Q4_K_S.gguf files: - - filename: gogpt2-7b.ggmlv3.q4_0.bin + - filename: marcoroni-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-7b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-7b.ggmlv3.q4_1.bin + model: marcoroni-13b.Q5_0.gguf files: - - filename: gogpt2-7b.ggmlv3.q4_1.bin + - filename: marcoroni-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-7b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-7b.ggmlv3.q5_0.bin + model: marcoroni-13b.Q5_K_M.gguf files: - - filename: gogpt2-7b.ggmlv3.q5_0.bin + - filename: marcoroni-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-7b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-7b.ggmlv3.q5_1.bin + model: marcoroni-13b.Q5_K_S.gguf files: - - filename: gogpt2-7b.ggmlv3.q5_1.bin + - filename: marcoroni-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gogpt2-7b-ggml__gogpt2-7b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gogpt2-7b-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gogpt2-7b.ggmlv3.q8_0.bin + model: marcoroni-13b.Q6_K.gguf files: - - filename: gogpt2-7b.ggmlv3.q8_0.bin + - filename: marcoroni-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/gogpt2-7b-GGML/resolve/main/gogpt2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-13b-gguf__marcoroni-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + - https://huggingface.co/TheBloke/Marcoroni-13B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin + model: marcoroni-13b.Q8_0.gguf files: - - filename: GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin + - filename: marcoroni-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-13B-GGUF/resolve/main/marcoroni-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin + model: marcoroni-70b.Q2_K.gguf files: - - filename: GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin + - filename: marcoroni-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin + model: marcoroni-70b.Q3_K_L.gguf files: - - filename: GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin + - filename: marcoroni-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin + model: marcoroni-70b.Q3_K_M.gguf files: - - filename: GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin + - filename: marcoroni-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gpt4roi-7b-delta-v0-ggml__gpt4roi-7b-delta-v0.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - - text-generation-inference + - transformers + - llama - text-generation - en - - license:cc-by-sa-4.0 + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin + model: marcoroni-70b.Q3_K_S.gguf files: - - filename: GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin + - filename: marcoroni-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/GPT4RoI-7B-delta-V0-GGML/resolve/main/GPT4RoI-7B-delta-V0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin + model: marcoroni-70b.Q4_0.gguf files: - - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin + - filename: marcoroni-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin + model: marcoroni-70b.Q4_K_M.gguf files: - - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin + - filename: marcoroni-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin + model: marcoroni-70b.Q4_K_S.gguf files: - - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin + - filename: marcoroni-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin + model: marcoroni-70b.Q5_0.gguf files: - - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin + - filename: marcoroni-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomax-l2-13b-ggml__gryphe-mythomax-l2-13b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin + model: marcoroni-70b.Q5_K_M.gguf files: - - filename: Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin + - filename: marcoroni-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMax-L2-13b-GGML/resolve/main/Gryphe-MythoMax-L2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__marcoroni-70b-gguf__marcoroni-70b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-GGUF tags: - transformers + - llama - text-generation - - zh - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin + model: marcoroni-70b.Q5_K_S.gguf files: - - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin + - filename: marcoroni-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-GGUF/resolve/main/marcoroni-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin + model: marcoroni-70b-v1.Q2_K.gguf files: - - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin + - filename: marcoroni-70b-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin + model: marcoroni-70b-v1.Q3_K_L.gguf files: - - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin + - filename: marcoroni-70b-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin + model: marcoroni-70b-v1.Q3_K_M.gguf files: - - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin + - filename: marcoroni-70b-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gryphe-mythomix-l2-13b-ggml__gryphe-mythomix-l2-13b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin + model: marcoroni-70b-v1.Q3_K_S.gguf files: - - filename: Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin + - filename: marcoroni-70b-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Gryphe-MythoMix-L2-13b-GGML/resolve/main/Gryphe-MythoMix-L2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q4_0.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-chinese-v1.ggmlv3.q4_0.bin + model: marcoroni-70b-v1.Q4_0.gguf files: - - filename: llama2-13b-chinese-v1.ggmlv3.q4_0.bin + - filename: marcoroni-70b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q4_1.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-chinese-v1.ggmlv3.q4_1.bin + model: marcoroni-70b-v1.Q4_K_M.gguf files: - - filename: llama2-13b-chinese-v1.ggmlv3.q4_1.bin + - filename: marcoroni-70b-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q5_0.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-chinese-v1.ggmlv3.q5_0.bin + model: marcoroni-70b-v1.Q4_K_S.gguf files: - - filename: llama2-13b-chinese-v1.ggmlv3.q5_0.bin + - filename: marcoroni-70b-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q5_1.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-chinese-v1.ggmlv3.q5_1.bin + model: marcoroni-70b-v1.Q5_0.gguf files: - - filename: llama2-13b-chinese-v1.ggmlv3.q5_1.bin + - filename: marcoroni-70b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__gywy-llama2-13b-chinese-v1-ggml__llama2-13b-chinese-v1.ggmlv3.q8_0.bin - license: openrail + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-chinese-v1.ggmlv3.q8_0.bin + model: marcoroni-70b-v1.Q5_K_M.gguf files: - - filename: llama2-13b-chinese-v1.ggmlv3.q8_0.bin + - filename: marcoroni-70b-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/gywy-llama2-13b-chinese-v1-GGML/resolve/main/llama2-13b-chinese-v1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q4_0.bin + name: thebloke__marcoroni-70b-v1-gguf__marcoroni-70b-v1.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + - https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin + model: marcoroni-70b-v1.Q5_K_S.gguf files: - - filename: heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin + - filename: marcoroni-70b-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-70B-v1-GGUF/resolve/main/marcoroni-70b-v1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q4_1.bin + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin + model: marcoroni-7b.Q2_K.gguf files: - - filename: heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin + - filename: marcoroni-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q5_0.bin + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin + model: marcoroni-7b.Q3_K_L.gguf files: - - filename: heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin + - filename: marcoroni-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q5_1.bin + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin + model: marcoroni-7b.Q3_K_M.gguf files: - - filename: heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin + - filename: marcoroni-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__heegyu-lima2-13b-hf-ggml__heegyu-lima2-13b-hf.ggmlv3.q8_0.bin + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin + model: marcoroni-7b.Q3_K_S.gguf files: - - filename: heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin + - filename: marcoroni-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/heegyu-LIMA2-13b-hf-GGML/resolve/main/heegyu-LIMA2-13b-hf.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin + model: marcoroni-7b.Q4_0.gguf files: - - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin + - filename: marcoroni-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin + model: marcoroni-7b.Q4_K_M.gguf files: - - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin + - filename: marcoroni-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin + model: marcoroni-7b.Q4_K_S.gguf files: - - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin + - filename: marcoroni-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin + model: marcoroni-7b.Q5_0.gguf files: - - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin + - filename: marcoroni-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin + model: marcoroni-7b.Q5_K_M.gguf files: - - filename: Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin + - filename: marcoroni-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-13b-8k-GGML/resolve/main/Hermes-LLongMA-2-13b-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin + model: marcoroni-7b.Q5_K_S.gguf files: - - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin + - filename: marcoroni-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin + model: marcoroni-7b.Q6_K.gguf files: - - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin + - filename: marcoroni-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__marcoroni-7b-gguf__marcoroni-7b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + - https://huggingface.co/TheBloke/Marcoroni-7b-GGUF tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin + model: marcoroni-7b.Q8_0.gguf files: - - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin + - filename: marcoroni-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marcoroni-7b-GGUF/resolve/main/marcoroni-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + - https://huggingface.co/TheBloke/Marx-3b-GGML tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin + model: marx-3b.ggmlv3.q4_0.bin files: - - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin + - filename: marx-3b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML + - https://huggingface.co/TheBloke/Marx-3b-GGML tags: - transformers + - llama - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin + model: marx-3b.ggmlv3.q4_1.bin files: - - filename: Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin + - filename: marx-3b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/Hermes-LLongMA-2-7b-8k-GGML/resolve/main/Hermes-LLongMA-2-7b-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q4_1.bin + name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + - https://huggingface.co/TheBloke/Marx-3b-GGML tags: + - transformers + - llama - text-generation - - arxiv:2306.03341 + - en + - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: honest_llama2_chat_7B.ggmlv3.q4_1.bin + model: marx-3b.ggmlv3.q5_0.bin files: - - filename: honest_llama2_chat_7B.ggmlv3.q4_1.bin + - filename: marx-3b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q5_0.bin + name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + - https://huggingface.co/TheBloke/Marx-3b-GGML tags: + - transformers + - llama - text-generation - - arxiv:2306.03341 + - en + - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: honest_llama2_chat_7B.ggmlv3.q5_0.bin + model: marx-3b.ggmlv3.q5_1.bin files: - - filename: honest_llama2_chat_7B.ggmlv3.q5_0.bin + - filename: marx-3b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q5_1.bin + name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + - https://huggingface.co/TheBloke/Marx-3b-GGML tags: + - transformers + - llama - text-generation - - arxiv:2306.03341 + - en + - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: honest_llama2_chat_7B.ggmlv3.q5_1.bin + model: marx-3b.ggmlv3.q8_0.bin files: - - filename: honest_llama2_chat_7B.ggmlv3.q5_1.bin + - filename: marx-3b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__honest_llama2_chat_7b-ggml__honest_llama2_chat_7b.ggmlv3.q8_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q2_k.gguf + license: other urls: - - https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm - text-generation - - arxiv:2306.03341 + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: honest_llama2_chat_7B.ggmlv3.q8_0.bin + model: med42-70b.Q2_K.gguf files: - - filename: honest_llama2_chat_7B.ggmlv3.q8_0.bin + - filename: med42-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/honest_llama2_chat_7B-GGML/resolve/main/honest_llama2_chat_7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q4_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Huginn-13b-FP16.ggmlv3.q4_0.bin + model: med42-70b.Q3_K_L.gguf files: - - filename: Huginn-13b-FP16.ggmlv3.q4_0.bin + - filename: med42-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q4_1.bin + name: thebloke__med42-70b-gguf__med42-70b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Huginn-13b-FP16.ggmlv3.q4_1.bin + model: med42-70b.Q3_K_M.gguf files: - - filename: Huginn-13b-FP16.ggmlv3.q4_1.bin + - filename: med42-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q5_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Huginn-13b-FP16.ggmlv3.q5_0.bin + model: med42-70b.Q3_K_S.gguf files: - - filename: Huginn-13b-FP16.ggmlv3.q5_0.bin + - filename: med42-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q5_1.bin + name: thebloke__med42-70b-gguf__med42-70b.q4_0.gguf + license: other urls: - - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Huginn-13b-FP16.ggmlv3.q5_1.bin + model: med42-70b.Q4_0.gguf files: - - filename: Huginn-13b-FP16.ggmlv3.q5_1.bin + - filename: med42-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__huginn-13b-fp16-ggml__huginn-13b-fp16.ggmlv3.q8_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/Huginn-13b-FP16-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Huginn-13b-FP16.ggmlv3.q8_0.bin + model: med42-70b.Q4_K_M.gguf files: - - filename: Huginn-13b-FP16.ggmlv3.q8_0.bin + - filename: med42-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Huginn-13b-FP16-GGML/resolve/main/Huginn-13b-FP16.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + model: med42-70b.Q4_K_S.gguf files: - - filename: jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + - filename: med42-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + name: thebloke__med42-70b-gguf__med42-70b.q5_0.gguf + license: other urls: - - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + model: med42-70b.Q5_0.gguf files: - - filename: jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + - filename: med42-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + name: thebloke__med42-70b-gguf__med42-70b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + model: med42-70b.Q5_K_M.gguf files: - - filename: jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + - filename: med42-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + name: thebloke__med42-70b-gguf__med42-70b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + - https://huggingface.co/TheBloke/med42-70B-GGUF tags: + - transformers + - llama + - m42 + - health + - healthcare + - clinical-llm + - text-generation + - en + - license:other + - text-generation-inference - region:us overrides: parameters: - model: jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + model: med42-70b.Q5_K_S.gguf files: - - filename: jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + - filename: med42-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/med42-70B-GGUF/resolve/main/med42-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__jondurbin-blind-test-13b-janus-ggml__jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q4_0.bin + license: cc urls: - - https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGML tags: + - transformers + - medical + - text-generation + - en + - arxiv:2303.14070 + - license:cc - region:us overrides: parameters: - model: jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + model: medalpaca-13B.ggmlv3.q4_0.bin files: - - filename: jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + - filename: medalpaca-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/jondurbin-blind-test-13b-janus-GGML/resolve/main/jondurbin-blind-test-13b-janus.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q4_1.bin + license: cc urls: - - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGML tags: - - text-generation-inference + - transformers + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:cc - region:us overrides: parameters: - model: kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + model: medalpaca-13B.ggmlv3.q4_1.bin files: - - filename: kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + - filename: medalpaca-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q5_0.bin + license: cc urls: - - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGML tags: - - text-generation-inference + - transformers + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:cc - region:us overrides: parameters: - model: kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + model: medalpaca-13B.ggmlv3.q5_0.bin files: - - filename: kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + - filename: medalpaca-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q5_1.bin + license: cc urls: - - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGML tags: - - text-generation-inference + - transformers + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:cc - region:us overrides: parameters: - model: kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + model: medalpaca-13B.ggmlv3.q5_1.bin files: - - filename: kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + - filename: medalpaca-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q8_0.bin + license: cc urls: - - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGML tags: - - text-generation-inference + - transformers + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:cc - region:us overrides: parameters: - model: kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + model: medalpaca-13B.ggmlv3.q8_0.bin files: - - filename: kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + - filename: medalpaca-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__kw-cutegpt-13b-ift-ggml__kw-cutegpt-13b-ift.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - - text-generation-inference + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + model: medalpaca-13b.Q2_K.gguf files: - - filename: kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + - filename: medalpaca-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/kw-cutegpt-13b-ift-GGML/resolve/main/kw-cutegpt-13b-ift.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/s3nh/L2_13b_mix-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: L2_13b_mix.ggmlv3.q4_0.bin + model: medalpaca-13b.Q3_K_L.gguf files: - - filename: L2_13b_mix.ggmlv3.q4_0.bin + - filename: medalpaca-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/L2_13b_mix-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: L2_13b_mix.ggmlv3.q4_1.bin + model: medalpaca-13b.Q3_K_M.gguf files: - - filename: L2_13b_mix.ggmlv3.q4_1.bin + - filename: medalpaca-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/L2_13b_mix-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: L2_13b_mix.ggmlv3.q5_0.bin + model: medalpaca-13b.Q3_K_S.gguf files: - - filename: L2_13b_mix.ggmlv3.q5_0.bin + - filename: medalpaca-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/s3nh/L2_13b_mix-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: L2_13b_mix.ggmlv3.q5_1.bin + model: medalpaca-13b.Q4_0.gguf files: - - filename: L2_13b_mix.ggmlv3.q5_1.bin + - filename: medalpaca-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__l2_13b_mix-ggml__l2_13b_mix.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/L2_13b_mix-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: L2_13b_mix.ggmlv3.q8_0.bin + model: medalpaca-13b.Q4_K_M.gguf files: - - filename: L2_13b_mix.ggmlv3.q8_0.bin + - filename: medalpaca-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/L2_13b_mix-GGML/resolve/main/L2_13b_mix.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_0.bin - license: openrail + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - transformers + - llama + - medical - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + model: medalpaca-13b.Q4_K_S.gguf files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + - filename: medalpaca-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q4_1.bin - license: openrail + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - transformers + - llama + - medical - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + model: medalpaca-13b.Q5_0.gguf files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + - filename: medalpaca-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_0.bin - license: openrail + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - transformers + - llama + - medical - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + model: medalpaca-13b.Q5_K_M.gguf files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + - filename: medalpaca-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q5_1.bin - license: openrail + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - transformers + - llama + - medical - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + model: medalpaca-13b.Q5_K_S.gguf files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + - filename: medalpaca-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__linksoul-chinese-llava-baichuan-ggml__chinese-llava-baichuan.ggmlv3.q8_0.bin - license: openrail + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q6_k.gguf + license: other urls: - - https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - transformers + - llama + - medical - text-generation - - zh - - license:openrail - - endpoints_compatible + - en + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + model: medalpaca-13b.Q6_K.gguf files: - - filename: Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + - filename: medalpaca-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/linksoul-Chinese-LLaVA-Baichuan-GGML/resolve/main/Chinese-LLaVA-Baichuan.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.fp16.bin - license: cc-by-sa-4.0 + name: thebloke__medalpaca-13b-gguf__medalpaca-13b.q8_0.gguf + license: other urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/medalpaca-13B-GGUF tags: - - text-generation-inference + - transformers + - llama + - medical - text-generation - en - - license:cc-by-sa-4.0 + - arxiv:2303.14070 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: LL7M.ggmlv3.fp16.bin + model: medalpaca-13b.Q8_0.gguf files: - - filename: LL7M.ggmlv3.fp16.bin + - filename: medalpaca-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.fp16.bin + uri: https://huggingface.co/TheBloke/medalpaca-13B-GGUF/resolve/main/medalpaca-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LL7M.ggmlv3.q4_0.bin + model: megamix-a1-13b.Q2_K.gguf files: - - filename: LL7M.ggmlv3.q4_0.bin + - filename: megamix-a1-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LL7M.ggmlv3.q4_1.bin + model: megamix-a1-13b.Q3_K_L.gguf files: - - filename: LL7M.ggmlv3.q4_1.bin + - filename: megamix-a1-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LL7M.ggmlv3.q5_0.bin + model: megamix-a1-13b.Q3_K_M.gguf files: - - filename: LL7M.ggmlv3.q5_0.bin + - filename: megamix-a1-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LL7M.ggmlv3.q5_1.bin + model: megamix-a1-13b.Q3_K_S.gguf files: - - filename: LL7M.ggmlv3.q5_1.bin + - filename: megamix-a1-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ll7m-ggml__ll7m.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LL7M-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LL7M.ggmlv3.q8_0.bin + model: megamix-a1-13b.Q4_0.gguf files: - - filename: LL7M.ggmlv3.q8_0.bin + - filename: megamix-a1-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LL7M-GGML/resolve/main/LL7M.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLaMA-2-7B-32K.ggmlv3.q4_0.bin + model: megamix-a1-13b.Q4_K_M.gguf files: - - filename: LLaMA-2-7B-32K.ggmlv3.q4_0.bin + - filename: megamix-a1-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLaMA-2-7B-32K.ggmlv3.q4_1.bin + model: megamix-a1-13b.Q4_K_S.gguf files: - - filename: LLaMA-2-7B-32K.ggmlv3.q4_1.bin + - filename: megamix-a1-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLaMA-2-7B-32K.ggmlv3.q5_0.bin + model: megamix-a1-13b.Q5_0.gguf files: - - filename: LLaMA-2-7B-32K.ggmlv3.q5_0.bin + - filename: megamix-a1-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLaMA-2-7B-32K.ggmlv3.q5_1.bin + model: megamix-a1-13b.Q5_K_M.gguf files: - - filename: LLaMA-2-7B-32K.ggmlv3.q5_1.bin + - filename: megamix-a1-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-32k-ggml__llama-2-7b-32k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLaMA-2-7B-32K.ggmlv3.q8_0.bin + model: megamix-a1-13b.Q5_K_S.gguf files: - - filename: LLaMA-2-7B-32K.ggmlv3.q8_0.bin + - filename: megamix-a1-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMA-2-7B-32K-GGML/resolve/main/LLaMA-2-7B-32K.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + model: megamix-a1-13b.Q6_K.gguf files: - - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + - filename: megamix-a1-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-a1-13b-gguf__megamix-a1-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + - https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + model: megamix-a1-13b.Q8_0.gguf files: - - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + - filename: megamix-a1-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Megamix-A1-13B-GGUF/resolve/main/megamix-a1-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + model: megamix-s1-13b.Q2_K.gguf files: - - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + - filename: megamix-s1-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + model: megamix-s1-13b.Q3_K_L.gguf files: - - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + - filename: megamix-s1-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-2-7b-german-assistant-v2-ggml__llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + model: megamix-s1-13b.Q3_K_M.gguf files: - - filename: Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + - filename: megamix-s1-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama-2-7b-german-assistant-v2-GGML/resolve/main/Llama-2-7b-german-assistant-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + model: megamix-s1-13b.Q3_K_S.gguf files: - - filename: llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + - filename: megamix-s1-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + model: megamix-s1-13b.Q4_0.gguf files: - - filename: llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + - filename: megamix-s1-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + model: megamix-s1-13b.Q4_K_M.gguf files: - - filename: llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + - filename: megamix-s1-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + model: megamix-s1-13b.Q4_K_S.gguf files: - - filename: llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + - filename: megamix-s1-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-7b-sen-making-gpt4-ggml__llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + model: megamix-s1-13b.Q5_0.gguf files: - - filename: llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + - filename: megamix-s1-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama-7b-sen-making-gpt4-GGML/resolve/main/llama-7b-sen-making-gpt4.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin + model: megamix-s1-13b.Q5_K_M.gguf files: - - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin + - filename: megamix-s1-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin + model: megamix-s1-13b.Q5_K_S.gguf files: - - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin + - filename: megamix-s1-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin + model: megamix-s1-13b.Q6_K.gguf files: - - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin + - filename: megamix-s1-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-s1-13b-gguf__megamix-s1-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + - https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin + model: megamix-s1-13b.Q8_0.gguf files: - - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin + - filename: megamix-s1-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-S1-13B-GGUF/resolve/main/megamix-s1-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama-open-instruct-uncensored-70k-7b-merged-ggml__llama-open-instruct-uncensored-70k-7b-merged-ggml.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin + model: megamix-t1-13b.Q2_K.gguf files: - - filename: LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin + - filename: megamix-t1-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML/resolve/main/LLaMa-Open-Instruct-Uncensored-70K-7B-Merged-GGML.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2-22b-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama2-22b.ggmlv3.q4_0.bin + model: megamix-t1-13b.Q3_K_L.gguf files: - - filename: llama2-22b.ggmlv3.q4_0.bin + - filename: megamix-t1-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2-22b-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama2-22b.ggmlv3.q4_1.bin + model: megamix-t1-13b.Q3_K_M.gguf files: - - filename: llama2-22b.ggmlv3.q4_1.bin + - filename: megamix-t1-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2-22b-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama2-22b.ggmlv3.q5_0.bin + model: megamix-t1-13b.Q3_K_S.gguf files: - - filename: llama2-22b.ggmlv3.q5_0.bin + - filename: megamix-t1-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2-22b-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama2-22b.ggmlv3.q5_1.bin + model: megamix-t1-13b.Q4_0.gguf files: - - filename: llama2-22b.ggmlv3.q5_1.bin + - filename: megamix-t1-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-22b-ggml__llama2-22b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2-22b-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: llama2-22b.ggmlv3.q8_0.bin + model: megamix-t1-13b.Q4_K_M.gguf files: - - filename: llama2-22b.ggmlv3.q8_0.bin + - filename: megamix-t1-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2-22b-GGML/resolve/main/llama2-22b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin + model: megamix-t1-13b.Q4_K_S.gguf files: - - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin + - filename: megamix-t1-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin + model: megamix-t1-13b.Q5_0.gguf files: - - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin + - filename: megamix-t1-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin + model: megamix-t1-13b.Q5_K_M.gguf files: - - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin + - filename: megamix-t1-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin + model: megamix-t1-13b.Q5_K_S.gguf files: - - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin + - filename: megamix-t1-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__llama2-chat-chinese-50w-ggml__llama2-chat-chinese-50w-ggml.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin + model: megamix-t1-13b.Q6_K.gguf files: - - filename: Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin + - filename: megamix-t1-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-chat-Chinese-50W-GGML/resolve/main/Llama2-chat-Chinese-50W-GGML.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q4_0.bin - license: openrail + name: thebloke__megamix-t1-13b-gguf__megamix-t1-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + - https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin + model: megamix-t1-13b.Q8_0.gguf files: - - filename: Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin + - filename: megamix-t1-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MegaMix-T1-13B-GGUF/resolve/main/megamix-t1-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q4_1.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin + model: metamath-13b-v1.0.Q2_K.gguf files: - - filename: Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin + - filename: metamath-13b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q5_0.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin + model: metamath-13b-v1.0.Q3_K_L.gguf files: - - filename: Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin + - filename: metamath-13b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q5_1.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin + model: metamath-13b-v1.0.Q3_K_M.gguf files: - - filename: Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin + - filename: metamath-13b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2-chinese-13b-chat-ggml__llama2-chinese-13b-chat.ggmlv3.q8_0.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - zh - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin + model: metamath-13b-v1.0.Q3_K_S.gguf files: - - filename: Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin + - filename: metamath-13b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Llama2-Chinese-13b-Chat-GGML/resolve/main/Llama2-Chinese-13b-Chat.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q4_0.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + model: metamath-13b-v1.0.Q4_0.gguf files: - - filename: llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + - filename: metamath-13b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q4_1.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + model: metamath-13b-v1.0.Q4_K_M.gguf files: - - filename: llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + - filename: metamath-13b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q5_0.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + model: metamath-13b-v1.0.Q4_K_S.gguf files: - - filename: llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + - filename: metamath-13b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q5_1.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + model: metamath-13b-v1.0.Q5_0.gguf files: - - filename: llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + - filename: metamath-13b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_13b_chat_uncensored-ggml__llama2_13b_chat_uncensored.ggmlv3.q8_0.bin - license: openrail + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + model: metamath-13b-v1.0.Q5_K_M.gguf files: - - filename: llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + - filename: metamath-13b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_13b_chat_uncensored-GGML/resolve/main/llama2_13b_chat_uncensored.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_0.bin - license: other + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + model: metamath-13b-v1.0.Q5_K_S.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + - filename: metamath-13b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_1.bin - license: other + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + model: metamath-13b-v1.0.Q6_K.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + - filename: metamath-13b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_0.bin - license: other + name: thebloke__metamath-13b-v1.0-gguf__metamath-13b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + model: metamath-13b-v1.0.Q8_0.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + - filename: metamath-13b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-13B-V1.0-GGUF/resolve/main/metamath-13b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_1.bin - license: other + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + model: metamath-70b-v1.0.Q2_K.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + - filename: metamath-70b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q8_0.bin - license: other + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + model: metamath-70b-v1.0.Q3_K_L.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + - filename: metamath-70b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-13b-16k.ggmlv3.q4_0.bin + model: metamath-70b-v1.0.Q3_K_M.gguf files: - - filename: LLongMA-2-13b-16k.ggmlv3.q4_0.bin + - filename: metamath-70b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-13b-16k.ggmlv3.q4_1.bin + model: metamath-70b-v1.0.Q3_K_S.gguf files: - - filename: LLongMA-2-13b-16k.ggmlv3.q4_1.bin + - filename: metamath-70b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-13b-16k.ggmlv3.q5_0.bin + model: metamath-70b-v1.0.Q4_0.gguf files: - - filename: LLongMA-2-13b-16k.ggmlv3.q5_0.bin + - filename: metamath-70b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-13b-16k.ggmlv3.q5_1.bin + model: metamath-70b-v1.0.Q4_K_M.gguf files: - - filename: LLongMA-2-13b-16k.ggmlv3.q5_1.bin + - filename: metamath-70b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-13b-16k-ggml__llongma-2-13b-16k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-13b-16k.ggmlv3.q8_0.bin + model: metamath-70b-v1.0.Q4_K_S.gguf files: - - filename: LLongMA-2-13b-16k.ggmlv3.q8_0.bin + - filename: metamath-70b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-13b-16k-GGML/resolve/main/LLongMA-2-13b-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-7b-16k.ggmlv3.q4_0.bin + model: metamath-70b-v1.0.Q5_0.gguf files: - - filename: LLongMA-2-7b-16k.ggmlv3.q4_0.bin + - filename: metamath-70b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-7b-16k.ggmlv3.q4_1.bin + model: metamath-70b-v1.0.Q5_K_M.gguf files: - - filename: LLongMA-2-7b-16k.ggmlv3.q4_1.bin + - filename: metamath-70b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__metamath-70b-v1.0-gguf__metamath-70b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-7b-16k.ggmlv3.q5_0.bin + model: metamath-70b-v1.0.Q5_K_S.gguf files: - - filename: LLongMA-2-7b-16k.ggmlv3.q5_0.bin + - filename: metamath-70b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-70B-V1.0-GGUF/resolve/main/metamath-70b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-7b-16k.ggmlv3.q5_1.bin + model: metamath-7b-v1.0.Q2_K.gguf files: - - filename: LLongMA-2-7b-16k.ggmlv3.q5_1.bin + - filename: metamath-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-16k-ggml__llongma-2-7b-16k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: LLongMA-2-7b-16k.ggmlv3.q8_0.bin + model: metamath-7b-v1.0.Q3_K_L.gguf files: - - filename: LLongMA-2-7b-16k.ggmlv3.q8_0.bin + - filename: metamath-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-16k-GGML/resolve/main/LLongMA-2-7b-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - arxiv:2108.12409 - - arxiv:2212.10554 - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LLongMA-2-7b.ggmlv3.q4_0.bin + model: metamath-7b-v1.0.Q3_K_M.gguf files: - - filename: LLongMA-2-7b.ggmlv3.q4_0.bin + - filename: metamath-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - arxiv:2108.12409 - - arxiv:2212.10554 - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LLongMA-2-7b.ggmlv3.q4_1.bin + model: metamath-7b-v1.0.Q3_K_S.gguf files: - - filename: LLongMA-2-7b.ggmlv3.q4_1.bin + - filename: metamath-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - arxiv:2108.12409 - - arxiv:2212.10554 - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LLongMA-2-7b.ggmlv3.q5_0.bin + model: metamath-7b-v1.0.Q4_0.gguf files: - - filename: LLongMA-2-7b.ggmlv3.q5_0.bin + - filename: metamath-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - arxiv:2108.12409 - - arxiv:2212.10554 - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LLongMA-2-7b.ggmlv3.q5_1.bin + model: metamath-7b-v1.0.Q4_K_M.gguf files: - - filename: LLongMA-2-7b.ggmlv3.q5_1.bin + - filename: metamath-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-2-7b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - arxiv:2108.12409 - - arxiv:2212.10554 - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: LLongMA-2-7b.ggmlv3.q8_0.bin + model: metamath-7b-v1.0.Q4_K_S.gguf files: - - filename: LLongMA-2-7b.ggmlv3.q8_0.bin + - filename: metamath-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-2-7b-GGML/resolve/main/LLongMA-2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-3b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLongMA-3b.ggmlv3.q4_0.bin + model: metamath-7b-v1.0.Q5_0.gguf files: - - filename: LLongMA-3b.ggmlv3.q4_0.bin + - filename: metamath-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-3b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLongMA-3b.ggmlv3.q4_1.bin + model: metamath-7b-v1.0.Q5_K_M.gguf files: - - filename: LLongMA-3b.ggmlv3.q4_1.bin + - filename: metamath-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-3b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLongMA-3b.ggmlv3.q5_0.bin + model: metamath-7b-v1.0.Q5_K_S.gguf files: - - filename: LLongMA-3b.ggmlv3.q5_0.bin + - filename: metamath-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-3b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLongMA-3b.ggmlv3.q5_1.bin + model: metamath-7b-v1.0.Q6_K.gguf files: - - filename: LLongMA-3b.ggmlv3.q5_1.bin + - filename: metamath-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__llongma-3b-ggml__llongma-3b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__metamath-7b-v1.0-gguf__metamath-7b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/LLongMA-3b-GGML + - https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF tags: + - transformers + - llama + - license:llama2 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: LLongMA-3b.ggmlv3.q8_0.bin + model: metamath-7b-v1.0.Q8_0.gguf files: - - filename: LLongMA-3b.ggmlv3.q8_0.bin + - filename: metamath-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/LLongMA-3b-GGML/resolve/main/LLongMA-3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-7B-V1.0-GGUF/resolve/main/metamath-7b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q4_0.bin - license: openrail + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + model: metamath-mistral-7b.Q2_K.gguf files: - - filename: longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + - filename: metamath-mistral-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q4_1.bin - license: openrail + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + model: metamath-mistral-7b.Q3_K_L.gguf files: - - filename: longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + - filename: metamath-mistral-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q5_0.bin - license: openrail + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + model: metamath-mistral-7b.Q3_K_M.gguf files: - - filename: longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + - filename: metamath-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q5_1.bin - license: openrail + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + model: metamath-mistral-7b.Q3_K_S.gguf files: - - filename: longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + - filename: metamath-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__lmsys-longchat-7b-v1.5-32k-ggml__longchat-7b-v1.5-32k.ggmlv3.q8_0.bin - license: openrail + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-v1.5-32k.ggmlv3.q8_0.bin + model: metamath-mistral-7b.Q4_0.gguf files: - - filename: longchat-7b-v1.5-32k.ggmlv3.q8_0.bin + - filename: metamath-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-longchat-7b-v1.5-32k-GGML/resolve/main/longchat-7b-v1.5-32k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + model: metamath-mistral-7b.Q4_K_M.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + - filename: metamath-mistral-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + model: metamath-mistral-7b.Q4_K_S.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + - filename: metamath-mistral-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + model: metamath-mistral-7b.Q5_0.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + - filename: metamath-mistral-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + model: metamath-mistral-7b.Q5_K_M.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + - filename: metamath-mistral-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible - - has_space + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + model: metamath-mistral-7b.Q5_K_S.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + - filename: metamath-mistral-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-13b-v1.5-16k-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + model: metamath-mistral-7b.Q6_K.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + - filename: metamath-mistral-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__metamath-mistral-7b-gguf__metamath-mistral-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - mistral + - dataset:meta-math/MetaMathQA + - arxiv:2309.12284 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + model: metamath-mistral-7b.Q8_0.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + - filename: metamath-mistral-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/MetaMath-Mistral-7B-GGUF/resolve/main/metamath-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + model: minotaur-13b.ggmlv3.q2_K.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + - filename: minotaur-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + model: minotaur-13b.ggmlv3.q3_K_L.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + - filename: minotaur-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + model: minotaur-13b.ggmlv3.q3_K_M.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + - filename: minotaur-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-16k-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_0.bin + model: minotaur-13b.ggmlv3.q3_K_S.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_0.bin + - filename: minotaur-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_1.bin + model: minotaur-13b.ggmlv3.q4_0.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_1.bin + - filename: minotaur-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_0.bin + model: minotaur-13b.ggmlv3.q4_1.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_0.bin + - filename: minotaur-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_1.bin + model: minotaur-13b.ggmlv3.q4_K_M.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_1.bin + - filename: minotaur-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__lmsys-vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q8_0.bin + model: minotaur-13b.ggmlv3.q4_K_S.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q8_0.bin + - filename: minotaur-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/lmsys-vicuna-7b-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin + model: minotaur-13b.ggmlv3.q5_0.bin files: - - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin + - filename: minotaur-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin + model: minotaur-13b.ggmlv3.q5_1.bin files: - - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin + - filename: minotaur-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin + model: minotaur-13b.ggmlv3.q5_K_M.bin files: - - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin + - filename: minotaur-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin + model: minotaur-13b.ggmlv3.q5_K_S.bin files: - - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin + - filename: minotaur-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin + model: minotaur-13b.ggmlv3.q6_K.bin files: - - filename: Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin + - filename: minotaur-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/Luna-AI-Llama2-Uncensored-GGML/resolve/main/Luna-AI-Llama2-Uncensored.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: mamba-gpt-3b.ggmlv3.q4_0.bin + model: minotaur-13b.ggmlv3.q8_0.bin files: - - filename: mamba-gpt-3b.ggmlv3.q4_0.bin + - filename: minotaur-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b.ggmlv3.q4_1.bin + model: minotaur-13b.Q2_K.gguf files: - - filename: mamba-gpt-3b.ggmlv3.q4_1.bin + - filename: minotaur-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b.ggmlv3.q5_0.bin + model: minotaur-13b.Q3_K_L.gguf files: - - filename: mamba-gpt-3b.ggmlv3.q5_0.bin + - filename: minotaur-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b.ggmlv3.q5_1.bin + model: minotaur-13b.Q3_K_M.gguf files: - - filename: mamba-gpt-3b.ggmlv3.q5_1.bin + - filename: minotaur-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-ggml__mamba-gpt-3b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b.ggmlv3.q8_0.bin + model: minotaur-13b.Q3_K_S.gguf files: - - filename: mamba-gpt-3b.ggmlv3.q8_0.bin + - filename: minotaur-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-GGML/resolve/main/mamba-gpt-3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b-v2.ggmlv3.q4_0.bin + model: minotaur-13b.Q4_0.gguf files: - - filename: mamba-gpt-3b-v2.ggmlv3.q4_0.bin + - filename: minotaur-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b-v2.ggmlv3.q4_1.bin + model: minotaur-13b.Q4_K_M.gguf files: - - filename: mamba-gpt-3b-v2.ggmlv3.q4_1.bin + - filename: minotaur-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b-v2.ggmlv3.q5_0.bin + model: minotaur-13b.Q4_K_S.gguf files: - - filename: mamba-gpt-3b-v2.ggmlv3.q5_0.bin + - filename: minotaur-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b-v2.ggmlv3.q5_1.bin + model: minotaur-13b.Q5_0.gguf files: - - filename: mamba-gpt-3b-v2.ggmlv3.q5_1.bin + - filename: minotaur-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v2-ggml__mamba-gpt-3b-v2.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: + - transformers + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: mamba-gpt-3b-v2.ggmlv3.q8_0.bin + model: minotaur-13b.Q5_K_M.gguf files: - - filename: mamba-gpt-3b-v2.ggmlv3.q8_0.bin + - filename: minotaur-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v2-GGML/resolve/main/mamba-gpt-3b-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q4_0.bin + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: - transformers - - text-generation - - en - - endpoints_compatible + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other + - text-generation-inference - region:us overrides: parameters: - model: mamba-gpt-3b-v3.ggmlv3.q4_0.bin + model: minotaur-13b.Q5_K_S.gguf files: - - filename: mamba-gpt-3b-v3.ggmlv3.q4_0.bin + - filename: minotaur-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q4_1.bin + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q6_k.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: - transformers - - text-generation - - en - - endpoints_compatible + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other + - text-generation-inference - region:us overrides: parameters: - model: mamba-gpt-3b-v3.ggmlv3.q4_1.bin + model: minotaur-13b.Q6_K.gguf files: - - filename: mamba-gpt-3b-v3.ggmlv3.q4_1.bin + - filename: minotaur-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q5_0.bin + name: thebloke__minotaur-13b-fixed-gguf__minotaur-13b.q8_0.gguf + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF tags: - transformers - - text-generation - - en - - endpoints_compatible + - llama + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other + - text-generation-inference - region:us overrides: parameters: - model: mamba-gpt-3b-v3.ggmlv3.q5_0.bin + model: minotaur-13b.Q8_0.gguf files: - - filename: mamba-gpt-3b-v3.ggmlv3.q5_0.bin + - filename: minotaur-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGUF/resolve/main/minotaur-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q5_1.bin + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: mamba-gpt-3b-v3.ggmlv3.q5_1.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin files: - - filename: mamba-gpt-3b-v3.ggmlv3.q5_1.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mamba-gpt-3b-v3-ggml__mamba-gpt-3b-v3.ggmlv3.q8_0.bin + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: mamba-gpt-3b-v3.ggmlv3.q8_0.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: mamba-gpt-3b-v3.ggmlv3.q8_0.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/mamba-gpt-3b-v3-GGML/resolve/main/mamba-gpt-3b-v3.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MedLLaMA_13B.ggmlv3.q4_0.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: MedLLaMA_13B.ggmlv3.q4_0.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MedLLaMA_13B.ggmlv3.q4_1.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: MedLLaMA_13B.ggmlv3.q4_1.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MedLLaMA_13B.ggmlv3.q5_0.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: MedLLaMA_13B.ggmlv3.q5_0.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MedLLaMA_13B.ggmlv3.q5_1.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: MedLLaMA_13B.ggmlv3.q5_1.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__medllama_13b-ggml__medllama_13b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/MedLLaMA_13B-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - license:other - region:us overrides: parameters: - model: MedLLaMA_13B.ggmlv3.q8_0.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: MedLLaMA_13B.ggmlv3.q8_0.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/MedLLaMA_13B-GGML/resolve/main/MedLLaMA_13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q4_0.bin + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/Merak-7B-v1-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Merak-7B-v1.ggmlv3.q4_0.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: Merak-7B-v1.ggmlv3.q4_0.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q4_1.bin + name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/Merak-7B-v1-GGML + - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML tags: + - license:other - region:us overrides: parameters: - model: Merak-7B-v1.ggmlv3.q4_1.bin + model: minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin files: - - filename: Merak-7B-v1.ggmlv3.q4_1.bin + - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q5_0.bin + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/s3nh/Merak-7B-v1-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Merak-7B-v1.ggmlv3.q5_0.bin + model: minotaur-13B.ggmlv3.q2_K.bin files: - - filename: Merak-7B-v1.ggmlv3.q5_0.bin + - filename: minotaur-13B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q5_1.bin + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/s3nh/Merak-7B-v1-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Merak-7B-v1.ggmlv3.q5_1.bin + model: minotaur-13B.ggmlv3.q3_K_L.bin files: - - filename: Merak-7B-v1.ggmlv3.q5_1.bin + - filename: minotaur-13B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__merak-7b-v1-ggml__merak-7b-v1.ggmlv3.q8_0.bin + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/Merak-7B-v1-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: Merak-7B-v1.ggmlv3.q8_0.bin + model: minotaur-13B.ggmlv3.q3_K_M.bin files: - - filename: Merak-7B-v1.ggmlv3.q8_0.bin + - filename: minotaur-13B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/Merak-7B-v1-GGML/resolve/main/Merak-7B-v1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/moss-base-7b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: moss-base-7b.ggmlv3.q4_0.bin + model: minotaur-13B.ggmlv3.q3_K_S.bin files: - - filename: moss-base-7b.ggmlv3.q4_0.bin + - filename: minotaur-13B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/s3nh/moss-base-7b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: moss-base-7b.ggmlv3.q4_1.bin + model: minotaur-13B.ggmlv3.q4_0.bin files: - - filename: moss-base-7b.ggmlv3.q4_1.bin + - filename: minotaur-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/s3nh/moss-base-7b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: moss-base-7b.ggmlv3.q5_1.bin + model: minotaur-13B.ggmlv3.q4_1.bin files: - - filename: moss-base-7b.ggmlv3.q5_1.bin + - filename: minotaur-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__moss-base-7b-ggml__moss-base-7b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/moss-base-7b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: moss-base-7b.ggmlv3.q8_0.bin + model: minotaur-13B.ggmlv3.q4_K_M.bin files: - - filename: moss-base-7b.ggmlv3.q8_0.bin + - filename: minotaur-13B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__moss-base-7b-ggml__moss-base-7bggmlv3.q5_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/moss-base-7b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: moss-base-7bggmlv3.q5_0.bin + model: minotaur-13B.ggmlv3.q4_K_S.bin files: - - filename: moss-base-7bggmlv3.q5_0.bin + - filename: minotaur-13B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/moss-base-7b-GGML/resolve/main/moss-base-7bggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/s3nh/MythoBoros-13b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: MythoBoros-13b.ggmlv3.q4_0.bin + model: minotaur-13B.ggmlv3.q5_0.bin files: - - filename: MythoBoros-13b.ggmlv3.q4_0.bin + - filename: minotaur-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/s3nh/MythoBoros-13b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: MythoBoros-13b.ggmlv3.q4_1.bin + model: minotaur-13B.ggmlv3.q5_1.bin files: - - filename: MythoBoros-13b.ggmlv3.q4_1.bin + - filename: minotaur-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/s3nh/MythoBoros-13b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: MythoBoros-13b.ggmlv3.q5_0.bin + model: minotaur-13B.ggmlv3.q5_K_M.bin files: - - filename: MythoBoros-13b.ggmlv3.q5_0.bin + - filename: minotaur-13B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/s3nh/MythoBoros-13b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: MythoBoros-13b.ggmlv3.q5_1.bin + model: minotaur-13B.ggmlv3.q5_K_S.bin files: - - filename: MythoBoros-13b.ggmlv3.q5_1.bin + - filename: minotaur-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/s3nh/MythoBoros-13b-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: MythoBoros-13b.ggmlv3.q8_0.bin + model: minotaur-13B.ggmlv3.q6_K.bin files: - - filename: MythoBoros-13b.ggmlv3.q8_0.bin + - filename: minotaur-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/s3nh/MythoBoros-13b-GGML/resolve/main/MythoBoros-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__newhope-ggml__newhope.ggmlv3.q4_0.bin - license: openrail + name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/s3nh/NewHope-GGML + - https://huggingface.co/TheBloke/minotaur-13B-GGML tags: - - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - OpenAccess AI Collective + - MPT + - axolotl + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - license:other - region:us overrides: parameters: - model: NewHope.ggmlv3.q4_0.bin + model: minotaur-13B.ggmlv3.q8_0.bin files: - - filename: NewHope.ggmlv3.q4_0.bin + - filename: minotaur-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__newhope-ggml__newhope.ggmlv3.q4_1.bin - license: openrail + name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q4_0.bin urls: - - https://huggingface.co/s3nh/NewHope-GGML + - https://huggingface.co/TheBloke/minotaur-15B-GGML tags: - transformers + - code - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 - region:us overrides: parameters: - model: NewHope.ggmlv3.q4_1.bin + model: minotaur-15b.ggmlv3.q4_0.bin files: - - filename: NewHope.ggmlv3.q4_1.bin + - filename: minotaur-15b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__newhope-ggml__newhope.ggmlv3.q5_0.bin - license: openrail + name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q4_1.bin urls: - - https://huggingface.co/s3nh/NewHope-GGML + - https://huggingface.co/TheBloke/minotaur-15B-GGML tags: - transformers + - code - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 - region:us overrides: parameters: - model: NewHope.ggmlv3.q5_0.bin + model: minotaur-15b.ggmlv3.q4_1.bin files: - - filename: NewHope.ggmlv3.q5_0.bin + - filename: minotaur-15b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__newhope-ggml__newhope.ggmlv3.q5_1.bin - license: openrail + name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q5_0.bin urls: - - https://huggingface.co/s3nh/NewHope-GGML + - https://huggingface.co/TheBloke/minotaur-15B-GGML tags: - transformers + - code - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 - region:us overrides: parameters: - model: NewHope.ggmlv3.q5_1.bin + model: minotaur-15b.ggmlv3.q5_0.bin files: - - filename: NewHope.ggmlv3.q5_1.bin + - filename: minotaur-15b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__newhope-ggml__newhope.ggmlv3.q8_0.bin - license: openrail + name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q5_1.bin urls: - - https://huggingface.co/s3nh/NewHope-GGML + - https://huggingface.co/TheBloke/minotaur-15B-GGML tags: - transformers + - code - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 - region:us overrides: parameters: - model: NewHope.ggmlv3.q8_0.bin + model: minotaur-15b.ggmlv3.q5_1.bin files: - - filename: NewHope.ggmlv3.q8_0.bin + - filename: minotaur-15b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/NewHope-GGML/resolve/main/NewHope.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openlm-research-open_llama_3b_v2-gguf__bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin - license: openrail + name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q8_0.bin urls: - - https://huggingface.co/s3nh/openlm-research-open_llama_3b_v2-GGUF + - https://huggingface.co/TheBloke/minotaur-15B-GGML tags: - transformers + - code - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - dataset:QingyiSi/Alpaca-CoT + - dataset:teknium/GPTeacher-General-Instruct + - dataset:metaeval/ScienceQA_text_only + - dataset:hellaswag + - dataset:openai/summarize_from_feedback + - dataset:riddle_sense + - dataset:gsm8k + - dataset:camel-ai/math + - dataset:camel-ai/biology + - dataset:camel-ai/physics + - dataset:camel-ai/chemistry + - dataset:winglian/evals + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 - region:us overrides: parameters: - model: bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + model: minotaur-15b.ggmlv3.q8_0.bin files: - - filename: bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + - filename: minotaur-15b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/openlm-research-open_llama_3b_v2-GGUF/resolve/main/bce5d60d3b0c68318862270ec4e794d83308d80a.ggufv2.fp16.bin + uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML tags: + - transformers + - mpt + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:other - text-generation-inference - - text-generation - - en - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: OpenOrca-Preview1-13B.ggmlv3.q4_0.bin + model: minotaur-mpt-7b.ggmlv3.q4_0.bin files: - - filename: OpenOrca-Preview1-13B.ggmlv3.q4_0.bin + - filename: minotaur-mpt-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML tags: + - transformers + - mpt + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:other - text-generation-inference - - text-generation - - en - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: OpenOrca-Preview1-13B.ggmlv3.q4_1.bin + model: minotaur-mpt-7b.ggmlv3.q4_1.bin files: - - filename: OpenOrca-Preview1-13B.ggmlv3.q4_1.bin + - filename: minotaur-mpt-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML tags: + - transformers + - mpt + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:other - text-generation-inference - - text-generation - - en - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: OpenOrca-Preview1-13B.ggmlv3.q5_0.bin + model: minotaur-mpt-7b.ggmlv3.q5_0.bin files: - - filename: OpenOrca-Preview1-13B.ggmlv3.q5_0.bin + - filename: minotaur-mpt-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML tags: + - transformers + - mpt + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:other - text-generation-inference - - text-generation - - en - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: OpenOrca-Preview1-13B.ggmlv3.q5_1.bin + model: minotaur-mpt-7b.ggmlv3.q5_1.bin files: - - filename: OpenOrca-Preview1-13B.ggmlv3.q5_1.bin + - filename: minotaur-mpt-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorca-preview1-13b-ggml__openorca-preview1-13b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML tags: + - transformers + - mpt + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:other - text-generation-inference - - text-generation - - en - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:cc-by-sa-4.0 - - has_space - region:us overrides: parameters: - model: OpenOrca-Preview1-13B.ggmlv3.q8_0.bin + model: minotaur-mpt-7b.ggmlv3.q8_0.bin files: - - filename: OpenOrca-Preview1-13B.ggmlv3.q8_0.bin + - filename: minotaur-mpt-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/s3nh/OpenOrca-Preview1-13B-GGML/resolve/main/OpenOrca-Preview1-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - - arxiv:2306.02707 - - arxiv:2301.13688 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin + model: mistral-11b-cc-air-rp.Q2_K.gguf files: - - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin + - filename: mistral-11b-cc-air-rp.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - - arxiv:2306.02707 - - arxiv:2301.13688 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin + model: mistral-11b-cc-air-rp.Q3_K_L.gguf files: - - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin + - filename: mistral-11b-cc-air-rp.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - - arxiv:2306.02707 - - arxiv:2301.13688 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin + model: mistral-11b-cc-air-rp.Q3_K_M.gguf files: - - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin + - filename: mistral-11b-cc-air-rp.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - - arxiv:2306.02707 - - arxiv:2301.13688 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin + model: mistral-11b-cc-air-rp.Q3_K_S.gguf files: - - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin + - filename: mistral-11b-cc-air-rp.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - - arxiv:2306.02707 - - arxiv:2301.13688 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin + model: mistral-11b-cc-air-rp.Q4_0.gguf files: - - filename: OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin + - filename: mistral-11b-cc-air-rp.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/OpenOrcaxOpenChat-Preview2-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/orca_mini_3b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:openrail - - endpoints_compatible - region:us overrides: parameters: - model: orca_mini_3b.ggmlv3.q4_0.bin + model: mistral-11b-cc-air-rp.Q4_K_M.gguf files: - - filename: orca_mini_3b.ggmlv3.q4_0.bin + - filename: mistral-11b-cc-air-rp.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/orca_mini_3b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:openrail - - endpoints_compatible - region:us overrides: parameters: - model: orca_mini_3b.ggmlv3.q4_1.bin + model: mistral-11b-cc-air-rp.Q4_K_S.gguf files: - - filename: orca_mini_3b.ggmlv3.q4_1.bin + - filename: mistral-11b-cc-air-rp.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/orca_mini_3b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:openrail - - endpoints_compatible - region:us overrides: parameters: - model: orca_mini_3b.ggmlv3.q5_0.bin + model: mistral-11b-cc-air-rp.Q5_0.gguf files: - - filename: orca_mini_3b.ggmlv3.q5_0.bin + - filename: mistral-11b-cc-air-rp.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/orca_mini_3b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:openrail - - endpoints_compatible - region:us overrides: parameters: - model: orca_mini_3b.ggmlv3.q5_1.bin + model: mistral-11b-cc-air-rp.Q5_K_M.gguf files: - - filename: orca_mini_3b.ggmlv3.q5_1.bin + - filename: mistral-11b-cc-air-rp.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__orca_mini_3b-ggml__orca_mini_3b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/orca_mini_3b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:openrail - - endpoints_compatible - region:us overrides: parameters: - model: orca_mini_3b.ggmlv3.q8_0.bin + model: mistral-11b-cc-air-rp.Q5_K_S.gguf files: - - filename: orca_mini_3b.ggmlv3.q8_0.bin + - filename: mistral-11b-cc-air-rp.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/orca_mini_3b-GGML/resolve/main/orca_mini_3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + model: mistral-11b-cc-air-rp.Q6_K.gguf files: - - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + - filename: mistral-11b-cc-air-rp.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + name: thebloke__mistral-11b-cc-air-rp-gguf__mistral-11b-cc-air-rp.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF tags: + - transformers + - mistral + - not-for-all-audiences + - nsfw + - pretrained + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + model: mistral-11b-cc-air-rp.Q8_0.gguf files: - - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + - filename: mistral-11b-cc-air-rp.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-CC-Air-RP-GGUF/resolve/main/mistral-11b-cc-air-rp.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + model: mistral-11b-omnimix-bf16.Q2_K.gguf files: - - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + - filename: mistral-11b-omnimix-bf16.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + model: mistral-11b-omnimix-bf16.Q3_K_L.gguf files: - - filename: Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + - filename: mistral-11b-omnimix-bf16.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chat.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-llama-2-7b-langchain-chat-ggml__photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + model: mistral-11b-omnimix-bf16.Q3_K_M.gguf files: - - filename: Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + - filename: mistral-11b-omnimix-bf16.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-llama-2-7b-langchain-chat-GGML/resolve/main/Photolens-llama-2-7b-langchain-chatggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin + model: mistral-11b-omnimix-bf16.Q3_K_S.gguf files: - - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin + - filename: mistral-11b-omnimix-bf16.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin + model: mistral-11b-omnimix-bf16.Q4_0.gguf files: - - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin + - filename: mistral-11b-omnimix-bf16.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin + model: mistral-11b-omnimix-bf16.Q4_K_M.gguf files: - - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin + - filename: mistral-11b-omnimix-bf16.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin + model: mistral-11b-omnimix-bf16.Q4_K_S.gguf files: - - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin + - filename: mistral-11b-omnimix-bf16.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__photolens-openorcaxopenchat-2-13b-langchain-chat-ggml__photolens-openorcaxopenchat-2-13b-langchain-chat.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin + model: mistral-11b-omnimix-bf16.Q5_0.gguf files: - - filename: Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin + - filename: mistral-11b-omnimix-bf16.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat-GGML/resolve/main/Photolens-OpenOrcaxOpenChat-2-13b-langchain-chat.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/pyg-7b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: pyg-7b.ggmlv3.q4_0.bin + model: mistral-11b-omnimix-bf16.Q5_K_M.gguf files: - - filename: pyg-7b.ggmlv3.q4_0.bin + - filename: mistral-11b-omnimix-bf16.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/pyg-7b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: pyg-7b.ggmlv3.q4_1.bin + model: mistral-11b-omnimix-bf16.Q5_K_S.gguf files: - - filename: pyg-7b.ggmlv3.q4_1.bin + - filename: mistral-11b-omnimix-bf16.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/pyg-7b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: pyg-7b.ggmlv3.q5_0.bin + model: mistral-11b-omnimix-bf16.Q6_K.gguf files: - - filename: pyg-7b.ggmlv3.q5_0.bin + - filename: mistral-11b-omnimix-bf16.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-11b-omnimix-gguf__mistral-11b-omnimix-bf16.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/pyg-7b-GGML + - https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF tags: + - transformers + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: pyg-7b.ggmlv3.q5_1.bin + model: mistral-11b-omnimix-bf16.Q8_0.gguf files: - - filename: pyg-7b.ggmlv3.q5_1.bin + - filename: mistral-11b-omnimix-bf16.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-11B-OmniMix-GGUF/resolve/main/mistral-11b-omnimix-bf16.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__pyg-7b-ggml__pyg-7b.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/pyg-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: + - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 - region:us overrides: parameters: - model: pyg-7b.ggmlv3.q8_0.bin + model: mistral-7b-claude-chat.Q2_K.gguf files: - - filename: pyg-7b.ggmlv3.q8_0.bin + - filename: mistral-7b-claude-chat.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/pyg-7b-GGML/resolve/main/pyg-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-13B.ggmlv3.q4_0.bin + model: mistral-7b-claude-chat.Q3_K_L.gguf files: - - filename: StableBeluga-13B.ggmlv3.q4_0.bin + - filename: mistral-7b-claude-chat.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-13B.ggmlv3.q4_1.bin + model: mistral-7b-claude-chat.Q3_K_M.gguf files: - - filename: StableBeluga-13B.ggmlv3.q4_1.bin + - filename: mistral-7b-claude-chat.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-13B.ggmlv3.q5_0.bin + model: mistral-7b-claude-chat.Q3_K_S.gguf files: - - filename: StableBeluga-13B.ggmlv3.q5_0.bin + - filename: mistral-7b-claude-chat.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-13B.ggmlv3.q5_1.bin + model: mistral-7b-claude-chat.Q4_0.gguf files: - - filename: StableBeluga-13B.ggmlv3.q5_1.bin + - filename: mistral-7b-claude-chat.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-13B.ggmlv3.q8_0.bin + model: mistral-7b-claude-chat.Q4_K_M.gguf files: - - filename: StableBeluga-13B.ggmlv3.q8_0.bin + - filename: mistral-7b-claude-chat.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-13B-GGML/resolve/main/StableBeluga-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible - - has_space - region:us overrides: parameters: - model: StableBeluga-7B.ggmlv3.q4_0.bin + model: mistral-7b-claude-chat.Q4_K_S.gguf files: - - filename: StableBeluga-7B.ggmlv3.q4_0.bin + - filename: mistral-7b-claude-chat.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible - - has_space - region:us overrides: parameters: - model: StableBeluga-7B.ggmlv3.q4_1.bin + model: mistral-7b-claude-chat.Q5_0.gguf files: - - filename: StableBeluga-7B.ggmlv3.q4_1.bin + - filename: mistral-7b-claude-chat.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_0.bin - license: openrail - urls: - - https://huggingface.co/s3nh/StableBeluga-7B-GGML - tags: - - transformers - - text-generation-inference - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible - - has_space + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF + tags: + - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: StableBeluga-7B.ggmlv3.q5_0.bin + model: mistral-7b-claude-chat.Q5_K_M.gguf files: - - filename: StableBeluga-7B.ggmlv3.q5_0.bin + - filename: mistral-7b-claude-chat.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible - - has_space - region:us overrides: parameters: - model: StableBeluga-7B.ggmlv3.q5_1.bin + model: mistral-7b-claude-chat.Q5_K_S.gguf files: - - filename: StableBeluga-7B.ggmlv3.q5_1.bin + - filename: mistral-7b-claude-chat.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 - text-generation-inference - - text-generation - - en - - arxiv:2307.09288 - - arxiv:2306.02707 - - license:openrail - - endpoints_compatible - - has_space - region:us overrides: parameters: - model: StableBeluga-7B.ggmlv3.q8_0.bin + model: mistral-7b-claude-chat.Q6_K.gguf files: - - filename: StableBeluga-7B.ggmlv3.q8_0.bin + - filename: mistral-7b-claude-chat.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/StableBeluga-7B-GGML/resolve/main/StableBeluga-7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q4_0.bin + name: thebloke__mistral-7b-claude-chat-gguf__mistral-7b-claude-chat.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF tags: + - transformers + - mistral + - dataset:Norquinal/claude_multiround_chat_1k + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin + model: mistral-7b-claude-chat.Q8_0.gguf files: - - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin + - filename: mistral-7b-claude-chat.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Claude-Chat-GGUF/resolve/main/mistral-7b-claude-chat.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q4_1.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: + - transformers + - mistral + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin + model: mistral-7b-code-16k-qlora.Q2_K.gguf files: - - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin + - filename: mistral-7b-code-16k-qlora.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q5_0.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: + - transformers + - mistral + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin + model: mistral-7b-code-16k-qlora.Q3_K_L.gguf files: - - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin + - filename: mistral-7b-code-16k-qlora.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q5_1.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: + - transformers + - mistral + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin + model: mistral-7b-code-16k-qlora.Q3_K_M.gguf files: - - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin + - filename: mistral-7b-code-16k-qlora.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__the-face-of-goonery-legerdemain-fp16-ggml__the-face-of-goonery-legerdemain-fp16.ggmlv3.q8_0.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: + - transformers + - mistral + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin + model: mistral-7b-code-16k-qlora.Q3_K_S.gguf files: - - filename: The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin + - filename: mistral-7b-code-16k-qlora.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/The-Face-Of-Goonery-LegerDemain-FP16-GGML/resolve/main/The-Face-Of-Goonery-LegerDemain-FP16.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q4_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TinyLLama-v0-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - mistral + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: TinyLLama-v0.ggmlv3.q4_0.bin + model: mistral-7b-code-16k-qlora.Q4_0.gguf files: - - filename: TinyLLama-v0.ggmlv3.q4_0.bin + - filename: mistral-7b-code-16k-qlora.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q4_1.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TinyLLama-v0-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - mistral + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: TinyLLama-v0.ggmlv3.q4_1.bin + model: mistral-7b-code-16k-qlora.Q4_K_M.gguf files: - - filename: TinyLLama-v0.ggmlv3.q4_1.bin + - filename: mistral-7b-code-16k-qlora.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q5_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TinyLLama-v0-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - mistral + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: TinyLLama-v0.ggmlv3.q5_0.bin + model: mistral-7b-code-16k-qlora.Q4_K_S.gguf files: - - filename: TinyLLama-v0.ggmlv3.q5_0.bin + - filename: mistral-7b-code-16k-qlora.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q5_1.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TinyLLama-v0-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - mistral + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: TinyLLama-v0.ggmlv3.q5_1.bin + model: mistral-7b-code-16k-qlora.Q5_0.gguf files: - - filename: TinyLLama-v0.ggmlv3.q5_1.bin + - filename: mistral-7b-code-16k-qlora.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__tinyllama-v0-ggml__tinyllama-v0.ggmlv3.q8_0.bin - license: cc-by-sa-4.0 + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TinyLLama-v0-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - - text-generation-inference - - text-generation - - en - - license:cc-by-sa-4.0 + - transformers + - mistral + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: TinyLLama-v0.ggmlv3.q8_0.bin + model: mistral-7b-code-16k-qlora.Q5_K_M.gguf files: - - filename: TinyLLama-v0.ggmlv3.q8_0.bin + - filename: mistral-7b-code-16k-qlora.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/TinyLLama-v0-GGML/resolve/main/TinyLLama-v0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q4_0.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - transformers + - mistral + - license:apache-2.0 + - has_space - text-generation-inference - - text-generation - - en - - endpoints_compatible - region:us overrides: parameters: - model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin + model: mistral-7b-code-16k-qlora.Q5_K_S.gguf files: - - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin + - filename: mistral-7b-code-16k-qlora.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q4_1.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - transformers + - mistral + - license:apache-2.0 + - has_space - text-generation-inference - - text-generation - - en - - endpoints_compatible - region:us overrides: parameters: - model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin + model: mistral-7b-code-16k-qlora.Q6_K.gguf files: - - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin + - filename: mistral-7b-code-16k-qlora.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q5_0.bin + name: thebloke__mistral-7b-code-16k-qlora-gguf__mistral-7b-code-16k-qlora.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF tags: - transformers + - mistral + - license:apache-2.0 + - has_space - text-generation-inference - - text-generation - - en - - endpoints_compatible - region:us overrides: parameters: - model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin + model: mistral-7b-code-16k-qlora.Q8_0.gguf files: - - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin + - filename: mistral-7b-code-16k-qlora.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Code-16K-qlora-GGUF/resolve/main/mistral-7b-code-16k-qlora.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q5_1.bin + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers + - mistral + - code + - license:apache-2.0 - text-generation-inference - - text-generation - - en - - endpoints_compatible - region:us overrides: parameters: - model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin + model: mistral-7b-codealpaca-lora.Q2_K.gguf files: - - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin + - filename: mistral-7b-codealpaca-lora.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__togethercomputer-llama-2-7b-32k-open-orca-v1-ggml__togethercomputer-llama-2-7b-32k-open-orca-v1.ggmlv3.q8_0.bin + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers + - mistral + - code + - license:apache-2.0 - text-generation-inference - - text-generation - - en - - endpoints_compatible - region:us overrides: parameters: - model: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin + model: mistral-7b-codealpaca-lora.Q3_K_L.gguf files: - - filename: togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin + - filename: mistral-7b-codealpaca-lora.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1-GGML/resolve/main/togethercomputer-LLaMA-2-7B-32K-open-Orca-v1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: + - transformers + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin + model: mistral-7b-codealpaca-lora.Q3_K_M.gguf files: - - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin + - filename: mistral-7b-codealpaca-lora.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: + - transformers + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin + model: mistral-7b-codealpaca-lora.Q3_K_S.gguf files: - - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin + - filename: mistral-7b-codealpaca-lora.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: + - transformers + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin + model: mistral-7b-codealpaca-lora.Q4_0.gguf files: - - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin + - filename: mistral-7b-codealpaca-lora.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: + - transformers + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin + model: mistral-7b-codealpaca-lora.Q4_K_M.gguf files: - - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin + - filename: mistral-7b-codealpaca-lora.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: s3nh__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged-ggml__tokenbender-llama2-7b-chat-hf-codecherrypop-qlora-merged.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: + - transformers + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin + model: mistral-7b-codealpaca-lora.Q4_K_S.gguf files: - - filename: TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin + - filename: mistral-7b-codealpaca-lora.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged-GGML/resolve/main/TokenBender-llama2-7b-chat-hf-codeCherryPop-qLoRA-merged.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin + model: mistral-7b-codealpaca-lora.Q5_0.gguf files: - - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin + - filename: mistral-7b-codealpaca-lora.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin + model: mistral-7b-codealpaca-lora.Q5_K_M.gguf files: - - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin + - filename: mistral-7b-codealpaca-lora.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin + model: mistral-7b-codealpaca-lora.Q5_K_S.gguf files: - - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin + - filename: mistral-7b-codealpaca-lora.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin + model: mistral-7b-codealpaca-lora.Q6_K.gguf files: - - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin + - filename: mistral-7b-codealpaca-lora.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolbench-toolllama-2-7b-ggml__toolbench-toolllama-2-7b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-codealpaca-lora-gguf__mistral-7b-codealpaca-lora.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - code + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin + model: mistral-7b-codealpaca-lora.Q8_0.gguf files: - - filename: ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin + - filename: mistral-7b-codealpaca-lora.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolBench-ToolLLaMA-2-7b-GGML/resolve/main/ToolBench-ToolLLaMA-2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-codealpaca-lora-GGUF/resolve/main/mistral-7b-codealpaca-lora.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: ToolLLaMA-7b.ggmlv3.q4_0.bin + model: mistral-7b-instruct-v0.1.Q2_K.gguf files: - - filename: ToolLLaMA-7b.ggmlv3.q4_0.bin + - filename: mistral-7b-instruct-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: ToolLLaMA-7b.ggmlv3.q4_1.bin + model: mistral-7b-instruct-v0.1.Q3_K_L.gguf files: - - filename: ToolLLaMA-7b.ggmlv3.q4_1.bin + - filename: mistral-7b-instruct-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: ToolLLaMA-7b.ggmlv3.q5_0.bin + model: mistral-7b-instruct-v0.1.Q3_K_M.gguf files: - - filename: ToolLLaMA-7b.ggmlv3.q5_0.bin + - filename: mistral-7b-instruct-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: ToolLLaMA-7b.ggmlv3.q5_1.bin + model: mistral-7b-instruct-v0.1.Q3_K_S.gguf files: - - filename: ToolLLaMA-7b.ggmlv3.q5_1.bin + - filename: mistral-7b-instruct-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__toolllama-7b-ggml__toolllama-7b.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/ToolLLaMA-7b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: ToolLLaMA-7b.ggmlv3.q8_0.bin + model: mistral-7b-instruct-v0.1.Q4_0.gguf files: - - filename: ToolLLaMA-7b.ggmlv3.q8_0.bin + - filename: mistral-7b-instruct-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/ToolLLaMA-7b-GGML/resolve/main/ToolLLaMA-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin + model: mistral-7b-instruct-v0.1.Q4_K_M.gguf files: - - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin + - filename: mistral-7b-instruct-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin + model: mistral-7b-instruct-v0.1.Q4_K_S.gguf files: - - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin + - filename: mistral-7b-instruct-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin + model: mistral-7b-instruct-v0.1.Q5_0.gguf files: - - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin + - filename: mistral-7b-instruct-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin + model: mistral-7b-instruct-v0.1.Q5_K_M.gguf files: - - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin + - filename: mistral-7b-instruct-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__totally-not-an-llm-alpacacielo2-7b-8k-ggml__totally-not-an-llm-alpacacielo2-7b-8k-ggml.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: - transformers + - mistral + - finetuned - text-generation - - en - - license:openrail - - endpoints_compatible + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin + model: mistral-7b-instruct-v0.1.Q5_K_S.gguf files: - - filename: totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin + - filename: mistral-7b-instruct-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML/resolve/main/totally-not-an-llm-AlpacaCielo2-7b-8k-GGML.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q4_0.bin + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: + - transformers + - mistral + - finetuned + - text-generation + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin + model: mistral-7b-instruct-v0.1.Q6_K.gguf files: - - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin + - filename: mistral-7b-instruct-v0.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q4_1.bin + name: thebloke__mistral-7b-instruct-v0.1-gguf__mistral-7b-instruct-v0.1.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF tags: + - transformers + - mistral + - finetuned + - text-generation + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin + model: mistral-7b-instruct-v0.1.Q8_0.gguf files: - - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin + - filename: mistral-7b-instruct-v0.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q5_0.bin + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin + model: mistral-7b-openorca.Q2_K.gguf files: - - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin + - filename: mistral-7b-openorca.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q5_1.bin + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin + model: mistral-7b-openorca.Q3_K_L.gguf files: - - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin + - filename: mistral-7b-openorca.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__truehealth-llama-2-medtext-13b-ggml__truehealth-llama-2-medtext-13b.ggmlv3.q8_0.bin + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: + - transformers + - mistral + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin + model: mistral-7b-openorca.Q3_K_M.gguf files: - - filename: truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin + - filename: mistral-7b-openorca.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/truehealth-LLama-2-MedText-13b-GGML/resolve/main/truehealth-LLama-2-MedText-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q4_0.bin + model: mistral-7b-openorca.Q3_K_S.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q4_0.bin + - filename: mistral-7b-openorca.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q5_0.bin + model: mistral-7b-openorca.Q4_0.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q5_0.bin + - filename: mistral-7b-openorca.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q8_0.bin + model: mistral-7b-openorca.Q4_K_M.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q8_0.bin + - filename: mistral-7b-openorca.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/vicuna-13b-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - zh - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin + model: mistral-7b-openorca.Q4_K_S.gguf files: - - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin + - filename: mistral-7b-openorca.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - zh - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin + model: mistral-7b-openorca.Q5_0.gguf files: - - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin + - filename: mistral-7b-openorca.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - zh - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin + model: mistral-7b-openorca.Q5_K_M.gguf files: - - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin + - filename: mistral-7b-openorca.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - zh - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin + model: mistral-7b-openorca.Q5_K_S.gguf files: - - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin + - filename: mistral-7b-openorca.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: s3nh__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - zh - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin + model: mistral-7b-openorca.Q6_K.gguf files: - - filename: WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin + - filename: mistral-7b-openorca.Q6_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardLM-1.0-Uncensored-Llama2-13b-GGML/resolve/main/WizardLM-1.0-Uncensored-Llama2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q4_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-openorca-gguf__mistral-7b-openorca.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + - https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF tags: - transformers + - mistral - text-generation - en - - license:openrail - - endpoints_compatible + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:apache-2.0 - has_space + - text-generation-inference - region:us overrides: parameters: - model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin + model: mistral-7b-openorca.Q8_0.gguf files: - - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin + - filename: mistral-7b-openorca.Q8_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q4_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin + model: mistral-7b-phibrarian-32k.Q2_K.gguf files: - - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin + - filename: mistral-7b-phibrarian-32k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q5_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin + model: mistral-7b-phibrarian-32k.Q3_K_L.gguf files: - - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin + - filename: mistral-7b-phibrarian-32k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q5_1.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin + model: mistral-7b-phibrarian-32k.Q3_K_M.gguf files: - - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin + - filename: mistral-7b-phibrarian-32k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: s3nh__wizardvicuna-uncensored-3b-0719-ggml__wizardvicuna-uncensored-3b-0719.ggmlv3.q8_0.bin - license: openrail + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - en - - license:openrail - - endpoints_compatible - - has_space + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin + model: mistral-7b-phibrarian-32k.Q3_K_S.gguf files: - - filename: WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin + - filename: mistral-7b-phibrarian-32k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/WizardVicuna-Uncensored-3B-0719-GGML/resolve/main/WizardVicuna-Uncensored-3B-0719.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin - license: openrail + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + model: mistral-7b-phibrarian-32k.Q4_0.gguf files: - - filename: ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + - filename: mistral-7b-phibrarian-32k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin - license: openrail + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + model: mistral-7b-phibrarian-32k.Q4_K_M.gguf files: - - filename: ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + - filename: mistral-7b-phibrarian-32k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin - license: openrail + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + model: mistral-7b-phibrarian-32k.Q4_K_S.gguf files: - - filename: ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + - filename: mistral-7b-phibrarian-32k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin - license: openrail + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + model: mistral-7b-phibrarian-32k.Q5_0.gguf files: - - filename: ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + - filename: mistral-7b-phibrarian-32k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: s3nh__ziya-llama-13b-medical-merged-ggml__ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin - license: openrail + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - transformers - - text-generation - - zh - - en - - license:openrail - - endpoints_compatible + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + model: mistral-7b-phibrarian-32k.Q5_K_M.gguf files: - - filename: ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + - filename: mistral-7b-phibrarian-32k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/s3nh/ziya-llama-13b-medical-merged-GGML/resolve/main/ziya-llama-13b-medical-merged.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: samemodels__hermes-kimiko-13b-ggml__hermes-kimiko-13b.ggmlv3.q5_k_m.bin + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/samemodels/hermes-kimiko-13b-GGML + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hermes-kimiko-13b.ggmlv3.q5_K_M.bin + model: mistral-7b-phibrarian-32k.Q5_K_S.gguf files: - - filename: hermes-kimiko-13b.ggmlv3.q5_K_M.bin + - filename: mistral-7b-phibrarian-32k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/samemodels/hermes-kimiko-13b-GGML/resolve/main/hermes-kimiko-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-6b-f16-ggml__ggml-model-f16.bin - license: creativeml-openrail-m + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-6b-f16-ggml + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - - text generation - - conversational - - en - - license:creativeml-openrail-m + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-f16.bin + model: mistral-7b-phibrarian-32k.Q6_K.gguf files: - - filename: ggml-model-f16.bin + - filename: mistral-7b-phibrarian-32k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-6b-f16-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-f16-ggml__ggml-model-f16.bin - license: other + name: thebloke__mistral-7b-phibrarian-32k-gguf__mistral-7b-phibrarian-32k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-f16-ggml + - https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-f16.bin + model: mistral-7b-phibrarian-32k.Q8_0.gguf files: - - filename: ggml-model-f16.bin + - filename: mistral-7b-phibrarian-32k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-f16-ggml/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-Phibrarian-32K-GGUF/resolve/main/mistral-7b-phibrarian-32k.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-q4_0-ggml__ggml-model-q4_0.bin - license: other + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-q4_0-ggml + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: mistral-7b-sciphi-32k.Q2_K.gguf files: - - filename: ggml-model-q4_0.bin + - filename: mistral-7b-sciphi-32k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-q4_0-ggml/resolve/main/ggml-model-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-q4_1-ggml__ggml-model-q4_1.bin - license: other + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-q4_1-ggml + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_1.bin + model: mistral-7b-sciphi-32k.Q3_K_L.gguf files: - - filename: ggml-model-q4_1.bin + - filename: mistral-7b-sciphi-32k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-q4_1-ggml/resolve/main/ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-q5_0-ggml__ggml-model-q5_0.bin - license: other + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-q5_0-ggml + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: mistral-7b-sciphi-32k.Q3_K_M.gguf files: - - filename: ggml-model-q5_0.bin + - filename: mistral-7b-sciphi-32k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-q5_0-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-q5_1-ggml__ggml-model-q5_1.bin - license: other + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-q5_1-ggml + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q5_1.bin + model: mistral-7b-sciphi-32k.Q3_K_S.gguf files: - - filename: ggml-model-q5_1.bin + - filename: mistral-7b-sciphi-32k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-q5_1-ggml/resolve/main/ggml-model-q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sasha0552__pygmalion-7b-q8_0-ggml__ggml-model-q8_0.bin - license: other + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/sasha0552/pygmalion-7b-q8_0-ggml + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: - - text generation - - conversational - - en - - license:other + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q8_0.bin + model: mistral-7b-sciphi-32k.Q4_0.gguf files: - - filename: ggml-model-q8_0.bin + - filename: mistral-7b-sciphi-32k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/sasha0552/pygmalion-7b-q8_0-ggml/resolve/main/ggml-model-q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: satorudano__llama-2-13b-chat-hf-finetuned_v1-ggml__llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + model: mistral-7b-sciphi-32k.Q4_K_M.gguf files: - - filename: llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin + - filename: mistral-7b-sciphi-32k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML/resolve/main/llama-2-13b-chat-hf-finetuned_v1.gguf.fp16.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: satorudano__llama-2-13b-chat-hf-finetuned_v1-ggml__llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + model: mistral-7b-sciphi-32k.Q4_K_S.gguf files: - - filename: llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + - filename: mistral-7b-sciphi-32k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-13b-chat-hf-finetuned_v1-GGML/resolve/main/llama-2-13b-chat-hf-finetuned_v1.gguf.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.fp16.bin + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.fp16.bin + model: mistral-7b-sciphi-32k.Q5_0.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.fp16.bin + - filename: mistral-7b-sciphi-32k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q4_0.bin + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.q4_0.bin + model: mistral-7b-sciphi-32k.Q5_K_M.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.q4_0.bin + - filename: mistral-7b-sciphi-32k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q4_1.bin + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.q4_1.bin + model: mistral-7b-sciphi-32k.Q5_K_S.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.q4_1.bin + - filename: mistral-7b-sciphi-32k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q5_0.bin + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.q5_0.bin + model: mistral-7b-sciphi-32k.Q6_K.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.q5_0.bin + - filename: mistral-7b-sciphi-32k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q5_1.bin + name: thebloke__mistral-7b-sciphi-32k-gguf__mistral-7b-sciphi-32k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF tags: + - transformers + - mistral + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.q5_1.bin + model: mistral-7b-sciphi-32k.Q8_0.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.q5_1.bin + - filename: mistral-7b-sciphi-32k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-SciPhi-32k-GGUF/resolve/main/mistral-7b-sciphi-32k.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: satorudano__llama-2-7b-finetuned_v1-ggml__llama-2-7b-finetuned_v1.gguf.q8_0.bin + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-finetuned_v1.gguf.q8_0.bin + model: mistral-7b-v0.1.Q2_K.gguf files: - - filename: llama-2-7b-finetuned_v1.gguf.q8_0.bin + - filename: mistral-7b-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SatoruDano/llama-2-7b-finetuned_v1-GGML/resolve/main/llama-2-7b-finetuned_v1.gguf.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savio__h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml__ggml-q4_0.bin + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/Savio/h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-q4_0.bin + model: mistral-7b-v0.1.Q3_K_L.gguf files: - - filename: ggml-q4_0.bin + - filename: mistral-7b-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/Savio/h2ogpt-gm-oasst1-en-xgen-7b-8k-ggml/resolve/main/ggml-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__ggml-gpt4all-j-v1.3-groovy__ggml-gpt4all-j-v1.3-groovy.bin + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q3_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/savvamadar/ggml-gpt4all-j-v1.3-groovy + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: + - transformers + - mistral + - pretrained + - text-generation - license:apache-2.0 - - has_space + - text-generation-inference - region:us overrides: parameters: - model: ggml-gpt4all-j-v1.3-groovy.bin + model: mistral-7b-v0.1.Q3_K_M.gguf files: - - filename: ggml-gpt4all-j-v1.3-groovy.bin + - filename: mistral-7b-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/savvamadar/ggml-gpt4all-j-v1.3-groovy/resolve/main/ggml-gpt4all-j-v1.3-groovy.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__ggml-gpt4all-l13b-snoozy__ggml-gpt4all-l13b-snoozy.bin - license: gpl + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/ggml-gpt4all-l13b-snoozy + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:gpl + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-gpt4all-l13b-snoozy.bin + model: mistral-7b-v0.1.Q3_K_S.gguf files: - - filename: ggml-gpt4all-l13b-snoozy.bin + - filename: mistral-7b-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/savvamadar/ggml-gpt4all-l13b-snoozy/resolve/main/ggml-gpt4all-l13b-snoozy.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: savvamadar__ggml-wizard-13b-uncensored__ggml-wizard-13b-uncensored.bin - license: other + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/ggml-wizard-13b-uncensored + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:other + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-wizard-13b-uncensored.bin + model: mistral-7b-v0.1.Q4_0.gguf files: - - filename: ggml-wizard-13b-uncensored.bin + - filename: mistral-7b-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/savvamadar/ggml-wizard-13b-uncensored/resolve/main/ggml-wizard-13b-uncensored.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__pyg-charluv-ggml-13b__pyg_charluv_ggml-model-q4_1.bin + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q4_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/savvamadar/pyg-charluv-ggml-13b + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: + - transformers + - mistral + - pretrained + - text-generation - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: pyg_charluv_ggml-model-q4_1.bin + model: mistral-7b-v0.1.Q4_K_M.gguf files: - - filename: pyg_charluv_ggml-model-q4_1.bin + - filename: mistral-7b-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/savvamadar/pyg-charluv-ggml-13b/resolve/main/pyg_charluv_ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__pygmalion-13b-f16-ggml-ggjt__pygmalion-13b-f16.bin - license: other + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/pygmalion-13b-f16-ggml-ggjt + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:other + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-f16.bin + model: mistral-7b-v0.1.Q4_K_S.gguf files: - - filename: pygmalion-13b-f16.bin + - filename: mistral-7b-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/savvamadar/pygmalion-13b-f16-ggml-ggjt/resolve/main/pygmalion-13b-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__pygmalion-6b-v3-ggml-ggjt-q4_0__pygmalion-6b-v3-ggml-ggjt-q4_0.bin - license: creativeml-openrail-m + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/pygmalion-6b-v3-ggml-ggjt-q4_0 + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:creativeml-openrail-m + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-6b-v3-ggml-ggjt-q4_0.bin + model: mistral-7b-v0.1.Q5_0.gguf files: - - filename: pygmalion-6b-v3-ggml-ggjt-q4_0.bin + - filename: mistral-7b-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/savvamadar/pygmalion-6b-v3-ggml-ggjt-q4_0/resolve/main/pygmalion-6b-v3-ggml-ggjt-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__pygmalion-7b-f16-ggml-ggjt__pygmalion-7b-f16.bin - license: other + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/pygmalion-7b-f16-ggml-ggjt + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:other + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-f16.bin + model: mistral-7b-v0.1.Q5_K_M.gguf files: - - filename: pygmalion-7b-f16.bin + - filename: mistral-7b-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/savvamadar/pygmalion-7b-f16-ggml-ggjt/resolve/main/pygmalion-7b-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: savvamadar__pygmalioncot-7b-ggml-model-f16__pygmalioncot-7b-ggml-model-f16.bin - license: other + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/savvamadar/PygmalionCoT-7b-ggml-model-f16 + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - license:other + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: PygmalionCoT-7b-ggml-model-f16.bin + model: mistral-7b-v0.1.Q5_K_S.gguf files: - - filename: PygmalionCoT-7b-ggml-model-f16.bin + - filename: mistral-7b-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/savvamadar/PygmalionCoT-7b-ggml-model-f16/resolve/main/PygmalionCoT-7b-ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sbpoh__whisper-small-ru-1k-steps-ggml__ggml-model-ru.bin + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/sBPOH/whisper-small-ru-1k-steps-ggml + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: + - transformers + - mistral + - pretrained + - text-generation + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-ru.bin + model: mistral-7b-v0.1.Q6_K.gguf files: - - filename: ggml-model-ru.bin + - filename: mistral-7b-v0.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/sBPOH/whisper-small-ru-1k-steps-ggml/resolve/main/ggml-model-ru.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-13b-new-q5_1.bin - license: other + name: thebloke__mistral-7b-v0.1-gguf__mistral-7b-v0.1.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + - https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF tags: - - text generation - - ggml + - transformers + - mistral + - pretrained - text-generation - - zh - - en - - license:other + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-13b-new-q5_1.bin + model: mistral-7b-v0.1.Q8_0.gguf files: - - filename: chatgpt-13b-new-q5_1.bin + - filename: mistral-7b-v0.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-13b-new-q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-13b.ggmlv3.q8_0.bin + model: mistral-claudelimarp-v3-7b.Q2_K.gguf files: - - filename: chatgpt-13b.ggmlv3.q8_0.bin + - filename: mistral-claudelimarp-v3-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-7b-new-q5_1.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-7b-new-q5_1.bin + model: mistral-claudelimarp-v3-7b.Q3_K_L.gguf files: - - filename: chatgpt-7b-new-q5_1.bin + - filename: mistral-claudelimarp-v3-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-7b-new-q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt-new__chatgpt-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-7b.ggmlv3.q8_0.bin + model: mistral-claudelimarp-v3-7b.Q3_K_M.gguf files: - - filename: chatgpt-7b.ggmlv3.q8_0.bin + - filename: mistral-claudelimarp-v3-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new/resolve/main/chatgpt-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt__chatgpt-13b-q5_1.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-13b-q5_1.bin + model: mistral-claudelimarp-v3-7b.Q3_K_S.gguf files: - - filename: chatgpt-13b-q5_1.bin + - filename: mistral-claudelimarp-v3-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-13b-q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt__chatgpt-13b-q8_0.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-13b-q8_0.bin + model: mistral-claudelimarp-v3-7b.Q4_0.gguf files: - - filename: chatgpt-13b-q8_0.bin + - filename: mistral-claudelimarp-v3-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-13b-q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt__chatgpt-7b-q5_1.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-7b-q5_1.bin + model: mistral-claudelimarp-v3-7b.Q4_K_M.gguf files: - - filename: chatgpt-7b-q5_1.bin + - filename: mistral-claudelimarp-v3-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowpower__ggml-alpaca-chatgpt__chatgpt-7b-q8_0.bin - license: other + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text generation - - ggml - - text-generation - - zh - - en - - license:other + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: chatgpt-7b-q8_0.bin + model: mistral-claudelimarp-v3-7b.Q4_K_S.gguf files: - - filename: chatgpt-7b-q8_0.bin + - filename: mistral-claudelimarp-v3-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt/resolve/main/chatgpt-7b-q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowsword__llama2-13b-holodeck-1-ggml_k__llama2-13b-holodeck-1.ggmlv3.q4_k.bin - license: llama2 + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text-generation - - en - - license:llama2 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin + model: mistral-claudelimarp-v3-7b.Q5_0.gguf files: - - filename: LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin + - filename: mistral-claudelimarp-v3-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K/resolve/main/LLAMA2-13B-Holodeck-1.ggmlv3.Q4_K.bin + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shadowsword__llama2-13b-holodeck-1-ggml_k__llama2-13b-holodeck-1.ggmlv3.q5_k.bin - license: llama2 + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: - - text-generation - - en - - license:llama2 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin + model: mistral-claudelimarp-v3-7b.Q5_K_M.gguf files: - - filename: LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin + - filename: mistral-claudelimarp-v3-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/shadowsword/LLAMA2-13B-Holodeck-1-GGML_K/resolve/main/LLAMA2-13B-Holodeck-1.ggmlv3.Q5_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.fp16.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: + - transformers + - mistral - not-for-all-audiences - - text-generation - - en - - license:llama2 + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin + model: mistral-claudelimarp-v3-7b.Q5_K_S.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin + - filename: mistral-claudelimarp-v3-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.fp16.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: + - transformers + - mistral - not-for-all-audiences - - text-generation - - en - - license:llama2 + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin + model: mistral-claudelimarp-v3-7b.Q6_K.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin + - filename: mistral-claudelimarp-v3-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-claudelimarp-v3-7b-gguf__mistral-claudelimarp-v3-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF tags: + - transformers + - mistral - not-for-all-audiences - - text-generation - - en - - license:llama2 + - nsfw + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin + model: mistral-claudelimarp-v3-7b.Q8_0.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin + - filename: mistral-claudelimarp-v3-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-ClaudeLimaRP-v3-7B-GGUF/resolve/main/mistral-claudelimarp-v3-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q2_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin + model: mistral-pygmalion-7b.Q2_K.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin + - filename: mistral-pygmalion-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin + model: mistral-pygmalion-7b.Q3_K_L.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin + - filename: mistral-pygmalion-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin + model: mistral-pygmalion-7b.Q3_K_M.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin + - filename: mistral-pygmalion-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin + model: mistral-pygmalion-7b.Q3_K_S.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin + - filename: mistral-pygmalion-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q4_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin + model: mistral-pygmalion-7b.Q4_0.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin + - filename: mistral-pygmalion-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin + model: mistral-pygmalion-7b.Q4_K_M.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin + - filename: mistral-pygmalion-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin + model: mistral-pygmalion-7b.Q4_K_S.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin + - filename: mistral-pygmalion-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q5_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin + model: mistral-pygmalion-7b.Q5_0.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin + - filename: mistral-pygmalion-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin + model: mistral-pygmalion-7b.Q5_K_M.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin + - filename: mistral-pygmalion-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin + model: mistral-pygmalion-7b.Q5_K_S.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin + - filename: mistral-pygmalion-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shadowsword__pygmalion-vicuna-7b-ggml__pygmalion-vicuna-1.1-7b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q6_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - not-for-all-audiences + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b - text-generation - en - - license:llama2 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin + model: mistral-pygmalion-7b.Q6_K.gguf files: - - filename: Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin + - filename: mistral-pygmalion-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/shadowsword/Pygmalion-Vicuna-7B-GGML/resolve/main/Pygmalion-Vicuna-1.1-7b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shanyou__ggml-chinese-alpaca-plus-lora__ggml-chinese-alpaca-plus-lora-13b-q5_0.bin - license: apache-2.0 + name: thebloke__mistral-pygmalion-7b-gguf__mistral-pygmalion-7b.q8_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/shanyou/ggml-chinese-alpaca-plus-lora + - https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - Mistral + - Pygmalion + - llama-2 + - llama-2-7b + - text-generation + - en + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-chinese-alpaca-plus-lora-13B-q5_0.bin + model: mistral-pygmalion-7b.Q8_0.gguf files: - - filename: ggml-chinese-alpaca-plus-lora-13B-q5_0.bin + - filename: mistral-pygmalion-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/shanyou/ggml-chinese-alpaca-plus-lora/resolve/main/ggml-chinese-alpaca-plus-lora-13B-q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shidowake__vicuna-13b-ggml__ggml-model-q4_0.bin - license: unknown + uri: https://huggingface.co/TheBloke/Mistral-Pygmalion-7B-GGUF/resolve/main/mistral-pygmalion-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/shidowake/vicuna-13B-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:unknown + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: mistral-trismegistus-7b.Q2_K.gguf files: - - filename: ggml-model-q4_0.bin + - filename: mistral-trismegistus-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/shidowake/vicuna-13B-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shidowake__vicuna-13b-ggml__ggml-model-q5_0.bin - license: unknown + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/shidowake/vicuna-13B-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:unknown + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: mistral-trismegistus-7b.Q3_K_L.gguf files: - - filename: ggml-model-q5_0.bin + - filename: mistral-trismegistus-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/shidowake/vicuna-13B-ggml/resolve/main/ggml-model-q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shidowake__vicuna-7b-ggml__ggml-model-q4_0.bin - license: unknown + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/shidowake/vicuna-7B-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:unknown + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: mistral-trismegistus-7b.Q3_K_M.gguf files: - - filename: ggml-model-q4_0.bin + - filename: mistral-trismegistus-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/shidowake/vicuna-7B-ggml/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: shidowake__vicuna-7b-ggml__ggml-model-q5_0.bin - license: unknown + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/shidowake/vicuna-7B-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:unknown + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q5_0.bin + model: mistral-trismegistus-7b.Q3_K_S.gguf files: - - filename: ggml-model-q5_0.bin + - filename: mistral-trismegistus-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/shidowake/vicuna-7B-ggml/resolve/main/ggml-model-q5_0.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shotmisser64__literature-7b-16384-ggml__literature-7b-16384-f16-ggml.bin - license: mit + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:mit + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Literature-7B-16384-f16-ggml.bin + model: mistral-trismegistus-7b.Q4_0.gguf files: - - filename: Literature-7B-16384-f16-ggml.bin + - filename: mistral-trismegistus-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml/resolve/main/Literature-7B-16384-f16-ggml.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: shotmisser64__literature-7b-16384-ggml__literature-7b-16384-ggjtv3-q4_0.bin - license: mit + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: - - license:mit + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Literature-7B-16384-ggjtv3-q4_0.bin + model: mistral-trismegistus-7b.Q4_K_M.gguf files: - - filename: Literature-7B-16384-ggjtv3-q4_0.bin + - filename: mistral-trismegistus-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/ShotMisser64/Literature-7B-16384-ggml/resolve/main/Literature-7B-16384-ggjtv3-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-f16.bin + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: MPT-7b-chat-f16.bin + model: mistral-trismegistus-7b.Q4_K_S.gguf files: - - filename: MPT-7b-chat-f16.bin + - filename: mistral-trismegistus-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-f16.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-q4_0.bin + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: MPT-7b-chat-q4_0.bin + model: mistral-trismegistus-7b.Q5_0.gguf files: - - filename: MPT-7b-chat-q4_0.bin + - filename: mistral-trismegistus-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sidharthkr__mpt-7b-chat-ggml__mpt-7b-chat-q8_0.bin + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: MPT-7b-chat-q8_0.bin + model: mistral-trismegistus-7b.Q5_K_M.gguf files: - - filename: MPT-7b-chat-q8_0.bin + - filename: mistral-trismegistus-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/Sidharthkr/MPT-7b-chat-GGML/resolve/main/MPT-7b-chat-q8_0.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sidharthkr__mpt_ggml_summary__mpt_2epoch_summary.bin + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/Sidharthkr/MPT_ggml_summary + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt_2epoch_summary.bin + model: mistral-trismegistus-7b.Q5_K_S.gguf files: - - filename: mpt_2epoch_summary.bin + - filename: mistral-trismegistus-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/Sidharthkr/MPT_ggml_summary/resolve/main/mpt_2epoch_summary.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: silvacarl__llama-2-7b-chat-hf-gguf__llama-2-7b-chat-hf.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-hf.gguf.fp16.bin + model: mistral-trismegistus-7b.Q6_K.gguf files: - - filename: llama-2-7b-chat-hf.gguf.fp16.bin + - filename: mistral-trismegistus-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF/resolve/main/llama-2-7b-chat-hf.gguf.fp16.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: silvacarl__llama-2-7b-chat-hf-gguf__llama-2-7b-chat-hf.gguf.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mistral-trismegistus-7b-gguf__mistral-trismegistus-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF + - https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF tags: + - transformers + - mistral + - mistral-7b + - instruct + - finetune + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-hf.gguf.q4_k_m.bin + model: mistral-trismegistus-7b.Q8_0.gguf files: - - filename: llama-2-7b-chat-hf.gguf.q4_k_m.bin + - filename: mistral-trismegistus-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/silvacarl/Llama-2-7b-chat-hf-GGUF/resolve/main/llama-2-7b-chat-hf.gguf.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Mistral-Trismegistus-7B-GGUF/resolve/main/mistral-trismegistus-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: silverliningeda__evolcodellama-7b-gguf__evolcodellama-7b.gguf.fp16.bin + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q2_k.gguf + license: mit urls: - - https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: evolcodellama-7b.gguf.fp16.bin + model: mistral_7b_dolphin2.1_lima0.5.Q2_K.gguf files: - - filename: evolcodellama-7b.gguf.fp16.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: silverliningeda__evolcodellama-7b-gguf__evolcodellama-7b.gguf.q4_k_m.bin + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: evolcodellama-7b.gguf.q4_k_m.bin + model: mistral_7b_dolphin2.1_lima0.5.Q3_K_L.gguf files: - - filename: evolcodellama-7b.gguf.q4_k_m.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/silverliningeda/EvolCodeLlama-7b-GGUF/resolve/main/evolcodellama-7b.gguf.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: silverliningeda__llama-2-7b-silverliningeda-verilog-codegen-gguf__llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + model: mistral_7b_dolphin2.1_lima0.5.Q3_K_M.gguf files: - - filename: llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF/resolve/main/llama-2-7b-silverliningeda-verilog-codegen.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: silverliningeda__llama-2-7b-silverliningeda-verilog-codegen-gguf__llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + model: mistral_7b_dolphin2.1_lima0.5.Q3_K_S.gguf files: - - filename: llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/silverliningeda/llama-2-7b-silverliningeda-verilog-codegen-GGUF/resolve/main/llama-2-7b-silverliningeda-verilog-codegen.gguf.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-f16.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q4_0.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L12-v2/ggml-model-f16.bin + model: mistral_7b_dolphin2.1_lima0.5.Q4_0.gguf files: - - filename: all-MiniLM-L12-v2/ggml-model-f16.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-f32.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L12-v2/ggml-model-f32.bin + model: mistral_7b_dolphin2.1_lima0.5.Q4_K_M.gguf files: - - filename: all-MiniLM-L12-v2/ggml-model-f32.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-f32.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-q4_0.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L12-v2/ggml-model-q4_0.bin + model: mistral_7b_dolphin2.1_lima0.5.Q4_K_S.gguf files: - - filename: all-MiniLM-L12-v2/ggml-model-q4_0.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l12-v2__ggml-model-q4_1.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q5_0.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L12-v2/ggml-model-q4_1.bin + model: mistral_7b_dolphin2.1_lima0.5.Q5_0.gguf files: - - filename: all-MiniLM-L12-v2/ggml-model-q4_1.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L12-v2/ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-f16.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L6-v2/ggml-model-f16.bin + model: mistral_7b_dolphin2.1_lima0.5.Q5_K_M.gguf files: - - filename: all-MiniLM-L6-v2/ggml-model-f16.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-f32.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L6-v2/ggml-model-f32.bin + model: mistral_7b_dolphin2.1_lima0.5.Q5_K_S.gguf files: - - filename: all-MiniLM-L6-v2/ggml-model-f32.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-f32.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-q4_0.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q6_k.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L6-v2/ggml-model-q4_0.bin + model: mistral_7b_dolphin2.1_lima0.5.Q6_K.gguf files: - - filename: all-MiniLM-L6-v2/ggml-model-q4_0.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__all-minilm-l6-v2__ggml-model-q4_1.bin - license: apache-2.0 + name: thebloke__mistral_7b_dolphin2.1_lima0.5-gguf__mistral_7b_dolphin2.1_lima0.5.q8_0.gguf + license: mit urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: all-MiniLM-L6-v2/ggml-model-q4_1.bin + model: mistral_7b_dolphin2.1_lima0.5.Q8_0.gguf files: - - filename: all-MiniLM-L6-v2/ggml-model-q4_1.bin + - filename: mistral_7b_dolphin2.1_lima0.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistral_7B_Dolphin2.1_LIMA0.5-GGUF/resolve/main/mistral_7b_dolphin2.1_lima0.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__bert-base-uncased__ggml-model-f16.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q2_k.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: bert-base-uncased/ggml-model-f16.bin + model: mistralic-7b-1.Q2_K.gguf files: - - filename: bert-base-uncased/ggml-model-f16.bin + - filename: mistralic-7b-1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__bert-base-uncased__ggml-model-f32.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q3_k_l.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: bert-base-uncased/ggml-model-f32.bin + model: mistralic-7b-1.Q3_K_L.gguf files: - - filename: bert-base-uncased/ggml-model-f32.bin + - filename: mistralic-7b-1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-f32.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__bert-base-uncased__ggml-model-q4_0.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q3_k_m.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: bert-base-uncased/ggml-model-q4_0.bin + model: mistralic-7b-1.Q3_K_M.gguf files: - - filename: bert-base-uncased/ggml-model-q4_0.bin + - filename: mistralic-7b-1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__bert-base-uncased__ggml-model-q4_1.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q3_k_s.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: bert-base-uncased/ggml-model-q4_1.bin + model: mistralic-7b-1.Q3_K_S.gguf files: - - filename: bert-base-uncased/ggml-model-q4_1.bin + - filename: mistralic-7b-1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/bert-base-uncased/ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-f16.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q4_0.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin + model: mistralic-7b-1.Q4_0.gguf files: - - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin + - filename: mistralic-7b-1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-f32.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q4_k_m.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin + model: mistralic-7b-1.Q4_K_M.gguf files: - - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin + - filename: mistralic-7b-1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-f32.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-q4_0.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q4_k_s.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin + model: mistralic-7b-1.Q4_K_S.gguf files: - - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin + - filename: mistralic-7b-1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skeskinen__ggml__multi-qa-minilm-l6-cos-v1__ggml-model-q4_1.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q5_0.gguf urls: - - https://huggingface.co/skeskinen/ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin + model: mistralic-7b-1.Q5_0.gguf files: - - filename: multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin + - filename: mistralic-7b-1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/skeskinen/ggml/resolve/main/multi-qa-MiniLM-L6-cos-v1/ggml-model-q4_1.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__chatglm2-6b-ggml__chatglm2-ggmlv3-q4_0.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q5_k_m.gguf urls: - - https://huggingface.co/Skiro/chatglm2-6b-ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: chatglm2-ggmlv3-q4_0.bin + model: mistralic-7b-1.Q5_K_M.gguf files: - - filename: chatglm2-ggmlv3-q4_0.bin + - filename: mistralic-7b-1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/Skiro/chatglm2-6b-ggml/resolve/main/chatglm2-ggmlv3-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__falcon-40b-instruct-ggml__falcon-40b-instruct-ggmlv3-q4_0.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q5_k_s.gguf urls: - - https://huggingface.co/Skiro/falcon-40b-instruct-ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct-ggmlv3-q4_0.bin + model: mistralic-7b-1.Q5_K_S.gguf files: - - filename: falcon-40b-instruct-ggmlv3-q4_0.bin + - filename: mistralic-7b-1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/Skiro/falcon-40b-instruct-ggml/resolve/main/falcon-40b-instruct-ggmlv3-q4_0.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__falcon-mini-ggml__falcon-40b-mini-ggmlv3-f16.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q6_k.gguf urls: - - https://huggingface.co/Skiro/falcon-mini-ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-mini-ggmlv3-f16.bin + model: mistralic-7b-1.Q6_K.gguf files: - - filename: falcon-40b-mini-ggmlv3-f16.bin + - filename: mistralic-7b-1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-40b-mini-ggmlv3-f16.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__falcon-mini-ggml__falcon-40b-mini-ggmlv3-f32.bin - license: apache-2.0 + name: thebloke__mistralic-7b-1-gguf__mistralic-7b-1.q8_0.gguf urls: - - https://huggingface.co/Skiro/falcon-mini-ggml + - https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-mini-ggmlv3-f32.bin + model: mistralic-7b-1.Q8_0.gguf files: - - filename: falcon-40b-mini-ggmlv3-f32.bin + - filename: mistralic-7b-1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-40b-mini-ggmlv3-f32.bin + uri: https://huggingface.co/TheBloke/Mistralic-7B-1-GGUF/resolve/main/mistralic-7b-1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__falcon-mini-ggml__falcon-7b-mini-ggmlv3-f16.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q2_k.gguf license: apache-2.0 urls: - - https://huggingface.co/Skiro/falcon-mini-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-mini-ggmlv3-f16.bin + model: mistrallite.Q2_K.gguf files: - - filename: falcon-7b-mini-ggmlv3-f16.bin + - filename: mistrallite.Q2_K.gguf sha256: "" - uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-7b-mini-ggmlv3-f16.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skiro__falcon-mini-ggml__falcon-7b-mini-ggmlv3-f32.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q3_k_l.gguf license: apache-2.0 urls: - - https://huggingface.co/Skiro/falcon-mini-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-mini-ggmlv3-f32.bin + model: mistrallite.Q3_K_L.gguf files: - - filename: falcon-7b-mini-ggmlv3-f32.bin + - filename: mistrallite.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/Skiro/falcon-mini-ggml/resolve/main/falcon-7b-mini-ggmlv3-f32.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: skyranch__koalpaca-polyglot-12.8b-ggml-model-f16__koalpaca-polyglot-12.8b-ggml-model-f16.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/Skyranch/KoAlpaca-Polyglot-12.8B-ggml-model-f16 + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + model: mistrallite.Q3_K_M.gguf files: - - filename: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + - filename: mistrallite.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/Skyranch/KoAlpaca-Polyglot-12.8B-ggml-model-f16/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-f16.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q3_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-f16.bin + model: mistrallite.Q3_K_S.gguf files: - - filename: flan-open-llama-3b-f16.bin + - filename: mistrallite.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-f16.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q4_0.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q4_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-q4_0.bin + model: mistrallite.Q4_0.gguf files: - - filename: flan-open-llama-3b-q4_0.bin + - filename: mistrallite.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q4_0.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q4_1.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q4_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-q4_1.bin + model: mistrallite.Q4_K_M.gguf files: - - filename: flan-open-llama-3b-q4_1.bin + - filename: mistrallite.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q4_1.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q5_0.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q4_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-q5_0.bin + model: mistrallite.Q4_K_S.gguf files: - - filename: flan-open-llama-3b-q5_0.bin + - filename: mistrallite.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q5_0.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q5_1.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-q5_1.bin + model: mistrallite.Q5_0.gguf files: - - filename: flan-open-llama-3b-q5_1.bin + - filename: mistrallite.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q5_1.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__flan-open-llama-3b-ggml__flan-open-llama-3b-q8_0.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: flan-open-llama-3b-q8_0.bin + model: mistrallite.Q5_K_M.gguf files: - - filename: flan-open-llama-3b-q8_0.bin + - filename: mistrallite.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/Flan-Open-Llama-3b-ggml/resolve/main/flan-open-llama-3b-q8_0.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-f16.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q5_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-f16.bin + model: mistrallite.Q5_K_S.gguf files: - - filename: llongma-3b-f16.bin + - filename: mistrallite.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-f16.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-q4_0.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q6_k.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-q4_0.bin + model: mistrallite.Q6_K.gguf files: - - filename: llongma-3b-q4_0.bin + - filename: mistrallite.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q4_0.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-q4_1.bin + name: thebloke__mistrallite-7b-gguf__mistrallite.q8_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralLite-7B-GGUF tags: + - transformers + - mistral - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-q4_1.bin + model: mistrallite.Q8_0.gguf files: - - filename: llongma-3b-q4_1.bin + - filename: mistrallite.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q4_1.bin + uri: https://huggingface.co/TheBloke/MistralLite-7B-GGUF/resolve/main/mistrallite.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-q5_0.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q2_k.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-q5_0.bin + model: mistralmakise-merged-13b.Q2_K.gguf files: - - filename: llongma-3b-q5_0.bin + - filename: mistralmakise-merged-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q5_0.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-q5_1.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q3_k_l.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-q5_1.bin + model: mistralmakise-merged-13b.Q3_K_L.gguf files: - - filename: llongma-3b-q5_1.bin + - filename: mistralmakise-merged-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q5_1.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__llongma-3b-ggml__llongma-3b-q8_0.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q3_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/LLongMA-3b-ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: llongma-3b-q8_0.bin + model: mistralmakise-merged-13b.Q3_K_M.gguf files: - - filename: llongma-3b-q8_0.bin + - filename: mistralmakise-merged-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/LLongMA-3b-ggml/resolve/main/llongma-3b-q8_0.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-f16.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q3_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-f16.bin + model: mistralmakise-merged-13b.Q3_K_S.gguf files: - - filename: open-llama-13b-f16.bin + - filename: mistralmakise-merged-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-f16.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q2_k.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q4_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q2_K.bin + model: mistralmakise-merged-13b.Q4_0.gguf files: - - filename: open-llama-13b-q2_K.bin + - filename: mistralmakise-merged-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q2_K.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q4_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q3_K.bin + model: mistralmakise-merged-13b.Q4_K_M.gguf files: - - filename: open-llama-13b-q3_K.bin + - filename: mistralmakise-merged-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k_l.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q4_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q3_K_L.bin + model: mistralmakise-merged-13b.Q4_K_S.gguf files: - - filename: open-llama-13b-q3_K_L.bin + - filename: mistralmakise-merged-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K_L.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q3_k_s.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q3_K_S.bin + model: mistralmakise-merged-13b.Q5_0.gguf files: - - filename: open-llama-13b-q3_K_S.bin + - filename: mistralmakise-merged-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q3_K_S.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_0.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q4_0.bin + model: mistralmakise-merged-13b.Q5_K_M.gguf files: - - filename: open-llama-13b-q4_0.bin + - filename: mistralmakise-merged-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_0.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_1.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q5_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q4_1.bin + model: mistralmakise-merged-13b.Q5_K_S.gguf files: - - filename: open-llama-13b-q4_1.bin + - filename: mistralmakise-merged-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_1.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_k.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q6_k.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q4_K.bin + model: mistralmakise-merged-13b.Q6_K.gguf files: - - filename: open-llama-13b-q4_K.bin + - filename: mistralmakise-merged-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_K.bin + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q4_k_s.bin + name: thebloke__mistralmakise-merged-13b-gguf__mistralmakise-merged-13b.q8_0.gguf license: apache-2.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF tags: + - transformers + - llama - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q4_K_S.bin + model: mistralmakise-merged-13b.Q8_0.gguf files: - - filename: open-llama-13b-q4_K_S.bin + - filename: mistralmakise-merged-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistralMakise-Merged-13B-GGUF/resolve/main/mistralmakise-merged-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q5_0.bin + model: mistrp-airoboros-7b.Q2_K.gguf files: - - filename: open-llama-13b-q5_0.bin + - filename: mistrp-airoboros-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_1.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q5_1.bin + model: mistrp-airoboros-7b.Q3_K_L.gguf files: - - filename: open-llama-13b-q5_1.bin + - filename: mistrp-airoboros-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_k.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q5_K.bin + model: mistrp-airoboros-7b.Q3_K_M.gguf files: - - filename: open-llama-13b-q5_K.bin + - filename: mistrp-airoboros-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q5_k_s.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q5_K_S.bin + model: mistrp-airoboros-7b.Q3_K_S.gguf files: - - filename: open-llama-13b-q5_K_S.bin + - filename: mistrp-airoboros-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q6_k.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q6_K.bin + model: mistrp-airoboros-7b.Q4_0.gguf files: - - filename: open-llama-13b-q6_K.bin + - filename: mistrp-airoboros-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_13b_ggml__open-llama-13b-q8_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_13b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-q8_0.bin + model: mistrp-airoboros-7b.Q4_K_M.gguf files: - - filename: open-llama-13b-q8_0.bin + - filename: mistrp-airoboros-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_13b_ggml/resolve/main/open-llama-13b-q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-f16.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-f16.bin + model: mistrp-airoboros-7b.Q4_K_S.gguf files: - - filename: open-llama-3b-f16.bin + - filename: mistrp-airoboros-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-f16.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-q4_0.bin + model: mistrp-airoboros-7b.Q5_0.gguf files: - - filename: open-llama-3b-q4_0.bin + - filename: mistrp-airoboros-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-q4_1.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-q4_1.bin + model: mistrp-airoboros-7b.Q5_K_M.gguf files: - - filename: open-llama-3b-q4_1.bin + - filename: mistrp-airoboros-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-q5_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-q5_0.bin + model: mistrp-airoboros-7b.Q5_K_S.gguf files: - - filename: open-llama-3b-q5_0.bin + - filename: mistrp-airoboros-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-q5_1.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-q5_1.bin + model: mistrp-airoboros-7b.Q6_K.gguf files: - - filename: open-llama-3b-q5_1.bin + - filename: mistrp-airoboros-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_ggml__open-llama-3b-q8_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/airoboros.yaml + name: thebloke__mistrp-airoboros-7b-gguf__mistrp-airoboros-7b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_ggml + - https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF tags: - - license:apache-2.0 + - transformers + - mistral + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-q8_0.bin + model: mistrp-airoboros-7b.Q8_0.gguf files: - - filename: open-llama-3b-q8_0.bin + - filename: mistrp-airoboros-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_ggml/resolve/main/open-llama-3b-q8_0.bin + uri: https://huggingface.co/TheBloke/MistRP-Airoboros-7B-GGUF/resolve/main/mistrp-airoboros-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-f16.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-f16.bin + model: mlewd-l2-chat-13b.Q2_K.gguf files: - - filename: open-llama-3b-v2-f16.bin + - filename: mlewd-l2-chat-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-f16.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q4_0.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-q4_0.bin + model: mlewd-l2-chat-13b.Q3_K_L.gguf files: - - filename: open-llama-3b-v2-q4_0.bin + - filename: mlewd-l2-chat-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q4_1.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-q4_1.bin + model: mlewd-l2-chat-13b.Q3_K_M.gguf files: - - filename: open-llama-3b-v2-q4_1.bin + - filename: mlewd-l2-chat-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q4_1.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q5_0.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-q5_0.bin + model: mlewd-l2-chat-13b.Q3_K_S.gguf files: - - filename: open-llama-3b-v2-q5_0.bin + - filename: mlewd-l2-chat-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q5_0.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q5_1.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-q5_1.bin + model: mlewd-l2-chat-13b.Q4_0.gguf files: - - filename: open-llama-3b-v2-q5_1.bin + - filename: mlewd-l2-chat-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_3b_v2_ggml__open-llama-3b-v2-q8_0.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-3b-v2-q8_0.bin + model: mlewd-l2-chat-13b.Q4_K_M.gguf files: - - filename: open-llama-3b-v2-q8_0.bin + - filename: mlewd-l2-chat-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-q8_0.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-f16.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-f16.bin + model: mlewd-l2-chat-13b.Q4_K_S.gguf files: - - filename: open-llama-7b-f16.bin + - filename: mlewd-l2-chat-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-f16.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q2_k.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q2_K.bin + model: mlewd-l2-chat-13b.Q5_0.gguf files: - - filename: open-llama-7b-q2_K.bin + - filename: mlewd-l2-chat-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q2_K.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q3_K.bin + model: mlewd-l2-chat-13b.Q5_K_M.gguf files: - - filename: open-llama-7b-q3_K.bin + - filename: mlewd-l2-chat-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k_l.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q3_K_L.bin + model: mlewd-l2-chat-13b.Q5_K_S.gguf files: - - filename: open-llama-7b-q3_K_L.bin + - filename: mlewd-l2-chat-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K_L.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q3_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q3_K_S.bin + model: mlewd-l2-chat-13b.Q6_K.gguf files: - - filename: open-llama-7b-q3_K_S.bin + - filename: mlewd-l2-chat-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q3_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_0.bin - license: apache-2.0 + name: thebloke__mlewd-l2-chat-13b-gguf__mlewd-l2-chat-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q4_0.bin + model: mlewd-l2-chat-13b.Q8_0.gguf files: - - filename: open-llama-7b-q4_0.bin + - filename: mlewd-l2-chat-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewd-L2-Chat-13B-GGUF/resolve/main/mlewd-l2-chat-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_1.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q4_1.bin + model: mlewd-remm-l2-chat-20b.Q2_K.gguf files: - - filename: open-llama-7b-q4_1.bin + - filename: mlewd-remm-l2-chat-20b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_1.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_k.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q4_K.bin + model: mlewd-remm-l2-chat-20b.Q3_K_L.gguf files: - - filename: open-llama-7b-q4_K.bin + - filename: mlewd-remm-l2-chat-20b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_K.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q4_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q4_K_S.bin + model: mlewd-remm-l2-chat-20b.Q3_K_M.gguf files: - - filename: open-llama-7b-q4_K_S.bin + - filename: mlewd-remm-l2-chat-20b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q4_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_0.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q5_0.bin + model: mlewd-remm-l2-chat-20b.Q3_K_S.gguf files: - - filename: open-llama-7b-q5_0.bin + - filename: mlewd-remm-l2-chat-20b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_0.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_1.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q5_1.bin + model: mlewd-remm-l2-chat-20b.Q4_0.gguf files: - - filename: open-llama-7b-q5_1.bin + - filename: mlewd-remm-l2-chat-20b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_k.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q5_K.bin + model: mlewd-remm-l2-chat-20b.Q4_K_M.gguf files: - - filename: open-llama-7b-q5_K.bin + - filename: mlewd-remm-l2-chat-20b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_K.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q5_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q5_K_S.bin + model: mlewd-remm-l2-chat-20b.Q4_K_S.gguf files: - - filename: open-llama-7b-q5_K_S.bin + - filename: mlewd-remm-l2-chat-20b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q5_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q6_k.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q6_K.bin + model: mlewd-remm-l2-chat-20b.Q5_0.gguf files: - - filename: open-llama-7b-q6_K.bin + - filename: mlewd-remm-l2-chat-20b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q6_K.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_ggml__open-llama-7b-q8_0.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-q8_0.bin + model: mlewd-remm-l2-chat-20b.Q5_K_M.gguf files: - - filename: open-llama-7b-q8_0.bin + - filename: mlewd-remm-l2-chat-20b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_ggml/resolve/main/open-llama-7b-q8_0.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-f16.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-f16.bin + model: mlewd-remm-l2-chat-20b.Q5_K_S.gguf files: - - filename: open-llama-7b-v2-f16.bin + - filename: mlewd-remm-l2-chat-20b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-f16.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q2_k.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q2_K.bin + model: mlewd-remm-l2-chat-20b.Q6_K.gguf files: - - filename: open-llama-7b-v2-q2_K.bin + - filename: mlewd-remm-l2-chat-20b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q2_K.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_l.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-gguf__mlewd-remm-l2-chat-20b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q3_K_L.bin + model: mlewd-remm-l2-chat-20b.Q8_0.gguf files: - - filename: open-llama-7b-v2-q3_K_L.bin + - filename: mlewd-remm-l2-chat-20b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_L.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-GGUF/resolve/main/mlewd-remm-l2-chat-20b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_m.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q3_K_M.bin + model: mlewd-remm-l2-chat-20b-inverted.Q2_K.gguf files: - - filename: open-llama-7b-v2-q3_K_M.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q2_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_M.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q3_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q3_K_S.bin + model: mlewd-remm-l2-chat-20b-inverted.Q3_K_L.gguf files: - - filename: open-llama-7b-v2-q3_K_S.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q3_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_0.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q4_0.bin + model: mlewd-remm-l2-chat-20b-inverted.Q3_K_M.gguf files: - - filename: open-llama-7b-v2-q4_0.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_1.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q4_1.bin + model: mlewd-remm-l2-chat-20b-inverted.Q3_K_S.gguf files: - - filename: open-llama-7b-v2-q4_1.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_1.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_k_m.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q4_K_M.bin + model: mlewd-remm-l2-chat-20b-inverted.Q4_0.gguf files: - - filename: open-llama-7b-v2-q4_K_M.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q4_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_K_M.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q4_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q4_K_S.bin + model: mlewd-remm-l2-chat-20b-inverted.Q4_K_M.gguf files: - - filename: open-llama-7b-v2-q4_K_S.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q4_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_0.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q5_0.bin + model: mlewd-remm-l2-chat-20b-inverted.Q4_K_S.gguf files: - - filename: open-llama-7b-v2-q5_0.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_0.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_1.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q5_1.bin + model: mlewd-remm-l2-chat-20b-inverted.Q5_0.gguf files: - - filename: open-llama-7b-v2-q5_1.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q5_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_k_m.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q5_K_M.bin + model: mlewd-remm-l2-chat-20b-inverted.Q5_K_M.gguf files: - - filename: open-llama-7b-v2-q5_K_M.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_K_M.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q5_k_s.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q5_K_S.bin + model: mlewd-remm-l2-chat-20b-inverted.Q5_K_S.gguf files: - - filename: open-llama-7b-v2-q5_K_S.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q5_K_S.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q6_k.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q6_K.bin + model: mlewd-remm-l2-chat-20b-inverted.Q6_K.gguf files: - - filename: open-llama-7b-v2-q6_K.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q6_K.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q6_K.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: slyecho__open_llama_7b_v2_ggml__open-llama-7b-v2-q8_0.bin - license: apache-2.0 + name: thebloke__mlewd-remm-l2-chat-20b-inverted-gguf__mlewd-remm-l2-chat-20b-inverted.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml + - https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-q8_0.bin + model: mlewd-remm-l2-chat-20b-inverted.Q8_0.gguf files: - - filename: open-llama-7b-v2-q8_0.bin + - filename: mlewd-remm-l2-chat-20b-inverted.Q8_0.gguf sha256: "" - uri: https://huggingface.co/SlyEcho/open_llama_7b_v2_ggml/resolve/main/open-llama-7b-v2-q8_0.bin + uri: https://huggingface.co/TheBloke/MLewd-ReMM-L2-Chat-20B-Inverted-GGUF/resolve/main/mlewd-remm-l2-chat-20b-inverted.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sosaka__alpaca-native-4bit-ggml__ggml-alpaca-7b-q4.bin - license: other + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-alpaca-7b-q4.bin + model: mlewdboros-l2-13b.Q2_K.gguf files: - - filename: ggml-alpaca-7b-q4.bin + - filename: mlewdboros-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/resolve/main/ggml-alpaca-7b-q4.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sosaka__gpt4all-7b-4bit-ggml__gpt4all-lora-quantized.bin - license: other + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sosaka/GPT4All-7B-4bit-ggml + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-lora-quantized.bin + model: mlewdboros-l2-13b.Q3_K_L.gguf files: - - filename: gpt4all-lora-quantized.bin + - filename: mlewdboros-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/Sosaka/GPT4All-7B-4bit-ggml/resolve/main/gpt4all-lora-quantized.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: sosaka__llama-7b-ggml-4bit-old__ggml-model-q4_0.bin - license: other + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sosaka/LLaMa-7B-ggml-4bit-OLD + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-q4_0.bin + model: mlewdboros-l2-13b.Q3_K_M.gguf files: - - filename: ggml-model-q4_0.bin + - filename: mlewdboros-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/Sosaka/LLaMa-7B-ggml-4bit-OLD/resolve/main/ggml-model-q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: sosaka__vicuna-7b-4bit-ggml__vicuna-7b-1.1-ggml_q4_0-ggjt_v3.bin - license: other + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sosaka/Vicuna-7B-4bit-ggml + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin + model: mlewdboros-l2-13b.Q3_K_S.gguf files: - - filename: vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin + - filename: mlewdboros-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/Sosaka/Vicuna-7B-4bit-ggml/resolve/main/vicuna-7B-1.1-ggml_q4_0-ggjt_v3.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: soulteary__chinese-llama-2-7b-ggml-q4__chinese-llama-2-7b-ggml-q4.bin - license: openrail + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/soulteary/Chinese-Llama-2-7b-ggml-q4 + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - adapter-transformers - - token-classification - - dataset:Open-Orca/OpenOrca - - license:openrail - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Chinese-Llama-2-7b-ggml-q4.bin + model: mlewdboros-l2-13b.Q4_0.gguf files: - - filename: Chinese-Llama-2-7b-ggml-q4.bin + - filename: mlewdboros-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/soulteary/Chinese-Llama-2-7b-ggml-q4/resolve/main/Chinese-Llama-2-7b-ggml-q4.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: sovenok-hacker__ggml-openllama-3b-q4_0__ggml-openllama-3b-350bt-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0 + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - en + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-openllama-3b-350bt-q4_0.bin + model: mlewdboros-l2-13b.Q4_K_M.gguf files: - - filename: ggml-openllama-3b-350bt-q4_0.bin + - filename: mlewdboros-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0/resolve/main/ggml-openllama-3b-350bt-q4_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: sovenok-hacker__ggml-openllama-3b-q4_0__ggml-openllama-3b-600bt-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0 + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - en + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-openllama-3b-600bt-q4_0.bin + model: mlewdboros-l2-13b.Q4_K_S.gguf files: - - filename: ggml-openllama-3b-600bt-q4_0.bin + - filename: mlewdboros-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/Sovenok-Hacker/ggml-openllama-3b-q4_0/resolve/main/ggml-openllama-3b-600bt-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-f16.bin - license: apache-2.0 + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + model: mlewdboros-l2-13b.Q5_0.gguf files: - - filename: KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + - filename: mlewdboros-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-q4_2.bin - license: apache-2.0 + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin + model: mlewdboros-l2-13b.Q5_K_M.gguf files: - - filename: KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin + - filename: mlewdboros-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-polyglot-12.8B-ggml-model-q4_2.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-koalpaca-polyglot-12.8b__koalpaca-polyglot-12.8b-ggml-model-q5_1.bin - license: apache-2.0 + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin + model: mlewdboros-l2-13b.Q5_K_S.gguf files: - - filename: KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin + - filename: mlewdboros-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-KoAlpaca-Polyglot-12.8B/resolve/main/KoAlpaca-Polyglot-12.8B-ggml-model-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-polyglot-ko-12.8b-q4__ggml-polyglot-ko-12.8b-f16.bin - license: apache-2.0 + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4 + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-polyglot-ko-12.8b-f16.bin + model: mlewdboros-l2-13b.Q6_K.gguf files: - - filename: ggml-polyglot-ko-12.8b-f16.bin + - filename: mlewdboros-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4/resolve/main/ggml-polyglot-ko-12.8b-f16.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-polyglot-ko-12.8b-q4__ggml-polyglot-ko-12.8b-q4_2.bin - license: apache-2.0 + name: thebloke__mlewdboros-l2-13b-gguf__mlewdboros-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4 + - https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-polyglot-ko-12.8B-q4_2.bin + model: mlewdboros-l2-13b.Q8_0.gguf files: - - filename: ggml-polyglot-ko-12.8B-q4_2.bin + - filename: mlewdboros-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-polyglot-ko-12.8b-q4/resolve/main/ggml-polyglot-ko-12.8B-q4_2.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-L2-13B-GGUF/resolve/main/mlewdboros-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-polyglot-ko-5.8b-q4__ggml-polyglot-ko-5.8b-f16.bin - license: apache-2.0 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4 + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-polyglot-ko-5.8B-f16.bin + model: mlewdboros-lrpsgpt-2char-13b.Q2_K.gguf files: - - filename: ggml-polyglot-ko-5.8B-f16.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4/resolve/main/ggml-polyglot-ko-5.8B-f16.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: squarelike__ggml-polyglot-ko-5.8b-q4__ggml-polyglot-ko-5.8b-q4_2.bin - license: apache-2.0 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4 + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - license:apache-2.0 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-polyglot-ko-5.8B-q4_2.bin + model: mlewdboros-lrpsgpt-2char-13b.Q3_K_L.gguf files: - - filename: ggml-polyglot-ko-5.8B-q4_2.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/squarelike/ggml-polyglot-ko-5.8B-q4/resolve/main/ggml-polyglot-ko-5.8B-q4_2.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-f16.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-f16.bin + model: mlewdboros-lrpsgpt-2char-13b.Q3_K_M.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-f16.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-f16.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q4_0.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-q4_0.bin + model: mlewdboros-lrpsgpt-2char-13b.Q3_K_S.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-q4_0.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q4_1.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-q4_1.bin + model: mlewdboros-lrpsgpt-2char-13b.Q4_0.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-q4_1.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q4_1.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q5_0.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-q5_0.bin + model: mlewdboros-lrpsgpt-2char-13b.Q4_K_M.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-q5_0.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q5_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q5_1.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-q5_1.bin + model: mlewdboros-lrpsgpt-2char-13b.Q4_K_S.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-q5_1.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-ggml__llama-2-ko-7b-chat-ggml-q8_0.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 - - has_space + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-ggml-q8_0.bin + model: mlewdboros-lrpsgpt-2char-13b.Q5_0.gguf files: - - filename: Llama-2-ko-7B-chat-ggml-q8_0.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/resolve/main/Llama-2-ko-7B-chat-ggml-q8_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q4_0.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-gguf-q4_0.bin + model: mlewdboros-lrpsgpt-2char-13b.Q5_K_M.gguf files: - - filename: Llama-2-ko-7B-chat-gguf-q4_0.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q4_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q4_1.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-gguf-q4_1.bin + model: mlewdboros-lrpsgpt-2char-13b.Q5_K_S.gguf files: - - filename: Llama-2-ko-7B-chat-gguf-q4_1.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q4_1.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q5_0.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-gguf-q5_0.bin + model: mlewdboros-lrpsgpt-2char-13b.Q6_K.gguf files: - - filename: Llama-2-ko-7B-chat-gguf-q5_0.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q5_0.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q5_1.bin - license: llama2 + name: thebloke__mlewdboros-lrpsgpt-2char-13b-gguf__mlewdboros-lrpsgpt-2char-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + - https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF tags: - - ko - - arxiv:2307.09288 - - license:llama2 + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-gguf-q5_1.bin + model: mlewdboros-lrpsgpt-2char-13b.Q8_0.gguf files: - - filename: Llama-2-ko-7B-chat-gguf-q5_1.bin + - filename: mlewdboros-lrpsgpt-2char-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q5_1.bin + uri: https://huggingface.co/TheBloke/MLewdBoros-LRPSGPT-2Char-13B-GGUF/resolve/main/mlewdboros-lrpsgpt-2char-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-chat-gguf__llama-2-ko-7b-chat-gguf-q8_0.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7B-chat-gguf-q8_0.bin + model: model_007-70b.ggmlv3.Q2_K.bin files: - - filename: Llama-2-ko-7B-chat-gguf-q8_0.bin + - filename: model_007-70b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/resolve/main/Llama-2-ko-7B-chat-gguf-q8_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-f16.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-f16.bin + model: model_007-70b.ggmlv3.Q3_K_L.bin files: - - filename: Llama-2-ko-7b-ggml-f16.bin + - filename: model_007-70b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-f16.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-f32.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-f32.bin + model: model_007-70b.ggmlv3.Q3_K_M.bin files: - - filename: Llama-2-ko-7b-ggml-f32.bin + - filename: model_007-70b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-f32.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q4_0.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-q4_0.bin + model: model_007-70b.ggmlv3.Q3_K_S.bin files: - - filename: Llama-2-ko-7b-ggml-q4_0.bin + - filename: model_007-70b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q4_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q4_1.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-q4_1.bin + model: model_007-70b.ggmlv3.Q4_0.bin files: - - filename: Llama-2-ko-7b-ggml-q4_1.bin + - filename: model_007-70b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q4_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q5_0.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-q5_0.bin + model: model_007-70b.ggmlv3.Q4_1.bin files: - - filename: Llama-2-ko-7b-ggml-q5_0.bin + - filename: model_007-70b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q5_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q5_1.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-q5_1.bin + model: model_007-70b.ggmlv3.Q4_K_M.bin files: - - filename: Llama-2-ko-7b-ggml-q5_1.bin + - filename: model_007-70b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q5_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: starfox7__llama-2-ko-7b-ggml__llama-2-ko-7b-ggml-q8_0.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - ko - - arxiv:2307.09288 + - transformers + - llama + - en + - arxiv:2306.02707 - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama-2-ko-7b-ggml-q8_0.bin + model: model_007-70b.ggmlv3.Q4_K_S.bin files: - - filename: Llama-2-ko-7b-ggml-q8_0.bin + - filename: model_007-70b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/StarFox7/Llama-2-ko-7B-ggml/resolve/main/Llama-2-ko-7b-ggml-q8_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: stignarnia__gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp__gpt4-x-alpaca-13b-ggml-q4_0.bin + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/stignarnia/gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - text-generation + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4-x-alpaca-13b-ggml-q4_0.bin + model: model_007-70b.ggmlv3.Q5_0.bin files: - - filename: gpt4-x-alpaca-13b-ggml-q4_0.bin + - filename: model_007-70b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/stignarnia/gpt4-x-alpaca-13b-ggml-q4_0-new-llama.cpp/resolve/main/gpt4-x-alpaca-13b-ggml-q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: substratusai__llama-2-13b-chat-gguf__model.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/substratusai/Llama-2-13B-chat-GGUF + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - - facebook - - meta - - pytorch + - transformers - llama - - llama-2 - - text-generation - en - - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: model.bin + model: model_007-70b.ggmlv3.Q5_K_M.bin files: - - filename: model.bin + - filename: model_007-70b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/substratusai/Llama-2-13B-chat-GGUF/resolve/main/model.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: symecloud__llama2-7b-chat-gguf__llama-2-7b-chat.gguf.q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/SymeCloud/Llama2-7b-Chat-GGUF + - https://huggingface.co/TheBloke/model_007-70B-GGML tags: - transformers - llama - - code - - llama-2 - en - - license:apache-2.0 - - endpoints_compatible + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.gguf.q4_0.bin + model: model_007-70b.ggmlv3.Q5_K_S.bin files: - - filename: llama-2-7b-chat.gguf.q4_0.bin + - filename: model_007-70b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/SymeCloud/Llama2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.gguf.q4_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: szymonrucinski__krakowiak-7b-gguf__krakowiak-7b.gguf.fp16.bin + name: thebloke__model_007-70b-gguf__model_007-70b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/szymonrucinski/krakowiak-7b-gguf + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: krakowiak-7b.gguf.fp16.bin + model: model_007-70b.Q2_K.gguf files: - - filename: krakowiak-7b.gguf.fp16.bin + - filename: model_007-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/szymonrucinski/krakowiak-7b-gguf/resolve/main/krakowiak-7b.gguf.fp16.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: szymonrucinski__krakowiak-7b-gguf__krakowiak-7b.gguf.q4_k_m.bin + name: thebloke__model_007-70b-gguf__model_007-70b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/szymonrucinski/krakowiak-7b-gguf + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: krakowiak-7b.gguf.q4_k_m.bin + model: model_007-70b.Q3_K_L.gguf files: - - filename: krakowiak-7b.gguf.q4_k_m.bin + - filename: model_007-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/szymonrucinski/krakowiak-7b-gguf/resolve/main/krakowiak-7b.gguf.q4_k_m.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: taiyouillusion__llama2-7b-jp-ggml-experimental__llama2-7b-jp-v0.0-ggml.q5_1.bin - license: other + name: thebloke__model_007-70b-gguf__model_007-70b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - - ja - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-7B-JP-v0.0-ggml.q5_1.bin + model: model_007-70b.Q3_K_M.gguf files: - - filename: Llama2-7B-JP-v0.0-ggml.q5_1.bin + - filename: model_007-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental/resolve/main/Llama2-7B-JP-v0.0-ggml.q5_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: taiyouillusion__llama2-7b-jp-ggml-experimental__llama2-7b-jp-v0.1-ggml.q5_1.bin - license: other + name: thebloke__model_007-70b-gguf__model_007-70b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - - ja - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Llama2-7B-JP-v0.1-ggml.q5_1.bin + model: model_007-70b.Q3_K_S.gguf files: - - filename: Llama2-7B-JP-v0.1-ggml.q5_1.bin + - filename: model_007-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TaiyouIllusion/Llama2-7B-JP-GGML-Experimental/resolve/main/Llama2-7B-JP-v0.1-ggml.q5_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: tawfikgh__llama2-ggml__ggml-model.ggml.q4_0.bin - license: other + name: thebloke__model_007-70b-gguf__model_007-70b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/tawfikgh/llama2-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - transformers - - pytorch - - license:other - - endpoints_compatible + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model.ggml.q4_0.bin + model: model_007-70b.Q4_0.gguf files: - - filename: ggml-model.ggml.q4_0.bin + - filename: model_007-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/tawfikgh/llama2-ggml/resolve/main/ggml-model.ggml.q4_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q4_0.bin - license: apache-2.0 + name: thebloke__model_007-70b-gguf__model_007-70b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - transformers - llama - - stable-diffusion - - instruct - - magic-prompt - - natural language inference - en - - dataset:Technotech/sd-prompt-instruct - - license:apache-2.0 - - endpoints_compatible + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: sd-prompt-instruct-ggml.q4_0.bin + model: model_007-70b.Q4_K_M.gguf files: - - filename: sd-prompt-instruct-ggml.q4_0.bin + - filename: model_007-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q4_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q4_1.bin - license: apache-2.0 + name: thebloke__model_007-70b-gguf__model_007-70b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - transformers - llama - - stable-diffusion - - instruct - - magic-prompt - - natural language inference - en - - dataset:Technotech/sd-prompt-instruct - - license:apache-2.0 - - endpoints_compatible + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: sd-prompt-instruct-ggml.q4_1.bin + model: model_007-70b.Q4_K_S.gguf files: - - filename: sd-prompt-instruct-ggml.q4_1.bin + - filename: model_007-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q4_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q5_0.bin - license: apache-2.0 + name: thebloke__model_007-70b-gguf__model_007-70b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - transformers - llama - - stable-diffusion - - instruct - - magic-prompt - - natural language inference - en - - dataset:Technotech/sd-prompt-instruct - - license:apache-2.0 - - endpoints_compatible + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: sd-prompt-instruct-ggml.q5_0.bin + model: model_007-70b.Q5_0.gguf files: - - filename: sd-prompt-instruct-ggml.q5_0.bin + - filename: model_007-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q5_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: technotech__sd-prompt-instruct-3b-epoch-0.4-ggml__sd-prompt-instruct-ggml.q5_1.bin - license: apache-2.0 + name: thebloke__model_007-70b-gguf__model_007-70b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: - transformers - llama - - stable-diffusion - - instruct - - magic-prompt - - natural language inference - en - - dataset:Technotech/sd-prompt-instruct - - license:apache-2.0 - - endpoints_compatible + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: sd-prompt-instruct-ggml.q5_1.bin + model: model_007-70b.Q5_K_M.gguf files: - - filename: sd-prompt-instruct-ggml.q5_1.bin + - filename: model_007-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/Technotech/sd-prompt-instruct-3b-epoch-0.4-ggml/resolve/main/sd-prompt-instruct-ggml.q5_1.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-13b-ggml__metharme-13b-q4_0.bin + name: thebloke__model_007-70b-gguf__model_007-70b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TehVenom/Metharme-13b-GGML + - https://huggingface.co/TheBloke/model_007-70B-GGUF tags: + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Metharme-13b-Q4_0.bin + model: model_007-70b.Q5_K_S.gguf files: - - filename: Metharme-13b-Q4_0.bin + - filename: model_007-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q4_0.bin + uri: https://huggingface.co/TheBloke/model_007-70B-GGUF/resolve/main/model_007-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-13b-ggml__metharme-13b-q4_1.bin + name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q4_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TehVenom/Metharme-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-chat-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:camel-ai/code + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final + - dataset:teknium1/GPTeacher/codegen-isntruct + - dataset:timdettmers/openassistant-guanaco + - dataset:camel-ai/math + - dataset:project-baize/baize-chatbot/medical_chat_data + - dataset:project-baize/baize-chatbot/quora_chat_data + - dataset:project-baize/baize-chatbot/stackoverflow_chat_data + - dataset:camel-ai/biology + - dataset:camel-ai/chemistry + - dataset:camel-ai/ai_society + - dataset:jondurbin/airoboros-gpt4-1.2 + - dataset:LongConversations + - dataset:camel-ai/physics + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Metharme-13b-Q4_1.bin + model: mpt-30b-chat.ggmlv0.q4_0.bin files: - - filename: Metharme-13b-Q4_1.bin + - filename: mpt-30b-chat.ggmlv0.q4_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q4_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-13b-ggml__metharme-13b-q5_0.bin + name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q4_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TehVenom/Metharme-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-chat-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:camel-ai/code + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final + - dataset:teknium1/GPTeacher/codegen-isntruct + - dataset:timdettmers/openassistant-guanaco + - dataset:camel-ai/math + - dataset:project-baize/baize-chatbot/medical_chat_data + - dataset:project-baize/baize-chatbot/quora_chat_data + - dataset:project-baize/baize-chatbot/stackoverflow_chat_data + - dataset:camel-ai/biology + - dataset:camel-ai/chemistry + - dataset:camel-ai/ai_society + - dataset:jondurbin/airoboros-gpt4-1.2 + - dataset:LongConversations + - dataset:camel-ai/physics + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Metharme-13b-Q5_0.bin + model: mpt-30b-chat.ggmlv0.q4_1.bin files: - - filename: Metharme-13b-Q5_0.bin + - filename: mpt-30b-chat.ggmlv0.q4_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q5_0.bin + uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-13b-ggml__metharme-13b-q5_1.bin + name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q5_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TehVenom/Metharme-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-chat-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:camel-ai/code + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final + - dataset:teknium1/GPTeacher/codegen-isntruct + - dataset:timdettmers/openassistant-guanaco + - dataset:camel-ai/math + - dataset:project-baize/baize-chatbot/medical_chat_data + - dataset:project-baize/baize-chatbot/quora_chat_data + - dataset:project-baize/baize-chatbot/stackoverflow_chat_data + - dataset:camel-ai/biology + - dataset:camel-ai/chemistry + - dataset:camel-ai/ai_society + - dataset:jondurbin/airoboros-gpt4-1.2 + - dataset:LongConversations + - dataset:camel-ai/physics + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Metharme-13b-Q5_1.bin + model: mpt-30b-chat.ggmlv0.q5_0.bin files: - - filename: Metharme-13b-Q5_1.bin + - filename: mpt-30b-chat.ggmlv0.q5_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q5_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-13b-ggml__metharme-13b-q8_0.bin + name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q5_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TehVenom/Metharme-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-chat-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:camel-ai/code + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final + - dataset:teknium1/GPTeacher/codegen-isntruct + - dataset:timdettmers/openassistant-guanaco + - dataset:camel-ai/math + - dataset:project-baize/baize-chatbot/medical_chat_data + - dataset:project-baize/baize-chatbot/quora_chat_data + - dataset:project-baize/baize-chatbot/stackoverflow_chat_data + - dataset:camel-ai/biology + - dataset:camel-ai/chemistry + - dataset:camel-ai/ai_society + - dataset:jondurbin/airoboros-gpt4-1.2 + - dataset:LongConversations + - dataset:camel-ai/physics + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Metharme-13b-Q8_0.bin + model: mpt-30b-chat.ggmlv0.q5_1.bin files: - - filename: Metharme-13b-Q8_0.bin + - filename: mpt-30b-chat.ggmlv0.q5_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-13b-GGML/resolve/main/Metharme-13b-Q8_0.bin + uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-7b-4bit-q4_1-ggml__metharme-7b-4bit-q4_1-ggml-v2.bin + name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q8_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TehVenom/Metharme-7b-4bit-Q4_1-GGML + - https://huggingface.co/TheBloke/mpt-30B-chat-GGML tags: - - text generation - - instruct - - text-generation - - en + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:camel-ai/code + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final + - dataset:teknium1/GPTeacher/codegen-isntruct + - dataset:timdettmers/openassistant-guanaco + - dataset:camel-ai/math + - dataset:project-baize/baize-chatbot/medical_chat_data + - dataset:project-baize/baize-chatbot/quora_chat_data + - dataset:project-baize/baize-chatbot/stackoverflow_chat_data + - dataset:camel-ai/biology + - dataset:camel-ai/chemistry + - dataset:camel-ai/ai_society + - dataset:jondurbin/airoboros-gpt4-1.2 + - dataset:LongConversations + - dataset:camel-ai/physics + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Metharme-7b-4bit-Q4_1-GGML-V2.bin + model: mpt-30b-chat.ggmlv0.q8_0.bin files: - - filename: Metharme-7b-4bit-Q4_1-GGML-V2.bin + - filename: mpt-30b-chat.ggmlv0.q8_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-7b-4bit-Q4_1-GGML/resolve/main/Metharme-7b-4bit-Q4_1-GGML-V2.bin + uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__metharme-7b-4bit-q5_1-ggml__metharme-7b-4bit-q5_1-ggml-v2.bin + name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q4_0.bin + license: other urls: - - https://huggingface.co/TehVenom/Metharme-7b-4bit-Q5_1-GGML + - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML tags: + - license:other - region:us overrides: parameters: - model: Metharme-7b-4bit-Q5_1-GGML-V2.bin + model: mpt-30b-dolphin-v2.ggmlv1.q4_0.bin files: - - filename: Metharme-7b-4bit-Q5_1-GGML-V2.bin + - filename: mpt-30b-dolphin-v2.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Metharme-7b-4bit-Q5_1-GGML/resolve/main/Metharme-7b-4bit-Q5_1-GGML-V2.bin + uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-f16.bin + name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q4_1.bin + license: other urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML tags: + - license:other - region:us overrides: parameters: - model: Pygmalion-13b-F16.bin + model: mpt-30b-dolphin-v2.ggmlv1.q4_1.bin files: - - filename: Pygmalion-13b-F16.bin + - filename: mpt-30b-dolphin-v2.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-F16.bin + uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q4_0.bin + name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q5_0.bin + license: other urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML tags: + - license:other - region:us overrides: parameters: - model: Pygmalion-13b-Q4_0.bin + model: mpt-30b-dolphin-v2.ggmlv1.q5_0.bin files: - - filename: Pygmalion-13b-Q4_0.bin + - filename: mpt-30b-dolphin-v2.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q4_0.bin + uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q4_1.bin + name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q5_1.bin + license: other urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML tags: + - license:other - region:us overrides: parameters: - model: Pygmalion-13b-Q4_1.bin + model: mpt-30b-dolphin-v2.ggmlv1.q5_1.bin files: - - filename: Pygmalion-13b-Q4_1.bin + - filename: mpt-30b-dolphin-v2.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q4_1.bin + uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q5_0.bin + name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q8_0.bin + license: other urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML tags: + - license:other - region:us overrides: parameters: - model: Pygmalion-13b-Q5_0.bin + model: mpt-30b-dolphin-v2.ggmlv1.q8_0.bin files: - - filename: Pygmalion-13b-Q5_0.bin + - filename: mpt-30b-dolphin-v2.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q5_0.bin + uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q5_1.bin + name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:allenai/c4 + - dataset:mc4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack-dedup + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-13b-Q5_1.bin + model: mpt-30b.ggmlv0.q4_0.bin files: - - filename: Pygmalion-13b-Q5_1.bin + - filename: mpt-30b.ggmlv0.q4_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q5_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-13b-ggml__pygmalion-13b-q8_0.bin + name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TehVenom/Pygmalion-13b-GGML + - https://huggingface.co/TheBloke/mpt-30B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:allenai/c4 + - dataset:mc4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack-dedup + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-13b-Q8_0.bin + model: mpt-30b.ggmlv0.q4_1.bin files: - - filename: Pygmalion-13b-Q8_0.bin + - filename: mpt-30b.ggmlv0.q4_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-13b-GGML/resolve/main/Pygmalion-13b-Q8_0.bin + uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-7b-4bit-q4_1-ggml__pygmalion-7b-4bit-q4_1-ggml-v2.bin + name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML + - https://huggingface.co/TheBloke/mpt-30B-GGML tags: - - text generation - - conversational - - text-generation - - en + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:allenai/c4 + - dataset:mc4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack-dedup + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-7b-4bit-Q4_1-GGML-V2.bin + model: mpt-30b.ggmlv0.q5_0.bin files: - - filename: Pygmalion-7b-4bit-Q4_1-GGML-V2.bin + - filename: mpt-30b.ggmlv0.q5_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML-V2.bin + uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-7b-4bit-q4_1-ggml__pygmalion-7b-4bit-q4_1-ggml.bin + name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML + - https://huggingface.co/TheBloke/mpt-30B-GGML tags: - - text generation - - conversational - - text-generation - - en + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:allenai/c4 + - dataset:mc4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack-dedup + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-7b-4bit-Q4_1-GGML.bin + model: mpt-30b.ggmlv0.q5_1.bin files: - - filename: Pygmalion-7b-4bit-Q4_1-GGML.bin + - filename: mpt-30b.ggmlv0.q5_1.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q4_1-GGML/resolve/main/Pygmalion-7b-4bit-Q4_1-GGML.bin + uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tehvenom__pygmalion-7b-4bit-q5_1-ggml__pygmalion-7b-4bit-q5_1-ggml-v2.bin + name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q5_1-GGML + - https://huggingface.co/TheBloke/mpt-30B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:allenai/c4 + - dataset:mc4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack-dedup + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Pygmalion-7b-4bit-Q5_1-GGML-V2.bin + model: mpt-30b.ggmlv0.q8_0.bin files: - - filename: Pygmalion-7b-4bit-Q5_1-GGML-V2.bin + - filename: mpt-30b.ggmlv0.q8_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/Pygmalion-7b-4bit-Q5_1-GGML/resolve/main/Pygmalion-7b-4bit-Q5_1-GGML-V2.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: tehvenom__wizardlm-13b-uncensored-q5_1-ggml__wizardml-unc-13b-q5_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q4_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/TehVenom/WizardLM-13B-Uncensored-Q5_1-GGML + - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:competition_math + - dataset:conceptofmind/cot_submix_original/cot_gsm8k + - dataset:knkarthick/dialogsum + - dataset:mosaicml/dolly_hhrlhf + - dataset:duorc + - dataset:tau/scrolls/qasper + - dataset:emozilla/quality + - dataset:scrolls/summ_screen_fd + - dataset:spider + - arxiv:2205.14135 + - arxiv:2108.12409 + - license:cc-by-sa-3.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardML-Unc-13b-Q5_1.bin + model: mpt-30b-instruct.ggmlv0.q4_0.bin files: - - filename: WizardML-Unc-13b-Q5_1.bin + - filename: mpt-30b-instruct.ggmlv0.q4_0.bin sha256: "" - uri: https://huggingface.co/TehVenom/WizardLM-13B-Uncensored-Q5_1-GGML/resolve/main/WizardML-Unc-13b-Q5_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: tekkithorse__gpt-j-6b-pny-ggml__ggml-model-f16.bin + name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q4_1.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML + - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML tags: - transformers - - pytorch - - gptj - - text-generation - - endpoints_compatible + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:competition_math + - dataset:conceptofmind/cot_submix_original/cot_gsm8k + - dataset:knkarthick/dialogsum + - dataset:mosaicml/dolly_hhrlhf + - dataset:duorc + - dataset:tau/scrolls/qasper + - dataset:emozilla/quality + - dataset:scrolls/summ_screen_fd + - dataset:spider + - arxiv:2205.14135 + - arxiv:2108.12409 + - license:cc-by-sa-3.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-model-f16.bin + model: mpt-30b-instruct.ggmlv0.q4_1.bin files: - - filename: ggml-model-f16.bin + - filename: mpt-30b-instruct.ggmlv0.q4_1.bin sha256: "" - uri: https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML/resolve/main/ggml-model-f16.bin + uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: tekkithorse__gpt-j-6b-pny-ggml__ggml-q4_1.bin + name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q5_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML + - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML tags: - transformers - - pytorch - - gptj - - text-generation - - endpoints_compatible + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:competition_math + - dataset:conceptofmind/cot_submix_original/cot_gsm8k + - dataset:knkarthick/dialogsum + - dataset:mosaicml/dolly_hhrlhf + - dataset:duorc + - dataset:tau/scrolls/qasper + - dataset:emozilla/quality + - dataset:scrolls/summ_screen_fd + - dataset:spider + - arxiv:2205.14135 + - arxiv:2108.12409 + - license:cc-by-sa-3.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-q4_1.bin + model: mpt-30b-instruct.ggmlv0.q5_0.bin files: - - filename: ggml-q4_1.bin + - filename: mpt-30b-instruct.ggmlv0.q5_0.bin sha256: "" - uri: https://huggingface.co/tekkithorse/GPT-J-6B-PNY-GGML/resolve/main/ggml-q4_1.bin + uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q4_0.bin + name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q5_1.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML tags: - - code + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:competition_math + - dataset:conceptofmind/cot_submix_original/cot_gsm8k + - dataset:knkarthick/dialogsum + - dataset:mosaicml/dolly_hhrlhf + - dataset:duorc + - dataset:tau/scrolls/qasper + - dataset:emozilla/quality + - dataset:scrolls/summ_screen_fd + - dataset:spider + - arxiv:2205.14135 + - arxiv:2108.12409 + - license:cc-by-sa-3.0 + - text-generation-inference - region:us overrides: parameters: - model: CodeLlama-7b-Python.GGUF.q4_0.bin + model: mpt-30b-instruct.ggmlv0.q5_1.bin files: - - filename: CodeLlama-7b-Python.GGUF.q4_0.bin + - filename: mpt-30b-instruct.ggmlv0.q5_1.bin sha256: "" - uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q4_0.bin + uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q5_0.bin + name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q8_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML tags: - - code + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:competition_math + - dataset:conceptofmind/cot_submix_original/cot_gsm8k + - dataset:knkarthick/dialogsum + - dataset:mosaicml/dolly_hhrlhf + - dataset:duorc + - dataset:tau/scrolls/qasper + - dataset:emozilla/quality + - dataset:scrolls/summ_screen_fd + - dataset:spider + - arxiv:2205.14135 + - arxiv:2108.12409 + - license:cc-by-sa-3.0 + - text-generation-inference - region:us overrides: parameters: - model: CodeLlama-7b-Python.GGUF.q5_0.bin + model: mpt-30b-instruct.ggmlv0.q8_0.bin files: - - filename: CodeLlama-7b-Python.GGUF.q5_0.bin + - filename: mpt-30b-instruct.ggmlv0.q8_0.bin sha256: "" - uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q5_0.bin + uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: teleprint-me__codellama-7b-python-gguf__codellama-7b-python.gguf.q8_0.bin + name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q4_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF + - https://huggingface.co/TheBloke/mpt-7b-chat-GGML tags: - - code + - Composer + - MosaicML + - llm-foundry + - dataset:jeffwan/sharegpt_vicuna + - dataset:Hello-SimpleAI/HC3 + - dataset:tatsu-lab/alpaca + - dataset:Anthropic/hh-rlhf + - dataset:victor123/evol_instruct_70k + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: CodeLlama-7b-Python.GGUF.q8_0.bin + model: mpt-7b-chat.ggmlv0.q4_0.bin files: - - filename: CodeLlama-7b-Python.GGUF.q8_0.bin + - filename: mpt-7b-chat.ggmlv0.q4_0.bin sha256: "" - uri: https://huggingface.co/teleprint-me/CodeLlama-7b-Python-GGUF/resolve/main/CodeLlama-7b-Python.GGUF.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q4_0.bin + uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q4_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF + - https://huggingface.co/TheBloke/mpt-7b-chat-GGML tags: - - code + - Composer + - MosaicML + - llm-foundry + - dataset:jeffwan/sharegpt_vicuna + - dataset:Hello-SimpleAI/HC3 + - dataset:tatsu-lab/alpaca + - dataset:Anthropic/hh-rlhf + - dataset:victor123/evol_instruct_70k + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: llama-2-7b-chat.GGUF.q4_0.bin + model: mpt-7b-chat.ggmlv0.q4_1.bin files: - - filename: llama-2-7b-chat.GGUF.q4_0.bin + - filename: mpt-7b-chat.ggmlv0.q4_1.bin sha256: "" - uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF/resolve/main/llama-2-7b-chat.GGUF.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q5_0.bin + uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q5_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF + - https://huggingface.co/TheBloke/mpt-7b-chat-GGML tags: - - code + - Composer + - MosaicML + - llm-foundry + - dataset:jeffwan/sharegpt_vicuna + - dataset:Hello-SimpleAI/HC3 + - dataset:tatsu-lab/alpaca + - dataset:Anthropic/hh-rlhf + - dataset:victor123/evol_instruct_70k + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: llama-2-7b-chat.GGUF.q5_0.bin + model: mpt-7b-chat.ggmlv0.q5_0.bin files: - - filename: llama-2-7b-chat.GGUF.q5_0.bin + - filename: mpt-7b-chat.ggmlv0.q5_0.bin sha256: "" - uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF/resolve/main/llama-2-7b-chat.GGUF.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: teleprint-me__llama-2-7b-chat-gguf__llama-2-7b-chat.gguf.q8_0.bin + uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q5_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF + - https://huggingface.co/TheBloke/mpt-7b-chat-GGML tags: - - code + - Composer + - MosaicML + - llm-foundry + - dataset:jeffwan/sharegpt_vicuna + - dataset:Hello-SimpleAI/HC3 + - dataset:tatsu-lab/alpaca + - dataset:Anthropic/hh-rlhf + - dataset:victor123/evol_instruct_70k + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: llama-2-7b-chat.GGUF.q8_0.bin + model: mpt-7b-chat.ggmlv0.q5_1.bin files: - - filename: llama-2-7b-chat.GGUF.q8_0.bin + - filename: mpt-7b-chat.ggmlv0.q5_1.bin sha256: "" - uri: https://huggingface.co/teleprint-me/llama-2-7b-chat-GGUF/resolve/main/llama-2-7b-chat.GGUF.q8_0.bin + uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q4_0.bin + name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q8_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + - https://huggingface.co/TheBloke/mpt-7b-chat-GGML tags: - - doi:10.57967/hf/0682 + - Composer + - MosaicML + - llm-foundry + - dataset:jeffwan/sharegpt_vicuna + - dataset:Hello-SimpleAI/HC3 + - dataset:tatsu-lab/alpaca + - dataset:Anthropic/hh-rlhf + - dataset:victor123/evol_instruct_70k + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: Ziya-LLaMA-13B-v1-ggml-q4_0.bin + model: mpt-7b-chat.ggmlv0.q8_0.bin files: - - filename: Ziya-LLaMA-13B-v1-ggml-q4_0.bin + - filename: mpt-7b-chat.ggmlv0.q8_0.bin sha256: "" - uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q4_0.bin + uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q4_1.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.fp16.bin + license: apache-2.0 urls: - - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: - - doi:10.57967/hf/0682 + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Ziya-LLaMA-13B-v1-ggml-q4_1.bin + model: mpt-7b.ggmlv3.fp16.bin files: - - filename: Ziya-LLaMA-13B-v1-ggml-q4_1.bin + - filename: mpt-7b.ggmlv3.fp16.bin sha256: "" - uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q4_1.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.fp16.bin - url: github:go-skynet/model-gallery/base.yaml - name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q5_0.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: - - doi:10.57967/hf/0682 + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Ziya-LLaMA-13B-v1-ggml-q5_0.bin + model: mpt-7b.ggmlv3.q4_0.bin files: - - filename: Ziya-LLaMA-13B-v1-ggml-q5_0.bin + - filename: mpt-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q5_0.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thatname__ziya-llama-13b-v1-ggml__ziya-llama-13b-v1-ggml-q5_1.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: - - doi:10.57967/hf/0682 + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: Ziya-LLaMA-13B-v1-ggml-q5_1.bin + model: mpt-7b.ggmlv3.q4_1.bin files: - - filename: Ziya-LLaMA-13B-v1-ggml-q5_1.bin + - filename: mpt-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/thatname/Ziya-LLaMA-13B-v1-ggml/resolve/main/Ziya-LLaMA-13B-v1-ggml-q5_1.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__chronos-beluga-v2-13b-ggml__ggml-chronos-beluga-q4_1.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Chronos-Beluga-v2-13b-ggml + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-chronos-beluga-q4_1.bin + model: mpt-7b.ggmlv3.q5_0.bin files: - - filename: ggml-chronos-beluga-q4_1.bin + - filename: mpt-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Chronos-Beluga-v2-13b-ggml/resolve/main/ggml-chronos-beluga-q4_1.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-1.2-ggml__ggml-huginn-q4_0.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-1.2-ggml + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-huginn-q4_0.bin + model: mpt-7b.ggmlv3.q5_1.bin files: - - filename: ggml-huginn-q4_0.bin + - filename: mpt-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-1.2-ggml/resolve/main/ggml-huginn-q4_0.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-13b-ggml__ggml-huginn-q4.bin + name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-GGML + - https://huggingface.co/TheBloke/MPT-7B-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - StreamingDatasets + - dataset:mc4 + - dataset:c4 + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:bigcode/the-stack + - dataset:allenai/s2orc + - arxiv:2108.12409 + - arxiv:2302.13971 + - arxiv:2205.14135 + - arxiv:2010.04245 + - arxiv:1909.08053 + - arxiv:2302.06675 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: ggml-huginn-q4.bin + model: mpt-7b.ggmlv3.q8_0.bin files: - - filename: ggml-huginn-q4.bin + - filename: mpt-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-GGML/resolve/main/ggml-huginn-q4.bin + uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml-q3.bin + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.fp16.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: huginn22-ggml-q3.bin + model: mpt-7b-instruct.ggmlv3.fp16.bin files: - - filename: huginn22-ggml-q3.bin + - filename: mpt-7b-instruct.ggmlv3.fp16.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml-q3.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.fp16.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q2_k.bin + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q4_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: huginn22-ggml_q2_K.bin + model: mpt-7b-instruct.ggmlv3.q4_0.bin files: - - filename: huginn22-ggml_q2_K.bin + - filename: mpt-7b-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q2_K.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q4_k-s.bin + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q4_1.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: huginn22-ggml_q4_K-S.bin + model: mpt-7b-instruct.ggmlv3.q4_1.bin files: - - filename: huginn22-ggml_q4_K-S.bin + - filename: mpt-7b-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q4_K-S.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: the-face-of-goonery__huginn-22b-prototype-ggml__huginn22-ggml_q5_k-s.bin + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q5_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: + - transformers + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: huginn22-ggml_q5_K-S.bin + model: mpt-7b-instruct.ggmlv3.q5_0.bin files: - - filename: huginn22-ggml_q5_K-S.bin + - filename: mpt-7b-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/The-Face-Of-Goonery/Huginn-22b-prototype-ggml/resolve/main/huginn22-ggml_q5_K-S.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q2_k.bin - license: other + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q5_1.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q2_K.bin + model: mpt-7b-instruct.ggmlv3.q5_1.bin files: - - filename: 13b-bluemethod.ggmlv3.q2_K.bin + - filename: mpt-7b-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_l.bin - license: other + name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q8_0.bin + license: cc-by-sa-3.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:mosaicml/dolly_hhrlhf + - arxiv:2205.14135 + - arxiv:2108.12409 + - arxiv:2010.04245 + - license:cc-by-sa-3.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q3_K_L.bin + model: mpt-7b-instruct.ggmlv3.q8_0.bin files: - - filename: 13b-bluemethod.ggmlv3.q3_K_L.bin + - filename: mpt-7b-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_m.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.fp16.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q3_K_M.bin + model: mpt-7b-storywriter.ggmlv3.fp16.bin files: - - filename: 13b-bluemethod.ggmlv3.q3_K_M.bin + - filename: mpt-7b-storywriter.ggmlv3.fp16.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.fp16.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q3_k_s.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q3_K_S.bin + model: mpt-7b-storywriter.ggmlv3.q4_0.bin files: - - filename: 13b-bluemethod.ggmlv3.q3_K_S.bin + - filename: mpt-7b-storywriter.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_0.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q4_0.bin + model: mpt-7b-storywriter.ggmlv3.q4_1.bin files: - - filename: 13b-bluemethod.ggmlv3.q4_0.bin + - filename: mpt-7b-storywriter.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_1.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q4_1.bin + model: mpt-7b-storywriter.ggmlv3.q5_0.bin files: - - filename: 13b-bluemethod.ggmlv3.q4_1.bin + - filename: mpt-7b-storywriter.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_k_m.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q4_K_M.bin + model: mpt-7b-storywriter.ggmlv3.q5_1.bin files: - - filename: 13b-bluemethod.ggmlv3.q4_K_M.bin + - filename: mpt-7b-storywriter.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q4_k_s.bin - license: other + name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML tags: - transformers - - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - mpt + - Composer + - MosaicML + - llm-foundry + - dataset:the_pile_books3 + - arxiv:2108.12409 + - arxiv:2205.14135 + - arxiv:2302.06675 + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q4_K_S.bin + model: mpt-7b-storywriter.ggmlv3.q8_0.bin files: - - filename: 13b-bluemethod.ggmlv3.q4_K_S.bin + - filename: mpt-7b-storywriter.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_0.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q5_0.bin + model: mxlewd-l2-20b.Q2_K.gguf files: - - filename: 13b-bluemethod.ggmlv3.q5_0.bin + - filename: mxlewd-l2-20b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_1.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q5_1.bin + model: mxlewd-l2-20b.Q3_K_L.gguf files: - - filename: 13b-bluemethod.ggmlv3.q5_1.bin + - filename: mxlewd-l2-20b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_k_m.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q5_K_M.bin + model: mxlewd-l2-20b.Q3_K_M.gguf files: - - filename: 13b-bluemethod.ggmlv3.q5_K_M.bin + - filename: mxlewd-l2-20b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q5_k_s.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q5_K_S.bin + model: mxlewd-l2-20b.Q3_K_S.gguf files: - - filename: 13b-bluemethod.ggmlv3.q5_K_S.bin + - filename: mxlewd-l2-20b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q6_k.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q6_K.bin + model: mxlewd-l2-20b.Q4_0.gguf files: - - filename: 13b-bluemethod.ggmlv3.q6_K.bin + - filename: mxlewd-l2-20b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-bluemethod-ggml__13b-bluemethod.ggmlv3.q8_0.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-BlueMethod-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - transformers - llama - - alpaca - - cot - - vicuna - - uncensored - - merge - - mix - - license:other + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: 13b-bluemethod.ggmlv3.q8_0.bin + model: mxlewd-l2-20b.Q4_K_M.gguf files: - - filename: 13b-bluemethod.ggmlv3.q8_0.bin + - filename: mxlewd-l2-20b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-BlueMethod-GGML/resolve/main/13b-bluemethod.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q2_k.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q2_K.bin + model: mxlewd-l2-20b.Q4_K_S.gguf files: - - filename: 13b-chimera.ggmlv3.q2_K.bin + - filename: mxlewd-l2-20b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_l.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q3_K_L.bin + model: mxlewd-l2-20b.Q5_0.gguf files: - - filename: 13b-chimera.ggmlv3.q3_K_L.bin + - filename: mxlewd-l2-20b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_m.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q3_K_M.bin + model: mxlewd-l2-20b.Q5_K_M.gguf files: - - filename: 13b-chimera.ggmlv3.q3_K_M.bin + - filename: mxlewd-l2-20b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q3_k_s.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q3_K_S.bin + model: mxlewd-l2-20b.Q5_K_S.gguf files: - - filename: 13b-chimera.ggmlv3.q3_K_S.bin + - filename: mxlewd-l2-20b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_0.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q4_0.bin + model: mxlewd-l2-20b.Q6_K.gguf files: - - filename: 13b-chimera.ggmlv3.q4_0.bin + - filename: mxlewd-l2-20b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_1.bin - license: other + name: thebloke__mxlewd-l2-20b-gguf__mxlewd-l2-20b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q4_1.bin + model: mxlewd-l2-20b.Q8_0.gguf files: - - filename: 13b-chimera.ggmlv3.q4_1.bin + - filename: mxlewd-l2-20b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MXLewd-L2-20B-GGUF/resolve/main/mxlewd-l2-20b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_k_m.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q4_K_M.bin + model: mxlewdmini-l2-13b.Q2_K.gguf files: - - filename: 13b-chimera.ggmlv3.q4_K_M.bin + - filename: mxlewdmini-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q4_k_s.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q4_K_S.bin + model: mxlewdmini-l2-13b.Q3_K_L.gguf files: - - filename: 13b-chimera.ggmlv3.q4_K_S.bin + - filename: mxlewdmini-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_0.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q5_0.bin + model: mxlewdmini-l2-13b.Q3_K_M.gguf files: - - filename: 13b-chimera.ggmlv3.q5_0.bin + - filename: mxlewdmini-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_1.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q5_1.bin + model: mxlewdmini-l2-13b.Q3_K_S.gguf files: - - filename: 13b-chimera.ggmlv3.q5_1.bin + - filename: mxlewdmini-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_k_m.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q5_K_M.bin + model: mxlewdmini-l2-13b.Q4_0.gguf files: - - filename: 13b-chimera.ggmlv3.q5_K_M.bin + - filename: mxlewdmini-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q5_k_s.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q5_K_S.bin + model: mxlewdmini-l2-13b.Q4_K_M.gguf files: - - filename: 13b-chimera.ggmlv3.q5_K_S.bin + - filename: mxlewdmini-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q6_k.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q6_K.bin + model: mxlewdmini-l2-13b.Q4_K_S.gguf files: - - filename: 13b-chimera.ggmlv3.q6_K.bin + - filename: mxlewdmini-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-chimera-ggml__13b-chimera.ggmlv3.q8_0.bin - license: other + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-Chimera-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13b-chimera.ggmlv3.q8_0.bin + model: mxlewdmini-l2-13b.Q5_0.gguf files: - - filename: 13b-chimera.ggmlv3.q8_0.bin + - filename: mxlewdmini-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Chimera-GGML/resolve/main/13b-chimera.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q2_K.bin + model: mxlewdmini-l2-13b.Q5_K_M.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q2_K.bin + - filename: mxlewdmini-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q3_K_L.bin + model: mxlewdmini-l2-13b.Q5_K_S.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q3_K_L.bin + - filename: mxlewdmini-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q3_K_M.bin + model: mxlewdmini-l2-13b.Q6_K.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q3_K_M.bin + - filename: mxlewdmini-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mxlewdmini-l2-13b-gguf__mxlewdmini-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q3_K_S.bin + model: mxlewdmini-l2-13b.Q8_0.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q3_K_S.bin + - filename: mxlewdmini-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MXLewdMini-L2-13B-GGUF/resolve/main/mxlewdmini-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q4_0.bin + model: mythalion-13b.Q2_K.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q4_0.bin + - filename: mythalion-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q4_1.bin + model: mythalion-13b.Q3_K_L.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q4_1.bin + - filename: mythalion-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q4_K_M.bin + model: mythalion-13b.Q3_K_M.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q4_K_M.bin + - filename: mythalion-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q4_K_S.bin + model: mythalion-13b.Q3_K_S.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q4_K_S.bin + - filename: mythalion-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q5_0.bin + model: mythalion-13b.Q4_0.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q5_0.bin + - filename: mythalion-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q5_1.bin + model: mythalion-13b.Q4_K_M.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q5_1.bin + - filename: mythalion-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q5_K_M.bin + model: mythalion-13b.Q4_K_S.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q5_K_M.bin + - filename: mythalion-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q5_K_S.bin + model: mythalion-13b.Q5_0.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q5_K_S.bin + - filename: mythalion-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q6_K.bin + model: mythalion-13b.Q5_K_M.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q6_K.bin + - filename: mythalion-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/hypermantis.yaml - name: thebloke__13b-hypermantis-ggml__13b-hypermantis.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythalion-13b-gguf__mythalion-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-HyperMantis-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - - license:other + - transformers + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 13B-HyperMantis.ggmlv3.q8_0.bin + model: mythalion-13b.Q5_K_S.gguf files: - - filename: 13B-HyperMantis.ggmlv3.q8_0.bin + - filename: mythalion-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-HyperMantis-GGML/resolve/main/13B-HyperMantis.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q2_k.bin + name: thebloke__mythalion-13b-gguf__mythalion-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - transformers - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q2_K.bin + model: mythalion-13b.Q6_K.gguf files: - - filename: 13b-legerdemain-l2.ggmlv3.q2_K.bin + - filename: mythalion-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_l.bin + name: thebloke__mythalion-13b-gguf__mythalion-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythalion-13B-GGUF tags: - transformers - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q3_K_L.bin + model: mythalion-13b.Q8_0.gguf files: - - filename: 13b-legerdemain-l2.ggmlv3.q3_K_L.bin + - filename: mythalion-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Mythalion-13B-GGUF/resolve/main/mythalion-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_m.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q3_K_M.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q3_K_M.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q3_k_s.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q3_K_S.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q3_K_S.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_0.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q4_0.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q4_0.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_1.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q4_1.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q4_1.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_k_m.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q4_K_M.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q4_K_M.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q4_k_s.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q4_K_S.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q4_K_S.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_0.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q5_0.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q5_0.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_1.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q5_1.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q5_1.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_k_m.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q5_K_M.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q5_K_M.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q5_k_s.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q5_K_S.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q5_K_S.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q6_k.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q6_K.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q6_K.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-legerdemain-l2-ggml__13b-legerdemain-l2.ggmlv3.q8_0.bin + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-legerdemain-l2.ggmlv3.q8_0.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin files: - - filename: 13b-legerdemain-l2.ggmlv3.q8_0.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Legerdemain-L2-GGML/resolve/main/13b-legerdemain-l2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q2_k.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q2_K.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin files: - - filename: 13b-ouroboros.ggmlv3.q2_K.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_l.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q3_K_L.bin + model: mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin files: - - filename: 13b-ouroboros.ggmlv3.q3_K_L.bin + - filename: mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_m.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q3_K_M.bin + model: mythical-destroyer-l2-13b.Q2_K.gguf files: - - filename: 13b-ouroboros.ggmlv3.q3_K_M.bin + - filename: mythical-destroyer-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q3_k_s.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q3_K_S.bin + model: mythical-destroyer-l2-13b.Q3_K_L.gguf files: - - filename: 13b-ouroboros.ggmlv3.q3_K_S.bin + - filename: mythical-destroyer-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_0.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q4_0.bin + model: mythical-destroyer-l2-13b.Q3_K_M.gguf files: - - filename: 13b-ouroboros.ggmlv3.q4_0.bin + - filename: mythical-destroyer-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_1.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q4_1.bin + model: mythical-destroyer-l2-13b.Q3_K_S.gguf files: - - filename: 13b-ouroboros.ggmlv3.q4_1.bin + - filename: mythical-destroyer-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_k_m.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q4_K_M.bin + model: mythical-destroyer-l2-13b.Q4_0.gguf files: - - filename: 13b-ouroboros.ggmlv3.q4_K_M.bin + - filename: mythical-destroyer-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q4_k_s.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q4_K_S.bin + model: mythical-destroyer-l2-13b.Q4_K_M.gguf files: - - filename: 13b-ouroboros.ggmlv3.q4_K_S.bin + - filename: mythical-destroyer-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_0.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q5_0.bin + model: mythical-destroyer-l2-13b.Q4_K_S.gguf files: - - filename: 13b-ouroboros.ggmlv3.q5_0.bin + - filename: mythical-destroyer-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_1.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q5_1.bin + model: mythical-destroyer-l2-13b.Q5_0.gguf files: - - filename: 13b-ouroboros.ggmlv3.q5_1.bin + - filename: mythical-destroyer-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_k_m.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q5_K_M.bin + model: mythical-destroyer-l2-13b.Q5_K_M.gguf files: - - filename: 13b-ouroboros.ggmlv3.q5_K_M.bin + - filename: mythical-destroyer-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q5_k_s.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q5_K_S.bin + model: mythical-destroyer-l2-13b.Q5_K_S.gguf files: - - filename: 13b-ouroboros.ggmlv3.q5_K_S.bin + - filename: mythical-destroyer-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q6_k.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q6_K.bin + model: mythical-destroyer-l2-13b.Q6_K.gguf files: - - filename: 13b-ouroboros.ggmlv3.q6_K.bin + - filename: mythical-destroyer-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__13b-ouroboros-ggml__13b-ouroboros.ggmlv3.q8_0.bin - license: other + name: thebloke__mythical-destroyer-l2-13b-gguf__mythical-destroyer-l2-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/13B-Ouroboros-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - merge - - mix - - airoboros - - openorca - - orcamini - - orca - - instruct - - mixtune - - text-generation - en - - dataset:Open-Orca/OpenOrca - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:jondurbin/airoboros-uncensored - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 13b-ouroboros.ggmlv3.q8_0.bin + model: mythical-destroyer-l2-13b.Q8_0.gguf files: - - filename: 13b-ouroboros.ggmlv3.q8_0.bin + - filename: mythical-destroyer-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/13B-Ouroboros-GGML/resolve/main/13b-ouroboros.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGUF/resolve/main/mythical-destroyer-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q2_k.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q2_K.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin files: - - filename: 30b-epsilon.ggmlv3.q2_K.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_l.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q3_K_L.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin files: - - filename: 30b-epsilon.ggmlv3.q3_K_L.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q3_K_M.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin files: - - filename: 30b-epsilon.ggmlv3.q3_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q3_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q3_K_S.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin files: - - filename: 30b-epsilon.ggmlv3.q3_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_0.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q4_0.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin files: - - filename: 30b-epsilon.ggmlv3.q4_0.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_1.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q4_1.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin files: - - filename: 30b-epsilon.ggmlv3.q4_1.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q4_K_M.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin files: - - filename: 30b-epsilon.ggmlv3.q4_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q4_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q4_K_S.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin files: - - filename: 30b-epsilon.ggmlv3.q4_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_0.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q5_0.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin files: - - filename: 30b-epsilon.ggmlv3.q5_0.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_1.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q5_1.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin files: - - filename: 30b-epsilon.ggmlv3.q5_1.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q5_K_M.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin files: - - filename: 30b-epsilon.ggmlv3.q5_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q5_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q5_K_S.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin files: - - filename: 30b-epsilon.ggmlv3.q5_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q6_k.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q6_K.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin files: - - filename: 30b-epsilon.ggmlv3.q6_K.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-epsilon-ggml__30b-epsilon.ggmlv3.q8_0.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Epsilon-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML tags: - transformers - llama - - alpaca - - vicuna - - uncensored - - cot - - chain of thought - - story - - adventure - - roleplay - - rp - - merge - - mix - - instruct - - wizardlm - - superhot - - supercot - - manticore - - hippogriff - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: 30b-epsilon.ggmlv3.q8_0.bin + model: mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin files: - - filename: 30b-epsilon.ggmlv3.q8_0.bin + - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Epsilon-GGML/resolve/main/30b-epsilon.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q2_k.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q2_K.bin + model: mythical-destroyer-v2-l2-13b.Q2_K.gguf files: - - filename: 30b-Lazarus.ggmlv3.q2_K.bin + - filename: mythical-destroyer-v2-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_l.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q3_K_L.bin + model: mythical-destroyer-v2-l2-13b.Q3_K_L.gguf files: - - filename: 30b-Lazarus.ggmlv3.q3_K_L.bin + - filename: mythical-destroyer-v2-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q3_K_M.bin + model: mythical-destroyer-v2-l2-13b.Q3_K_M.gguf files: - - filename: 30b-Lazarus.ggmlv3.q3_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q3_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q3_K_S.bin + model: mythical-destroyer-v2-l2-13b.Q3_K_S.gguf files: - - filename: 30b-Lazarus.ggmlv3.q3_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_0.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q4_0.bin + model: mythical-destroyer-v2-l2-13b.Q4_0.gguf files: - - filename: 30b-Lazarus.ggmlv3.q4_0.bin + - filename: mythical-destroyer-v2-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_1.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q4_1.bin + model: mythical-destroyer-v2-l2-13b.Q4_K_M.gguf files: - - filename: 30b-Lazarus.ggmlv3.q4_1.bin + - filename: mythical-destroyer-v2-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q4_K_M.bin + model: mythical-destroyer-v2-l2-13b.Q4_K_S.gguf files: - - filename: 30b-Lazarus.ggmlv3.q4_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q4_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q4_K_S.bin + model: mythical-destroyer-v2-l2-13b.Q5_0.gguf files: - - filename: 30b-Lazarus.ggmlv3.q4_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_0.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q5_0.bin + model: mythical-destroyer-v2-l2-13b.Q5_K_M.gguf files: - - filename: 30b-Lazarus.ggmlv3.q5_0.bin + - filename: mythical-destroyer-v2-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_1.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q5_1.bin + model: mythical-destroyer-v2-l2-13b.Q5_K_S.gguf files: - - filename: 30b-Lazarus.ggmlv3.q5_1.bin + - filename: mythical-destroyer-v2-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_k_m.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q5_K_M.bin + model: mythical-destroyer-v2-l2-13b.Q6_K.gguf files: - - filename: 30b-Lazarus.ggmlv3.q5_K_M.bin + - filename: mythical-destroyer-v2-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q5_k_s.bin - license: other + name: thebloke__mythical-destroyer-v2-l2-13b-gguf__mythical-destroyer-v2-l2-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF tags: - - license:other - - has_space + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q5_K_S.bin + model: mythical-destroyer-v2-l2-13b.Q8_0.gguf files: - - filename: 30b-Lazarus.ggmlv3.q5_K_S.bin + - filename: mythical-destroyer-v2-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGUF/resolve/main/mythical-destroyer-v2-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q6_k.bin + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other - - has_space + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q6_K.bin + model: mythoboros-13b.ggmlv3.q2_K.bin files: - - filename: 30b-Lazarus.ggmlv3.q6_K.bin + - filename: mythoboros-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__30b-lazarus-ggml__30b-lazarus.ggmlv3.q8_0.bin + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/30B-Lazarus-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other - - has_space + - text-generation-inference - region:us overrides: parameters: - model: 30b-Lazarus.ggmlv3.q8_0.bin + model: mythoboros-13b.ggmlv3.q3_K_L.bin files: - - filename: 30b-Lazarus.ggmlv3.q8_0.bin + - filename: mythoboros-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/30B-Lazarus-GGML/resolve/main/30b-Lazarus.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q2_K.bin + model: mythoboros-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q2_K.bin + - filename: mythoboros-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q3_K_L.bin + model: mythoboros-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q3_K_L.bin + - filename: mythoboros-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q3_K_M.bin + model: mythoboros-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q3_K_M.bin + - filename: mythoboros-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q3_K_S.bin + model: mythoboros-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q3_K_S.bin + - filename: mythoboros-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q4_0.bin + model: mythoboros-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q4_0.bin + - filename: mythoboros-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q4_1.bin + model: mythoboros-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q4_1.bin + - filename: mythoboros-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q4_K_M.bin + model: mythoboros-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q4_K_M.bin + - filename: mythoboros-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q4_K_S.bin + model: mythoboros-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q4_K_S.bin + - filename: mythoboros-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q5_0.bin + model: mythoboros-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q5_0.bin + - filename: mythoboros-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q5_1.bin + model: mythoboros-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q5_1.bin + - filename: mythoboros-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q5_K_M.bin + model: mythoboros-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q5_K_M.bin + - filename: mythoboros-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGML tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q5_K_S.bin + model: mythoboros-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-13b-1.1.ggmlv3.q5_K_S.bin + - filename: mythoboros-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q6_K.bin + model: mythoboros-13b.Q2_K.gguf files: - - filename: airoboros-13b-1.1.ggmlv3.q6_K.bin + - filename: mythoboros-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-1.1-ggml__airoboros-13b-1.1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-1.1.ggmlv3.q8_0.bin + model: mythoboros-13b.Q3_K_L.gguf files: - - filename: airoboros-13b-1.1.ggmlv3.q8_0.bin + - filename: mythoboros-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-1.1-GGML/resolve/main/airoboros-13b-1.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin + model: mythoboros-13b.Q3_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin + - filename: mythoboros-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin + model: mythoboros-13b.Q3_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin + - filename: mythoboros-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin + model: mythoboros-13b.Q4_0.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin + - filename: mythoboros-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin + model: mythoboros-13b.Q4_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin + - filename: mythoboros-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + model: mythoboros-13b.Q4_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin + - filename: mythoboros-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + model: mythoboros-13b.Q5_0.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin + - filename: mythoboros-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin + model: mythoboros-13b.Q5_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin + - filename: mythoboros-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin + model: mythoboros-13b.Q5_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin + - filename: mythoboros-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + model: mythoboros-13b.Q6_K.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin + - filename: mythoboros-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythoboros-13b-gguf__mythoboros-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoBoros-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + model: mythoboros-13b.Q8_0.gguf files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin + - filename: mythoboros-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGUF/resolve/main/mythoboros-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin + model: mythologic-13b.ggmlv3.q2_K.bin files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin + - filename: mythologic-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin + model: mythologic-13b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin + - filename: mythologic-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin + model: mythologic-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin + - filename: mythologic-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.2-ggml__airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + model: mythologic-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin + - filename: mythologic-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML/resolve/main/airoboros-13b-gpt4-1.2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin + model: mythologic-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin + - filename: mythologic-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin + model: mythologic-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin + - filename: mythologic-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin + model: mythologic-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin + - filename: mythologic-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin + model: mythologic-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin + - filename: mythologic-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + model: mythologic-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin + - filename: mythologic-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + model: mythologic-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin + - filename: mythologic-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin + model: mythologic-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin + - filename: mythologic-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin + model: mythologic-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin + - filename: mythologic-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + model: mythologic-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin + - filename: mythologic-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + model: mythologic-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin + - filename: mythologic-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin + model: mythologic-13b.Q2_K.gguf files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin + - filename: mythologic-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin + model: mythologic-13b.Q3_K_L.gguf files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin + - filename: mythologic-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin + model: mythologic-13b.Q3_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin + - filename: mythologic-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.3-ggml__airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + model: mythologic-13b.Q3_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin + - filename: mythologic-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.3-GGML/resolve/main/airoboros-13b-gpt4-1.3.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin + model: mythologic-13b.Q4_0.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin + - filename: mythologic-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin + model: mythologic-13b.Q4_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin + - filename: mythologic-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin + model: mythologic-13b.Q4_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin + - filename: mythologic-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin + model: mythologic-13b.Q5_0.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin + - filename: mythologic-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + model: mythologic-13b.Q5_K_M.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin + - filename: mythologic-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + model: mythologic-13b.Q5_K_S.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin + - filename: mythologic-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin + model: mythologic-13b.Q6_K.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin + - filename: mythologic-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-13b-gguf__mythologic-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin + model: mythologic-13b.Q8_0.gguf files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin + - filename: mythologic-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGUF/resolve/main/mythologic-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin + model: mythologic-l2-13b.ggmlv3.q2_K.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin + - filename: mythologic-l2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin + model: mythologic-l2-13b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin + - filename: mythologic-l2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin + model: mythologic-l2-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin + - filename: mythologic-l2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin + model: mythologic-l2-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin + - filename: mythologic-l2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin + model: mythologic-l2-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin + - filename: mythologic-l2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-1.4-ggml__airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin + model: mythologic-l2-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin + - filename: mythologic-l2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.4-GGML/resolve/main/airoboros-13b-gpt4-1.4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4.ggmlv3.q4_0.bin + model: mythologic-l2-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-13b-gpt4.ggmlv3.q4_0.bin + - filename: mythologic-l2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4.ggmlv3.q4_1.bin + model: mythologic-l2-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-13b-gpt4.ggmlv3.q4_1.bin + - filename: mythologic-l2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4.ggmlv3.q5_0.bin + model: mythologic-l2-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-13b-gpt4.ggmlv3.q5_0.bin + - filename: mythologic-l2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4.ggmlv3.q5_1.bin + model: mythologic-l2-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-13b-gpt4.ggmlv3.q5_1.bin + - filename: mythologic-l2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b-gpt4.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b-gpt4.ggmlv3.q8_0.bin + model: mythologic-l2-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-13b-gpt4.ggmlv3.q8_0.bin + - filename: mythologic-l2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b-gpt4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q2_K.bin + model: mythologic-l2-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-13b.ggmlv3.q2_K.bin + - filename: mythologic-l2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q3_K_L.bin + model: mythologic-l2-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-13b.ggmlv3.q3_K_L.bin + - filename: mythologic-l2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q3_K_M.bin + model: mythologic-l2-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-13b.ggmlv3.q3_K_M.bin + - filename: mythologic-l2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q3_K_S.bin + model: mythologic-l2-13b.Q2_K.gguf files: - - filename: airoboros-13b.ggmlv3.q3_K_S.bin + - filename: mythologic-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q4_K_M.bin + model: mythologic-l2-13b.Q3_K_L.gguf files: - - filename: airoboros-13b.ggmlv3.q4_K_M.bin + - filename: mythologic-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q4_K_S.bin + model: mythologic-l2-13b.Q3_K_M.gguf files: - - filename: airoboros-13b.ggmlv3.q4_K_S.bin + - filename: mythologic-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q5_K_M.bin + model: mythologic-l2-13b.Q3_K_S.gguf files: - - filename: airoboros-13b.ggmlv3.q5_K_M.bin + - filename: mythologic-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q5_K_S.bin + model: mythologic-l2-13b.Q4_0.gguf files: - - filename: airoboros-13b.ggmlv3.q5_K_S.bin + - filename: mythologic-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-13b-gpt4-ggml__airoboros-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-13b.ggmlv3.q6_K.bin + model: mythologic-l2-13b.Q4_K_M.gguf files: - - filename: airoboros-13b.ggmlv3.q6_K.bin + - filename: mythologic-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-13b-gpt4-GGML/resolve/main/airoboros-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q2_K.bin + model: mythologic-l2-13b.Q4_K_S.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q2_K.bin + - filename: mythologic-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q3_K_L.bin + model: mythologic-l2-13b.Q5_0.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q3_K_L.bin + - filename: mythologic-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q3_K_M.bin + model: mythologic-l2-13b.Q5_K_M.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q3_K_M.bin + - filename: mythologic-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q3_K_S.bin + model: mythologic-l2-13b.Q5_K_S.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q3_K_S.bin + - filename: mythologic-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q4_0.bin + model: mythologic-l2-13b.Q6_K.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q4_0.bin + - filename: mythologic-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-l2-13b-gguf__mythologic-l2-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q4_1.bin + model: mythologic-l2-13b.Q8_0.gguf files: - - filename: airoboros-33b-2.1.ggmlv3.Q4_1.bin + - filename: mythologic-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGUF/resolve/main/mythologic-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q4_K_M.bin + model: mythologic-mini-7b.ggmlv3.q2_K.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q4_K_M.bin + - filename: mythologic-mini-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q4_K_S.bin + model: mythologic-mini-7b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q4_K_S.bin + - filename: mythologic-mini-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q5_0.bin + model: mythologic-mini-7b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q5_0.bin + - filename: mythologic-mini-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q5_1.bin + model: mythologic-mini-7b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q5_1.bin + - filename: mythologic-mini-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q5_K_M.bin + model: mythologic-mini-7b.ggmlv3.q4_0.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q5_K_M.bin + - filename: mythologic-mini-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q5_K_S.bin + model: mythologic-mini-7b.ggmlv3.q4_1.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q5_K_S.bin + - filename: mythologic-mini-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q6_K.bin + model: mythologic-mini-7b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q6_K.bin + - filename: mythologic-mini-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-2.1-ggml__airoboros-33b-2.1.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-2.1.ggmlv3.Q8_0.bin + model: mythologic-mini-7b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-33b-2.1.ggmlv3.Q8_0.bin + - filename: mythologic-mini-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-33B-2.1-GGML/resolve/main/airoboros-33b-2.1.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + model: mythologic-mini-7b.ggmlv3.q5_0.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + - filename: mythologic-mini-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + model: mythologic-mini-7b.ggmlv3.q5_1.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + - filename: mythologic-mini-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + model: mythologic-mini-7b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + - filename: mythologic-mini-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + model: mythologic-mini-7b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + - filename: mythologic-mini-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + model: mythologic-mini-7b.ggmlv3.q6_K.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + - filename: mythologic-mini-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + model: mythologic-mini-7b.ggmlv3.q8_0.bin files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + - filename: mythologic-mini-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + model: mythologic-mini-7b.Q2_K.gguf files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + - filename: mythologic-mini-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + model: mythologic-mini-7b.Q3_K_L.gguf files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + - filename: mythologic-mini-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1-4-superhot-8k-ggml__airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + model: mythologic-mini-7b.Q3_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + - filename: mythologic-mini-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-33b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin + model: mythologic-mini-7b.Q3_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin + - filename: mythologic-mini-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin + model: mythologic-mini-7b.Q4_0.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin + - filename: mythologic-mini-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin + model: mythologic-mini-7b.Q4_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin + - filename: mythologic-mini-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin + model: mythologic-mini-7b.Q4_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin + - filename: mythologic-mini-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + model: mythologic-mini-7b.Q5_0.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin + - filename: mythologic-mini-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + model: mythologic-mini-7b.Q5_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin + - filename: mythologic-mini-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin + model: mythologic-mini-7b.Q5_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin + - filename: mythologic-mini-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin + model: mythologic-mini-7b.Q6_K.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin + - filename: mythologic-mini-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythologic-mini-7b-gguf__mythologic-mini-7b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + model: mythologic-mini-7b.Q8_0.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin + - filename: mythologic-mini-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGUF/resolve/main/mythologic-mini-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin + model: mythomakisemerged-13b.Q2_K.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin + - filename: mythomakisemerged-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin + model: mythomakisemerged-13b.Q3_K_L.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin + - filename: mythomakisemerged-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin + model: mythomakisemerged-13b.Q3_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin + - filename: mythomakisemerged-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin + model: mythomakisemerged-13b.Q3_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin + - filename: mythomakisemerged-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.2-ggml__airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin + model: mythomakisemerged-13b.Q4_0.gguf files: - - filename: airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin + - filename: mythomakisemerged-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.2-GGML/resolve/main/airoboros-33b-gpt4-1.2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin + model: mythomakisemerged-13b.Q4_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin + - filename: mythomakisemerged-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin + model: mythomakisemerged-13b.Q4_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin + - filename: mythomakisemerged-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin + model: mythomakisemerged-13b.Q5_0.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin + - filename: mythomakisemerged-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin + model: mythomakisemerged-13b.Q5_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin + - filename: mythomakisemerged-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin + model: mythomakisemerged-13b.Q5_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin + - filename: mythomakisemerged-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin + model: mythomakisemerged-13b.Q6_K.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin + - filename: mythomakisemerged-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomakisemerged-13b-gguf__mythomakisemerged-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin + model: mythomakisemerged-13b.Q8_0.gguf files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin + - filename: mythomakisemerged-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMakiseMerged-13B-GGUF/resolve/main/mythomakisemerged-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin + model: mythomax-kimiko-mix.ggmlv3.Q2_K.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin + model: mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin + model: mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin + model: mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin + model: mythomax-kimiko-mix.ggmlv3.Q4_0.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin + model: mythomax-kimiko-mix.ggmlv3.Q4_1.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.3-ggml__airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin + model: mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin files: - - filename: airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.3-GGML/resolve/main/airoboros-33b-gpt4-1.3.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin + model: mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin + model: mythomax-kimiko-mix.ggmlv3.Q5_0.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin + model: mythomax-kimiko-mix.ggmlv3.Q5_1.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin + model: mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin + model: mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin + model: mythomax-kimiko-mix.ggmlv3.Q6_K.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin + model: mythomax-kimiko-mix.ggmlv3.Q8_0.bin files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin + - filename: mythomax-kimiko-mix.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin + model: mythomax-kimiko-mix.Q2_K.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin + - filename: mythomax-kimiko-mix.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin + model: mythomax-kimiko-mix.Q3_K_L.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin + - filename: mythomax-kimiko-mix.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin + model: mythomax-kimiko-mix.Q3_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin + - filename: mythomax-kimiko-mix.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin + model: mythomax-kimiko-mix.Q3_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin + - filename: mythomax-kimiko-mix.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin + model: mythomax-kimiko-mix.Q4_0.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin + - filename: mythomax-kimiko-mix.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin + model: mythomax-kimiko-mix.Q4_K_M.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin + - filename: mythomax-kimiko-mix.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-1.4-ggml__airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.4 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin + model: mythomax-kimiko-mix.Q4_K_S.gguf files: - - filename: airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin + - filename: mythomax-kimiko-mix.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-gpt4-1.4-GGML/resolve/main/airoboros-33b-gpt4-1.4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin + model: mythomax-kimiko-mix.Q5_0.gguf files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin + - filename: mythomax-kimiko-mix.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin + model: mythomax-kimiko-mix.Q5_K_M.gguf files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin + - filename: mythomax-kimiko-mix.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin + model: mythomax-kimiko-mix.Q5_K_S.gguf files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin + - filename: mythomax-kimiko-mix.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin + model: mythomax-kimiko-mix.Q6_K.gguf files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin + - filename: mythomax-kimiko-mix.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-kimiko-mix-gguf__mythomax-kimiko-mix.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin + model: mythomax-kimiko-mix.Q8_0.gguf files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin + - filename: mythomax-kimiko-mix.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGUF/resolve/main/mythomax-kimiko-mix.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin + model: mythomax-l2-13b.ggmlv3.q2_K.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin + - filename: mythomax-l2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin + model: mythomax-l2-13b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin + - filename: mythomax-l2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin + model: mythomax-l2-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin + - filename: mythomax-l2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin + model: mythomax-l2-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin + - filename: mythomax-l2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin + model: mythomax-l2-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin + - filename: mythomax-l2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin + model: mythomax-l2-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin + - filename: mythomax-l2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin + model: mythomax-l2-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin + - filename: mythomax-l2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin + model: mythomax-l2-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin + - filename: mythomax-l2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-2.0-ggml__airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:other + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin + model: mythomax-l2-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin + - filename: mythomax-l2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-2.0-GGML/resolve/main/airoboros-33b-gpt4-2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.1 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q2_K.bin + model: mythomax-l2-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-33b-gpt4.ggmlv3.q2_K.bin + - filename: mythomax-l2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.1 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q3_K_L.bin + model: mythomax-l2-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-33b-gpt4.ggmlv3.q3_K_L.bin + - filename: mythomax-l2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.1 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q3_K_M.bin + model: mythomax-l2-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-33b-gpt4.ggmlv3.q3_K_M.bin + - filename: mythomax-l2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.1 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q3_K_S.bin + model: mythomax-l2-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-33b-gpt4.ggmlv3.q3_K_S.bin + - filename: mythomax-l2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.1 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q4_0.bin + model: mythomax-l2-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-33b-gpt4.ggmlv3.q4_0.bin + - filename: mythomax-l2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q4_1.bin + model: mythomax-l2-13b.Q2_K.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q4_1.bin + - filename: mythomax-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q4_K_M.bin + model: mythomax-l2-13b.Q3_K_L.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q4_K_M.bin + - filename: mythomax-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q4_K_S.bin + model: mythomax-l2-13b.Q3_K_M.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q4_K_S.bin + - filename: mythomax-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q5_0.bin + model: mythomax-l2-13b.Q3_K_S.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q5_0.bin + - filename: mythomax-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q5_1.bin + model: mythomax-l2-13b.Q4_0.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q5_1.bin + - filename: mythomax-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q5_K_M.bin + model: mythomax-l2-13b.Q4_K_M.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q5_K_M.bin + - filename: mythomax-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q5_K_S.bin + model: mythomax-l2-13b.Q4_K_S.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q5_K_S.bin + - filename: mythomax-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q6_K.bin + model: mythomax-l2-13b.Q5_0.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q6_K.bin + - filename: mythomax-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-ggml__airoboros-33b-gpt4.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.1 + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4.ggmlv3.q8_0.bin + model: mythomax-l2-13b.Q5_K_M.gguf files: - - filename: airoboros-33b-gpt4.ggmlv3.q8_0.bin + - filename: mythomax-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33b-gpt4-GGML/resolve/main/airoboros-33b-gpt4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin + model: mythomax-l2-13b.Q5_K_S.gguf files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin + - filename: mythomax-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin + model: mythomax-l2-13b.Q6_K.gguf files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin + - filename: mythomax-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-13b-gguf__mythomax-l2-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin + model: mythomax-l2-13b.Q8_0.gguf files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin + - filename: mythomax-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGUF/resolve/main/mythomax-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-33b-gpt4-m2.0-ggml__airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin files: - - filename: airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-33B-GPT4-m2.0-GGML/resolve/main/airoboros-33b-gpt4-m2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin + model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin + - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin + model: mythomax-l2-kimiko-v2-13b.Q2_K.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin + model: mythomax-l2-kimiko-v2-13b.Q3_K_L.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin + - filename: mythomax-l2-kimiko-v2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin + model: mythomax-l2-kimiko-v2-13b.Q3_K_M.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin + - filename: mythomax-l2-kimiko-v2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin + model: mythomax-l2-kimiko-v2-13b.Q3_K_S.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin + - filename: mythomax-l2-kimiko-v2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin + model: mythomax-l2-kimiko-v2-13b.Q4_0.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin + model: mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin + - filename: mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin + model: mythomax-l2-kimiko-v2-13b.Q4_K_S.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin + - filename: mythomax-l2-kimiko-v2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin + model: mythomax-l2-kimiko-v2-13b.Q5_0.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.2-ggml__airoboros-65b-gpt4-1.2.ggmlv3.q5_k_s.bin - license: other + - filename: mythomax-l2-kimiko-v2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin + model: mythomax-l2-kimiko-v2-13b.Q5_K_M.gguf files: - - filename: airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin + - filename: mythomax-l2-kimiko-v2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML/resolve/main/airoboros-65B-gpt4-1.2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin + model: mythomax-l2-kimiko-v2-13b.Q5_K_S.gguf files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin + - filename: mythomax-l2-kimiko-v2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin + model: mythomax-l2-kimiko-v2-13b.Q6_K.gguf files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin + - filename: mythomax-l2-kimiko-v2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin + model: mythomax-l2-kimiko-v2-13b.Q8_0.gguf files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin + - filename: mythomax-l2-kimiko-v2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGUF/resolve/main/mythomax-l2-kimiko-v2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin + model: mythomix-l2-13b.ggmlv3.q2_K.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin + - filename: mythomix-l2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin + model: mythomix-l2-13b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin + - filename: mythomix-l2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin + model: mythomix-l2-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin + - filename: mythomix-l2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin + model: mythomix-l2-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin + - filename: mythomix-l2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin + model: mythomix-l2-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin + - filename: mythomix-l2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin + model: mythomix-l2-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin + - filename: mythomix-l2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin + model: mythomix-l2-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin + - filename: mythomix-l2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin + model: mythomix-l2-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin + - filename: mythomix-l2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.3-ggml__airoboros-65b-gpt4-1.3.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin + model: mythomix-l2-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin + - filename: mythomix-l2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.3-GGML/resolve/main/airoboros-65b-gpt4-1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin + model: mythomix-l2-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin + - filename: mythomix-l2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin + model: mythomix-l2-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin + - filename: mythomix-l2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin + model: mythomix-l2-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin + - filename: mythomix-l2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin + model: mythomix-l2-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin + - filename: mythomix-l2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin + model: mythomix-l2-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin + - filename: mythomix-l2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + model: mythomix-l2-13b.Q2_K.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin + - filename: mythomix-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin + model: mythomix-l2-13b.Q3_K_L.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin + - filename: mythomix-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin + model: mythomix-l2-13b.Q3_K_M.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin + - filename: mythomix-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + model: mythomix-l2-13b.Q3_K_S.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin + - filename: mythomix-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + model: mythomix-l2-13b.Q4_0.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin + - filename: mythomix-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin + model: mythomix-l2-13b.Q4_K_M.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin + - filename: mythomix-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-1.4-ggml__airoboros-65b-gpt4-1.4.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin + model: mythomix-l2-13b.Q4_K_S.gguf files: - - filename: airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin + - filename: mythomix-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.4-GGML/resolve/main/airoboros-65b-gpt4-1.4.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin + model: mythomix-l2-13b.Q5_0.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin + - filename: mythomix-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin + model: mythomix-l2-13b.Q5_K_M.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin + - filename: mythomix-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin + model: mythomix-l2-13b.Q5_K_S.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin + - filename: mythomix-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin + model: mythomix-l2-13b.Q6_K.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin + - filename: mythomix-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__mythomix-l2-13b-gguf__mythomix-l2-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - en - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + model: mythomix-l2-13b.Q8_0.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin + - filename: mythomix-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGUF/resolve/main/mythomix-l2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin + model: naberius-7b.Q2_K.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin + - filename: naberius-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin + model: naberius-7b.Q3_K_L.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin + - filename: naberius-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin + model: naberius-7b.Q3_K_M.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin + - filename: naberius-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin + model: naberius-7b.Q3_K_S.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin + - filename: naberius-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin + model: naberius-7b.Q4_0.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin + - filename: naberius-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin + model: naberius-7b.Q4_K_M.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin + - filename: naberius-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-2.0-ggml__airoboros-65b-gpt4-2.0.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin + model: naberius-7b.Q4_K_S.gguf files: - - filename: airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin + - filename: naberius-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-2.0-GGML/resolve/main/airoboros-65b-gpt4-2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin + model: naberius-7b.Q5_0.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin + - filename: naberius-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin + model: naberius-7b.Q5_K_M.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin + - filename: naberius-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin + model: naberius-7b.Q5_K_S.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin + - filename: naberius-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin + model: naberius-7b.Q6_K.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin + - filename: naberius-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__naberius-7b-gguf__naberius-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Naberius-7B-GGUF tags: - transformers + - mistral - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - uncensored + - merge + - mix + - slerp + - spherical linear interpolation merge + - hermes + - openhermes + - dolphin + - zephyr + - naberius + - 7b + - llama2 + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin + model: naberius-7b.Q8_0.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: naberius-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Naberius-7B-GGUF/resolve/main/naberius-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin + model: nete-13b.Q2_K.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: nete-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin + model: nete-13b.Q3_K_L.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin + - filename: nete-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin + model: nete-13b.Q3_K_M.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin + - filename: nete-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin + model: nete-13b.Q3_K_S.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: nete-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin + model: nete-13b.Q4_0.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: nete-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin + model: nete-13b.Q4_K_M.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin + - filename: nete-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-65b-gpt4-m2.0-ggml__airoboros-65b-gpt4-m2.0.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:other + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin + model: nete-13b.Q4_K_S.gguf files: - - filename: airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin + - filename: nete-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-65B-GPT4-m2.0-GGML/resolve/main/airoboros-65b-gpt4-m2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + model: nete-13b.Q5_0.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin + - filename: nete-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + model: nete-13b.Q5_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin + - filename: nete-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + model: nete-13b.Q5_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin + - filename: nete-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + model: nete-13b.Q6_K.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin + - filename: nete-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nete-13b-gguf__nete-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nete-13B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + model: nete-13b.Q8_0.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin + - filename: nete-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nete-13B-GGUF/resolve/main/nete-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + model: nethena-13b.Q2_K.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin + - filename: nethena-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + model: nethena-13b.Q3_K_L.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin + - filename: nethena-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + model: nethena-13b.Q3_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin + - filename: nethena-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1-4-superhot-8k-ggml__airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + model: nethena-13b.Q3_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin + - filename: nethena-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-7B-GPT4-1-4-SuperHOT-8K-GGML/resolve/main/airoboros-7b-gpt4-1.4-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin + model: nethena-13b.Q4_0.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin + - filename: nethena-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin + model: nethena-13b.Q4_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin + - filename: nethena-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin + model: nethena-13b.Q4_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin + - filename: nethena-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin + model: nethena-13b.Q5_0.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin + - filename: nethena-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin + model: nethena-13b.Q5_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin + - filename: nethena-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin + model: nethena-13b.Q5_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin + - filename: nethena-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin + model: nethena-13b.Q6_K.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin + - filename: nethena-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-13b-gguf__nethena-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-13B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin + model: nethena-13b.Q8_0.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin + - filename: nethena-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-13B-GGUF/resolve/main/nethena-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin + model: nethena-20b.Q2_K.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin + - filename: nethena-20b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin + model: nethena-20b.Q3_K_L.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin + - filename: nethena-20b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin + model: nethena-20b.Q3_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin + - filename: nethena-20b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin + model: nethena-20b.Q3_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin + - filename: nethena-20b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin + model: nethena-20b.Q4_0.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin + - filename: nethena-20b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.2-ggml__airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.2 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin + model: nethena-20b.Q4_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin + - filename: nethena-20b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.2-GGML/resolve/main/airoboros-7b-gpt4-1.2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin + model: nethena-20b.Q4_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin + - filename: nethena-20b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin + model: nethena-20b.Q5_0.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin + - filename: nethena-20b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin + model: nethena-20b.Q5_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin + - filename: nethena-20b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin + model: nethena-20b.Q5_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin + - filename: nethena-20b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin + model: nethena-20b.Q6_K.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin + - filename: nethena-20b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-20b-gguf__nethena-20b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-20B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin + model: nethena-20b.Q8_0.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin + - filename: nethena-20b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-20B-GGUF/resolve/main/nethena-20b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin + model: nethena-mlewd-xwin-23b.Q2_K.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin + - filename: nethena-mlewd-xwin-23b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin + model: nethena-mlewd-xwin-23b.Q3_K_L.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin + - filename: nethena-mlewd-xwin-23b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin + model: nethena-mlewd-xwin-23b.Q3_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin + - filename: nethena-mlewd-xwin-23b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin + model: nethena-mlewd-xwin-23b.Q3_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin + - filename: nethena-mlewd-xwin-23b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin + model: nethena-mlewd-xwin-23b.Q4_0.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin + - filename: nethena-mlewd-xwin-23b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin + model: nethena-mlewd-xwin-23b.Q4_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin + - filename: nethena-mlewd-xwin-23b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin + model: nethena-mlewd-xwin-23b.Q4_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin + - filename: nethena-mlewd-xwin-23b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.3-ggml__airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - dataset:jondurbin/airoboros-gpt4-1.3 - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin + model: nethena-mlewd-xwin-23b.Q5_0.gguf files: - - filename: airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin + - filename: nethena-mlewd-xwin-23b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.3-GGML/resolve/main/airoboros-7b-gpt4-1.3.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin + model: nethena-mlewd-xwin-23b.Q5_K_M.gguf files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin + - filename: nethena-mlewd-xwin-23b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin + model: nethena-mlewd-xwin-23b.Q5_K_S.gguf files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin + - filename: nethena-mlewd-xwin-23b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin + model: nethena-mlewd-xwin-23b.Q6_K.gguf files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin + - filename: nethena-mlewd-xwin-23b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nethena-mlewd-xwin-23b-gguf__nethena-mlewd-xwin-23b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin + model: nethena-mlewd-xwin-23b.Q8_0.gguf files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin + - filename: nethena-mlewd-xwin-23b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Nethena-MLewd-Xwin-23B-GGUF/resolve/main/nethena-mlewd-xwin-23b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + model: newhope.ggmlv3.q2_K.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin + - filename: newhope.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + model: newhope.ggmlv3.q3_K_L.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin + - filename: newhope.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin + model: newhope.ggmlv3.q3_K_M.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin + - filename: newhope.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin + model: newhope.ggmlv3.q3_K_S.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin + - filename: newhope.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + model: newhope.ggmlv3.q4_0.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin + - filename: newhope.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + model: newhope.ggmlv3.q4_1.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin + - filename: newhope.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin + model: newhope.ggmlv3.q4_K_M.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin + - filename: newhope.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin + model: newhope.ggmlv3.q4_K_S.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin + - filename: newhope.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin + model: newhope.ggmlv3.q5_0.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin + - filename: newhope.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-1.4-ggml__airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + model: newhope.ggmlv3.q5_1.bin files: - - filename: airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin + - filename: newhope.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7B-gpt4-1.4-GGML/resolve/main/airoboros-7b-gpt4-1.4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4.ggmlv3.q4_0.bin + model: newhope.ggmlv3.q5_K_M.bin files: - - filename: airoboros-7b-gpt4.ggmlv3.q4_0.bin + - filename: newhope.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4.ggmlv3.q4_1.bin + model: newhope.ggmlv3.q5_K_S.bin files: - - filename: airoboros-7b-gpt4.ggmlv3.q4_1.bin + - filename: newhope.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4.ggmlv3.q5_0.bin + model: newhope.ggmlv3.q6_K.bin files: - - filename: airoboros-7b-gpt4.ggmlv3.q5_0.bin + - filename: newhope.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__newhope-ggml__newhope.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NewHope-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4.ggmlv3.q5_1.bin + model: newhope.ggmlv3.q8_0.bin files: - - filename: airoboros-7b-gpt4.ggmlv3.q5_1.bin + - filename: newhope.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b-gpt4.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7b-gpt4.ggmlv3.q8_0.bin + model: nexusraven-13b.Q2_K.gguf files: - - filename: airoboros-7b-gpt4.ggmlv3.q8_0.bin + - filename: nexusraven-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7b-gpt4.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q2_K.bin + model: nexusraven-13b.Q3_K_L.gguf files: - - filename: airoboros-7B.ggmlv3.q2_K.bin + - filename: nexusraven-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q3_K_L.bin + model: nexusraven-13b.Q3_K_M.gguf files: - - filename: airoboros-7B.ggmlv3.q3_K_L.bin + - filename: nexusraven-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q3_K_M.bin + model: nexusraven-13b.Q3_K_S.gguf files: - - filename: airoboros-7B.ggmlv3.q3_K_M.bin + - filename: nexusraven-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q3_K_S.bin + model: nexusraven-13b.Q4_0.gguf files: - - filename: airoboros-7B.ggmlv3.q3_K_S.bin + - filename: nexusraven-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q4_K_M.bin + model: nexusraven-13b.Q4_K_M.gguf files: - - filename: airoboros-7B.ggmlv3.q4_K_M.bin + - filename: nexusraven-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q4_K_S.bin + model: nexusraven-13b.Q4_K_S.gguf files: - - filename: airoboros-7B.ggmlv3.q4_K_S.bin + - filename: nexusraven-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q5_K_M.bin + model: nexusraven-13b.Q5_0.gguf files: - - filename: airoboros-7B.ggmlv3.q5_K_M.bin + - filename: nexusraven-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q5_K_S.bin + model: nexusraven-13b.Q5_K_M.gguf files: - - filename: airoboros-7B.ggmlv3.q5_K_S.bin + - filename: nexusraven-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-7b-gpt4-ggml__airoboros-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2308.12950 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airoboros-7B.ggmlv3.q6_K.bin + model: nexusraven-13b.Q5_K_S.gguf files: - - filename: airoboros-7B.ggmlv3.q6_K.bin + - filename: nexusraven-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-7b-gpt4-GGML/resolve/main/airoboros-7B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - arxiv:2308.12950 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin + model: nexusraven-13b.Q6_K.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin + - filename: nexusraven-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nexusraven-13b-gguf__nexusraven-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/NexusRaven-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - arxiv:2308.12950 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin + model: nexusraven-13b.Q8_0.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin + - filename: nexusraven-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/NexusRaven-13B-GGUF/resolve/main/nexusraven-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin + model: nous-hermes-13b-code.Q2_K.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin + - filename: nous-hermes-13b-code.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin + model: nous-hermes-13b-code.Q3_K_L.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin + - filename: nous-hermes-13b-code.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin + model: nous-hermes-13b-code.Q3_K_M.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin + - filename: nous-hermes-13b-code.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin + model: nous-hermes-13b-code.Q3_K_S.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin + - filename: nous-hermes-13b-code.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin + model: nous-hermes-13b-code.Q4_0.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin + - filename: nous-hermes-13b-code.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin + model: nous-hermes-13b-code.Q4_K_M.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin + - filename: nous-hermes-13b-code.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin + model: nous-hermes-13b-code.Q4_K_S.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin + - filename: nous-hermes-13b-code.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin + model: nous-hermes-13b-code.Q5_0.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin + - filename: nous-hermes-13b-code.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin + model: nous-hermes-13b-code.Q5_K_M.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin + - filename: nous-hermes-13b-code.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin + model: nous-hermes-13b-code.Q5_K_S.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin + - filename: nous-hermes-13b-code.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin + model: nous-hermes-13b-code.Q6_K.gguf files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin + - filename: nous-hermes-13b-code.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-2.1-ggml__airoboros-l2-13b-2.1.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: nous-hermes-13b-code.Q8_0.gguf + files: + - filename: nous-hermes-13b-code.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-Code-GGUF/resolve/main/nous-hermes-13b-code.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q2_K.bin + files: + - filename: nous-hermes-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q3_K_L.bin + files: + - filename: nous-hermes-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q3_K_M.bin + files: + - filename: nous-hermes-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q3_K_S.bin + files: + - filename: nous-hermes-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q4_0.bin + files: + - filename: nous-hermes-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q4_1.bin + files: + - filename: nous-hermes-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q4_K_M.bin + files: + - filename: nous-hermes-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + tags: + - license:other + - has_space + - region:us + overrides: + parameters: + model: nous-hermes-13b.ggmlv3.q4_K_S.bin + files: + - filename: nous-hermes-13b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin + model: nous-hermes-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin + - filename: nous-hermes-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-13B-2.1-GGML/resolve/main/airoboros-l2-13b-2.1.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin + model: nous-hermes-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin + - filename: nous-hermes-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + model: nous-hermes-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + - filename: nous-hermes-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + model: nous-hermes-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + - filename: nous-hermes-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + model: nous-hermes-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + - filename: nous-hermes-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin + model: nous-hermes-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin + - filename: nous-hermes-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin + model: Nous-Hermes-13B.Q2_K.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin + - filename: Nous-Hermes-13B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + model: Nous-Hermes-13B.Q3_K_L.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + - filename: Nous-Hermes-13B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + model: Nous-Hermes-13B.Q3_K_M.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + - filename: Nous-Hermes-13B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin + model: Nous-Hermes-13B.Q3_K_S.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin + - filename: Nous-Hermes-13B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin + model: Nous-Hermes-13B.Q4_0.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin + - filename: Nous-Hermes-13B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + model: Nous-Hermes-13B.Q4_K_M.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + - filename: Nous-Hermes-13B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + model: Nous-Hermes-13B.Q4_K_S.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + - filename: Nous-Hermes-13B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin + model: Nous-Hermes-13B.Q5_0.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin + - filename: Nous-Hermes-13B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-1.4.1-ggml__airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin + model: Nous-Hermes-13B.Q5_K_M.gguf files: - - filename: airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin + - filename: Nous-Hermes-13B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-13b-gpt4-1.4.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:llama2 + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin + model: Nous-Hermes-13B.Q5_K_S.gguf files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin + - filename: Nous-Hermes-13B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:llama2 + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin + model: Nous-Hermes-13B.Q6_K.gguf files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin + - filename: Nous-Hermes-13B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-13b-gguf__nous-hermes-13b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 - - license:llama2 + - self-instruct + - distillation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin + model: Nous-Hermes-13B.Q8_0.gguf files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin + - filename: Nous-Hermes-13B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGUF/resolve/main/Nous-Hermes-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin + model: nous-hermes-llama-2-7b.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + model: nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + model: nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin + model: nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin + model: nous-hermes-llama-2-7b.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + model: nous-hermes-llama-2-7b.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + model: nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin + model: nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin + model: nous-hermes-llama-2-7b.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin + model: nous-hermes-llama-2-7b.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-2.0-ggml__airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + model: nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin + model: nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin + model: nous-hermes-llama-2-7b.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin + model: nous-hermes-llama-2-7b.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin + - filename: nous-hermes-llama-2-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin + model: nous-hermes-llama2-70b.ggmlv3.Q2_K.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + model: nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + model: nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin + model: nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin + model: nous-hermes-llama2-70b.ggmlv3.Q4_0.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + model: nous-hermes-llama2-70b.ggmlv3.Q4_1.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + model: nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin + model: nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin + model: nous-hermes-llama2-70b.ggmlv3.Q5_0.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin + model: nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-13b-gpt4-m2.0-ggml__airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + model: nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin files: - - filename: airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin + - filename: nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-13b-gpt4-m2.0-GGML/resolve/main/airoboros-l2-13b-gpt4-m2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin + model: nous-hermes-llama2-13b.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin + model: nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin + model: nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin + model: nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin + model: nous-hermes-llama2-13b.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin + model: nous-hermes-llama2-13b.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin + model: nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin + model: nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin + model: nous-hermes-llama2-13b.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin + model: nous-hermes-llama2-13b.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-creative-ggml__airoboros-l2-70b-2.1-creative.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin + model: nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-Creative-GGML/resolve/main/airoboros-l2-70b-2.1-creative.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin + model: nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin + model: nous-hermes-llama2-13b.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - self-instruct + - distillation + - synthetic instruction + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin + model: nous-hermes-llama2-13b.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin + - filename: nous-hermes-llama2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin + model: nous-puffin-70b.ggmlv3.Q2_K.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin + - filename: nous-puffin-70b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin + model: nous-puffin-70b.ggmlv3.Q3_K_L.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin + - filename: nous-puffin-70b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin + model: nous-puffin-70b.ggmlv3.Q3_K_M.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin + - filename: nous-puffin-70b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin + model: nous-puffin-70b.ggmlv3.Q3_K_S.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin + - filename: nous-puffin-70b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin + model: nous-puffin-70b.ggmlv3.Q4_0.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin + - filename: nous-puffin-70b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin + model: nous-puffin-70b.ggmlv3.Q4_1.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin + - filename: nous-puffin-70b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin + model: nous-puffin-70b.ggmlv3.Q4_K_M.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin + - filename: nous-puffin-70b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-2.1-ggml__airoboros-l2-70b-2.1.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-2.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin + model: nous-puffin-70b.ggmlv3.Q4_K_S.bin files: - - filename: airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin + - filename: nous-puffin-70b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-2.1-GGML/resolve/main/airoboros-l2-70b-2.1.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin + model: nous-puffin-70b.ggmlv3.Q5_0.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin + - filename: nous-puffin-70b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + model: nous-puffin-70b.ggmlv3.Q5_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + - filename: nous-puffin-70b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + model: nous-puffin-70b.ggmlv3.Q5_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + - filename: nous-puffin-70b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__octocoder-ggml__octocoder.ggmlv1.q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Octocoder-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/commitpackft + - dataset:bigcode/oasst-octopack + - arxiv:2308.07124 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + model: octocoder.ggmlv1.q4_0.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + - filename: octocoder.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__octocoder-ggml__octocoder.ggmlv1.q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Octocoder-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/commitpackft + - dataset:bigcode/oasst-octopack + - arxiv:2308.07124 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin + model: octocoder.ggmlv1.q4_1.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin + - filename: octocoder.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__octocoder-ggml__octocoder.ggmlv1.q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Octocoder-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/commitpackft + - dataset:bigcode/oasst-octopack + - arxiv:2308.07124 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin + model: octocoder.ggmlv1.q5_0.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin + - filename: octocoder.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__octocoder-ggml__octocoder.ggmlv1.q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Octocoder-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/commitpackft + - dataset:bigcode/oasst-octopack + - arxiv:2308.07124 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + model: octocoder.ggmlv1.q5_1.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + - filename: octocoder.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__octocoder-ggml__octocoder.ggmlv1.q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/Octocoder-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/commitpackft + - dataset:bigcode/oasst-octopack + - arxiv:2308.07124 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + model: octocoder.ggmlv1.q8_0.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + - filename: octocoder.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q2_k.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin + model: open-llama-13b-open-instruct.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_l.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + model: open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-1.4.1-ggml__airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_m.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - has_space - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + model: open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-70b-gpt4-1.4.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_s.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin + model: open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_0.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin + model: open-llama-13b-open-instruct.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_1.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin + model: open-llama-13b-open-instruct.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_k_m.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin + model: open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_k_s.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin + model: open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_0.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin + model: open-llama-13b-open-instruct.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_1.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin + model: open-llama-13b-open-instruct.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_k_m.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin + model: open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_k_s.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin + model: open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q6_k.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin + model: open-llama-13b-open-instruct.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-2.0-ggml__airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q8_0.bin + license: cc urls: - - https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML + - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML tags: - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - text-generation + - en + - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf + - license:cc - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin + model: open-llama-13b-open-instruct.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin + - filename: open-llama-13b-open-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-70B-GPT4-2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin + model: open-llama-7B-open-instruct.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin + model: open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin + model: open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin + model: open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin + model: open-llama-7B-open-instruct.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin + model: open-llama-7B-open-instruct.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin + model: open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin + model: open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin + model: open-llama-7B-open-instruct.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin + model: open-llama-7B-open-instruct.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-70b-gpt4-m2.0-ggml__airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin + model: open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-70B-GPT4-m2.0-GGML/resolve/main/airoboros-l2-70b-gpt4-m2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin + model: open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin + model: open-llama-7B-open-instruct.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin + model: open-llama-7B-open-instruct.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin + - filename: open-llama-7B-open-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML - tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + tags: + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-2.1-ggml__airoboros-l2-7b-2.1.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-2.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airoboros-L2-7B-2.1-GGML/resolve/main/airoboros-l2-7b-2.1.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML tags: - - transformers - - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + model: open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin + - filename: open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-1.4.1-ggml__airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-1.4.1 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7b-gpt4-1.4.1-GGML/resolve/main/airoboros-l2-7b-gpt4-1.4.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin + model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin + - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.Q2_K.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin + model: openassistant-llama2-13b-orca-8k-3319.Q3_K_L.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin + model: openassistant-llama2-13b-orca-8k-3319.Q3_K_M.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin + model: openassistant-llama2-13b-orca-8k-3319.Q3_K_S.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.Q4_0.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin + model: openassistant-llama2-13b-orca-8k-3319.Q4_K_M.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin + model: openassistant-llama2-13b-orca-8k-3319.Q4_K_S.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin + model: openassistant-llama2-13b-orca-8k-3319.Q5_0.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin + model: openassistant-llama2-13b-orca-8k-3319.Q5_K_M.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin + model: openassistant-llama2-13b-orca-8k-3319.Q5_K_S.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-2.0-ggml__airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin + model: openassistant-llama2-13b-orca-8k-3319.Q6_K.gguf files: - - filename: airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-8k-3319-gguf__openassistant-llama2-13b-orca-8k-3319.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - sft + - text-generation + - en + - dataset:ehartford/dolphin + - dataset:shahules786/orca-chat + - dataset:togethercomputer/RedPajama-Data-1T + - dataset:atom-in-the-universe/fanfics-10k-50k + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin + model: openassistant-llama2-13b-orca-8k-3319.Q8_0.gguf files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin + - filename: openassistant-llama2-13b-orca-8k-3319.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGUF/resolve/main/openassistant-llama2-13b-orca-8k-3319.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-l2-7b-gpt4-m2.0-ggml__airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - transformers - llama - - dataset:jondurbin/airoboros-gpt4-m2.0 - - license:llama2 + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - license:other - text-generation-inference - region:us overrides: parameters: - model: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin files: - - filename: airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-m2.0-GGML/resolve/main/airoboros-l2-7b-gpt4-m2.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 + - transformers + - llama + - dataset:shahules786/orca-chat + - dataset:rombodawg/MegaCodeTraining112k + - dataset:theblackcat102/evol-codealpaca-v1 + - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - license:other + - text-generation-inference - region:us overrides: parameters: - model: airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin files: - - filename: airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin + - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q4_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin files: - - filename: airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q4_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin files: - - filename: airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q5_0.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin files: - - filename: airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q5_1.bin -- url: github:go-skynet/model-gallery/airoboros.yaml - name: thebloke__airoboros-mpt-30b-gpt4-1p4-ggml__airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: - - dataset:jondurbin/airoboros-gpt4-1.4 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin files: - - filename: airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airoboros-mpt-30b-gpt4-1p4-GGML/resolve/main/airoboros-mpt-30b-gpt4.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q2_k.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q2_K.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin files: - - filename: airochronos-33b.ggmlv3.q2_K.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_l.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q3_K_L.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin files: - - filename: airochronos-33b.ggmlv3.q3_K_L.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_m.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q3_K_M.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin files: - - filename: airochronos-33b.ggmlv3.q3_K_M.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q3_k_s.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q3_K_S.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin files: - - filename: airochronos-33b.ggmlv3.q3_K_S.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_0.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q4_0.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin files: - - filename: airochronos-33b.ggmlv3.q4_0.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_1.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q4_1.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin files: - - filename: airochronos-33b.ggmlv3.q4_1.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_k_m.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q4_K_M.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin files: - - filename: airochronos-33b.ggmlv3.q4_K_M.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q4_k_s.bin + name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML tags: + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q4_K_S.bin + model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin files: - - filename: airochronos-33b.ggmlv3.q4_K_S.bin + - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_0.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q5_0.bin + model: openbuddy-coder-34b-v11-bf16.Q2_K.gguf files: - - filename: airochronos-33b.ggmlv3.q5_0.bin + - filename: openbuddy-coder-34b-v11-bf16.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_1.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q5_1.bin + model: openbuddy-coder-34b-v11-bf16.Q3_K_L.gguf files: - - filename: airochronos-33b.ggmlv3.q5_1.bin + - filename: openbuddy-coder-34b-v11-bf16.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q5_K_M.bin + model: openbuddy-coder-34b-v11-bf16.Q3_K_M.gguf files: - - filename: airochronos-33b.ggmlv3.q5_K_M.bin + - filename: openbuddy-coder-34b-v11-bf16.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q5_K_S.bin + model: openbuddy-coder-34b-v11-bf16.Q3_K_S.gguf files: - - filename: airochronos-33b.ggmlv3.q5_K_S.bin + - filename: openbuddy-coder-34b-v11-bf16.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q6_k.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q6_K.bin + model: openbuddy-coder-34b-v11-bf16.Q4_0.gguf files: - - filename: airochronos-33b.ggmlv3.q6_K.bin + - filename: openbuddy-coder-34b-v11-bf16.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-33b-ggml__airochronos-33b.ggmlv3.q8_0.bin - license: other + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/airochronos-33B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: airochronos-33b.ggmlv3.q8_0.bin + model: openbuddy-coder-34b-v11-bf16.Q4_K_M.gguf files: - - filename: airochronos-33b.ggmlv3.q8_0.bin + - filename: openbuddy-coder-34b-v11-bf16.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/airochronos-33B-GGML/resolve/main/airochronos-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q2_k.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q2_K.bin + model: openbuddy-coder-34b-v11-bf16.Q4_K_S.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q2_K.bin + - filename: openbuddy-coder-34b-v11-bf16.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q3_K_L.bin + model: openbuddy-coder-34b-v11-bf16.Q5_0.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q3_K_L.bin + - filename: openbuddy-coder-34b-v11-bf16.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q3_K_M.bin + model: openbuddy-coder-34b-v11-bf16.Q5_K_M.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q3_K_M.bin + - filename: openbuddy-coder-34b-v11-bf16.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q3_K_S.bin + model: openbuddy-coder-34b-v11-bf16.Q5_K_S.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q3_K_S.bin + - filename: openbuddy-coder-34b-v11-bf16.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_0.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q4_0.bin + model: openbuddy-coder-34b-v11-bf16.Q6_K.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q4_0.bin + - filename: openbuddy-coder-34b-v11-bf16.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_1.bin + name: thebloke__openbuddy-coder-34b-v11-bf16-gguf__openbuddy-coder-34b-v11-bf16.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q4_1.bin + model: openbuddy-coder-34b-v11-bf16.Q8_0.gguf files: - - filename: airochronos-l2-13b.ggmlv3.q4_1.bin + - filename: openbuddy-coder-34b-v11-bf16.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-coder-34b-v11-bf16-GGUF/resolve/main/openbuddy-coder-34b-v11-bf16.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q4_K_M.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin files: - - filename: airochronos-l2-13b.ggmlv3.q4_K_M.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q4_K_S.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin files: - - filename: airochronos-l2-13b.ggmlv3.q4_K_S.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_0.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q5_0.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin files: - - filename: airochronos-l2-13b.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_1.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q5_1.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin files: - - filename: airochronos-l2-13b.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q5_K_M.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin files: - - filename: airochronos-l2-13b.ggmlv3.q5_K_M.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q5_K_S.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin files: - - filename: airochronos-l2-13b.ggmlv3.q5_K_S.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q6_k.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q6_K.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin files: - - filename: airochronos-l2-13b.ggmlv3.q6_K.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airochronos-l2-13b-ggml__airochronos-l2-13b.ggmlv3.q8_0.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airochronos-l2-13b.ggmlv3.q8_0.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin files: - - filename: airochronos-l2-13b.ggmlv3.q8_0.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airochronos-L2-13B-GGML/resolve/main/airochronos-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q2_k.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + model: openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin + model: openbuddy-llama2-13b-v11.1.Q2_K.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin + - filename: openbuddy-llama2-13b-v11.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin + model: openbuddy-llama2-13b-v11.1.Q3_K_L.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin + - filename: openbuddy-llama2-13b-v11.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + model: openbuddy-llama2-13b-v11.1.Q3_K_M.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-13b-v11.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + model: openbuddy-llama2-13b-v11.1.Q3_K_S.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-13b-v11.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin + model: openbuddy-llama2-13b-v11.1.Q4_0.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin + - filename: openbuddy-llama2-13b-v11.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin + model: openbuddy-llama2-13b-v11.1.Q4_K_M.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin + - filename: openbuddy-llama2-13b-v11.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q6_k.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin + model: openbuddy-llama2-13b-v11.1.Q4_K_S.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin + - filename: openbuddy-llama2-13b-v11.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__airolima-chronos-grad-l2-13b-ggml__airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - transformers - llama - - llama-2 - text-generation + - zh - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + model: openbuddy-llama2-13b-v11.1.Q5_0.gguf files: - - filename: airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + - filename: openbuddy-llama2-13b-v11.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Airolima-Chronos-Grad-L2-13B-GGML/resolve/main/airolima-chronos-grad-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q4_0.bin - license: other + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - - alpaca + - transformers - llama - - chat - - text2text-generation + - text-generation + - zh - en - - dataset:yahma/alpaca-cleaned - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Alpaca-Lora-30B.ggmlv3.q4_0.bin + model: openbuddy-llama2-13b-v11.1.Q5_K_M.gguf files: - - filename: Alpaca-Lora-30B.ggmlv3.q4_0.bin + - filename: openbuddy-llama2-13b-v11.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q4_1.bin - license: other + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - - alpaca + - transformers - llama - - chat - - text2text-generation + - text-generation + - zh - en - - dataset:yahma/alpaca-cleaned - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Alpaca-Lora-30B.ggmlv3.q4_1.bin + model: openbuddy-llama2-13b-v11.1.Q5_K_S.gguf files: - - filename: Alpaca-Lora-30B.ggmlv3.q4_1.bin + - filename: openbuddy-llama2-13b-v11.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q5_0.bin - license: other + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - - alpaca + - transformers - llama - - chat - - text2text-generation + - text-generation + - zh - en - - dataset:yahma/alpaca-cleaned - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Alpaca-Lora-30B.ggmlv3.q5_0.bin + model: openbuddy-llama2-13b-v11.1.Q6_K.gguf files: - - filename: Alpaca-Lora-30B.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-13b-v11.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q5_1.bin - license: other + name: thebloke__openbuddy-llama2-13b-v11.1-gguf__openbuddy-llama2-13b-v11.1.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF tags: - - alpaca + - transformers - llama - - chat - - text2text-generation + - text-generation + - zh - en - - dataset:yahma/alpaca-cleaned - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: Alpaca-Lora-30B.ggmlv3.q5_1.bin + model: openbuddy-llama2-13b-v11.1.Q8_0.gguf files: - - filename: Alpaca-Lora-30B.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-13b-v11.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGUF/resolve/main/openbuddy-llama2-13b-v11.1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-30b-ggml__alpaca-lora-30b.ggmlv3.q8_0.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - alpaca + - transformers - llama - - chat - - text2text-generation + - text-generation + - zh - en - - dataset:yahma/alpaca-cleaned - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Alpaca-Lora-30B.ggmlv3.q8_0.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q2_K.gguf files: - - filename: Alpaca-Lora-30B.ggmlv3.q8_0.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Alpaca-Lora-30B-GGML/resolve/main/Alpaca-Lora-30B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q2_k.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q2_K.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q3_K_L.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q2_K.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q3_K_L.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q3_K_M.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q3_K_L.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q3_K_M.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q3_K_S.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q3_K_M.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q3_K_S.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q4_0.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q3_K_S.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_0.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q4_0.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q4_K_M.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q4_0.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_1.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q4_1.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q4_K_S.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q4_1.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q4_K_M.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q5_0.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q4_K_M.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q4_K_S.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q5_K_M.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q4_K_S.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_0.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q5_0.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q5_K_S.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_1.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q5_1.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q6_K.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openbuddy-llama2-34b-v11.1-bf16-gguf__openbuddy-llama2-34b-v11.1-bf16.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q5_K_M.bin + model: openbuddy-llama2-34b-v11.1-bf16.Q8_0.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q5_K_M.bin + - filename: openbuddy-llama2-34b-v11.1-bf16.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF/resolve/main/openbuddy-llama2-34b-v11.1-bf16.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpaca-lora-65b-ggml__alpaca-lora-65b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/alpaca-lora-65B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: alpaca-lora-65B.ggmlv3.q5_K_S.bin + model: openbuddy-llama2-70b-v10.1.Q2_K.gguf files: - - filename: alpaca-lora-65B.ggmlv3.q5_K_S.bin + - filename: openbuddy-llama2-70b-v10.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/alpaca-lora-65B-GGML/resolve/main/alpaca-lora-65B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q2_k.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q2_K.bin + model: openbuddy-llama2-70b-v10.1.Q3_K_L.gguf files: - - filename: alpacacielo-13b.ggmlv3.q2_K.bin + - filename: openbuddy-llama2-70b-v10.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_l.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q3_K_L.bin + model: openbuddy-llama2-70b-v10.1.Q3_K_M.gguf files: - - filename: alpacacielo-13b.ggmlv3.q3_K_L.bin + - filename: openbuddy-llama2-70b-v10.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_m.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q3_K_M.bin + model: openbuddy-llama2-70b-v10.1.Q3_K_S.gguf files: - - filename: alpacacielo-13b.ggmlv3.q3_K_M.bin + - filename: openbuddy-llama2-70b-v10.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q3_k_s.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q3_K_S.bin + model: openbuddy-llama2-70b-v10.1.Q4_0.gguf files: - - filename: alpacacielo-13b.ggmlv3.q3_K_S.bin + - filename: openbuddy-llama2-70b-v10.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_0.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q4_0.bin + model: openbuddy-llama2-70b-v10.1.Q4_K_M.gguf files: - - filename: alpacacielo-13b.ggmlv3.q4_0.bin + - filename: openbuddy-llama2-70b-v10.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_1.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q4_1.bin + model: openbuddy-llama2-70b-v10.1.Q4_K_S.gguf files: - - filename: alpacacielo-13b.ggmlv3.q4_1.bin + - filename: openbuddy-llama2-70b-v10.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_k_m.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q4_K_M.bin + model: openbuddy-llama2-70b-v10.1.Q5_0.gguf files: - - filename: alpacacielo-13b.ggmlv3.q4_K_M.bin + - filename: openbuddy-llama2-70b-v10.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q4_k_s.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q4_K_S.bin + model: openbuddy-llama2-70b-v10.1.Q5_K_M.gguf files: - - filename: alpacacielo-13b.ggmlv3.q4_K_S.bin + - filename: openbuddy-llama2-70b-v10.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_0.bin + name: thebloke__openbuddy-llama2-70b-v10.1-gguf__openbuddy-llama2-70b-v10.1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q5_0.bin + model: openbuddy-llama2-70b-v10.1.Q5_K_S.gguf files: - - filename: alpacacielo-13b.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-70b-v10.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-70b-v10.1-GGUF/resolve/main/openbuddy-llama2-70b-v10.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_1.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q5_1.bin + model: openbuddy-llama2-70b-v13-base.Q2_K.gguf files: - - filename: alpacacielo-13b.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-70b-v13-base.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_k_m.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q5_K_M.bin + model: openbuddy-llama2-70b-v13-base.Q3_K_L.gguf files: - - filename: alpacacielo-13b.ggmlv3.q5_K_M.bin + - filename: openbuddy-llama2-70b-v13-base.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q5_k_s.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q5_K_S.bin + model: openbuddy-llama2-70b-v13-base.Q3_K_M.gguf files: - - filename: alpacacielo-13b.ggmlv3.q5_K_S.bin + - filename: openbuddy-llama2-70b-v13-base.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q6_k.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q6_K.bin + model: openbuddy-llama2-70b-v13-base.Q3_K_S.gguf files: - - filename: alpacacielo-13b.ggmlv3.q6_K.bin + - filename: openbuddy-llama2-70b-v13-base.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo-13b-ggml__alpacacielo-13b.ggmlv3.q8_0.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo-13b.ggmlv3.q8_0.bin + model: openbuddy-llama2-70b-v13-base.Q4_0.gguf files: - - filename: alpacacielo-13b.ggmlv3.q8_0.bin + - filename: openbuddy-llama2-70b-v13-base.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo-13B-GGML/resolve/main/alpacacielo-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q2_k.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q2_K.bin + model: openbuddy-llama2-70b-v13-base.Q4_K_M.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q2_K.bin + - filename: openbuddy-llama2-70b-v13-base.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_l.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin + model: openbuddy-llama2-70b-v13-base.Q4_K_S.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin + - filename: openbuddy-llama2-70b-v13-base.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_m.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin + model: openbuddy-llama2-70b-v13-base.Q5_0.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin + - filename: openbuddy-llama2-70b-v13-base.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q3_k_s.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin + model: openbuddy-llama2-70b-v13-base.Q5_K_M.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin + - filename: openbuddy-llama2-70b-v13-base.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_0.bin + name: thebloke__openbuddy-llama2-70b-v13-base-gguf__openbuddy-llama2-70b-v13-base.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF tags: - transformers - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q4_0.bin + model: openbuddy-llama2-70b-v13-base.Q5_K_S.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q4_0.bin + - filename: openbuddy-llama2-70b-v13-base.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13-base-GGUF/resolve/main/openbuddy-llama2-70b-v13-base.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_1.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69142,16 +211789,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q4_1.bin + model: openbuddy-llama2-70b-v13.2.Q2_K.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q4_1.bin + - filename: openbuddy-llama2-70b-v13.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_k_m.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69160,16 +211807,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin + model: openbuddy-llama2-70b-v13.2.Q3_K_L.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin + - filename: openbuddy-llama2-70b-v13.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q4_k_s.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69178,16 +211825,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin + model: openbuddy-llama2-70b-v13.2.Q3_K_M.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin + - filename: openbuddy-llama2-70b-v13.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_0.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69196,16 +211843,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q5_0.bin + model: openbuddy-llama2-70b-v13.2.Q3_K_S.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q5_0.bin + - filename: openbuddy-llama2-70b-v13.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_1.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69214,16 +211861,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q5_1.bin + model: openbuddy-llama2-70b-v13.2.Q4_0.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q5_1.bin + - filename: openbuddy-llama2-70b-v13.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_k_m.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69232,16 +211879,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin + model: openbuddy-llama2-70b-v13.2.Q4_K_M.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin + - filename: openbuddy-llama2-70b-v13.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q5_k_s.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69250,16 +211897,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin + model: openbuddy-llama2-70b-v13.2.Q4_K_S.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin + - filename: openbuddy-llama2-70b-v13.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q6_k.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69268,16 +211915,16 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q6_K.bin + model: openbuddy-llama2-70b-v13.2.Q5_0.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q6_K.bin + - filename: openbuddy-llama2-70b-v13.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__alpacacielo2-7b-8k-ggml__alpacacielo2-7b-8k.ggmlv3.q8_0.bin + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama @@ -69286,26625 +211933,28749 @@ - region:us overrides: parameters: - model: alpacacielo2-7b-8k.ggmlv3.q8_0.bin + model: openbuddy-llama2-70b-v13.2.Q5_K_M.gguf files: - - filename: alpacacielo2-7b-8k.ggmlv3.q8_0.bin + - filename: openbuddy-llama2-70b-v13.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/AlpacaCielo2-7B-8K-GGML/resolve/main/alpacacielo2-7b-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__openbuddy-llama2-70b-v13.2-gguf__openbuddy-llama2-70b-v13.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF tags: - transformers - llama - - medical - - text2text-generation - - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q2_K.bin + model: openbuddy-llama2-70b-v13.2.Q5_K_S.gguf files: - - filename: asclepius-13b.ggmlv3.Q2_K.bin + - filename: openbuddy-llama2-70b-v13.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-llama2-70B-v13.2-GGUF/resolve/main/openbuddy-llama2-70b-v13.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q3_K_L.bin + model: openbuddy-mistral-7b-v13-base.Q2_K.gguf files: - - filename: asclepius-13b.ggmlv3.Q3_K_L.bin + - filename: openbuddy-mistral-7b-v13-base.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q3_K_M.bin + model: openbuddy-mistral-7b-v13-base.Q3_K_L.gguf files: - - filename: asclepius-13b.ggmlv3.Q3_K_M.bin + - filename: openbuddy-mistral-7b-v13-base.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q3_K_S.bin + model: openbuddy-mistral-7b-v13-base.Q3_K_M.gguf files: - - filename: asclepius-13b.ggmlv3.Q3_K_S.bin + - filename: openbuddy-mistral-7b-v13-base.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q4_0.bin + model: openbuddy-mistral-7b-v13-base.Q3_K_S.gguf files: - - filename: asclepius-13b.ggmlv3.Q4_0.bin + - filename: openbuddy-mistral-7b-v13-base.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q4_1.bin + model: openbuddy-mistral-7b-v13-base.Q4_0.gguf files: - - filename: asclepius-13b.ggmlv3.Q4_1.bin + - filename: openbuddy-mistral-7b-v13-base.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q4_K_M.bin + model: openbuddy-mistral-7b-v13-base.Q4_K_M.gguf files: - - filename: asclepius-13b.ggmlv3.Q4_K_M.bin + - filename: openbuddy-mistral-7b-v13-base.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q4_K_S.bin + model: openbuddy-mistral-7b-v13-base.Q4_K_S.gguf files: - - filename: asclepius-13b.ggmlv3.Q4_K_S.bin + - filename: openbuddy-mistral-7b-v13-base.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q5_0.bin + model: openbuddy-mistral-7b-v13-base.Q5_0.gguf files: - - filename: asclepius-13b.ggmlv3.Q5_0.bin + - filename: openbuddy-mistral-7b-v13-base.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q5_1.bin + model: openbuddy-mistral-7b-v13-base.Q5_K_M.gguf files: - - filename: asclepius-13b.ggmlv3.Q5_1.bin + - filename: openbuddy-mistral-7b-v13-base.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q5_K_M.bin + model: openbuddy-mistral-7b-v13-base.Q5_K_S.gguf files: - - filename: asclepius-13b.ggmlv3.Q5_K_M.bin + - filename: openbuddy-mistral-7b-v13-base.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q5_K_S.bin + model: openbuddy-mistral-7b-v13-base.Q6_K.gguf files: - - filename: asclepius-13b.ggmlv3.Q5_K_S.bin + - filename: openbuddy-mistral-7b-v13-base.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-base-gguf__openbuddy-mistral-7b-v13-base.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q6_K.bin + model: openbuddy-mistral-7b-v13-base.Q8_0.gguf files: - - filename: asclepius-13b.ggmlv3.Q6_K.bin + - filename: openbuddy-mistral-7b-v13-base.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-base-GGUF/resolve/main/openbuddy-mistral-7b-v13-base.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__asclepius-13b-ggml__asclepius-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Asclepius-13B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - medical - - text2text-generation + - mistral + - text-generation + - zh - en - - dataset:starmpcc/Asclepius-Synthetic-Clinical-Notes - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: asclepius-13b.ggmlv3.Q8_0.bin + model: openbuddy-mistral-7b-v13.Q2_K.gguf files: - - filename: asclepius-13b.ggmlv3.Q8_0.bin + - filename: openbuddy-mistral-7b-v13.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Asclepius-13B-GGML/resolve/main/asclepius-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q2_K.bin + model: openbuddy-mistral-7b-v13.Q3_K_L.gguf files: - - filename: athena-v1.ggmlv3.Q2_K.bin + - filename: openbuddy-mistral-7b-v13.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q3_K_L.bin + model: openbuddy-mistral-7b-v13.Q3_K_M.gguf files: - - filename: athena-v1.ggmlv3.Q3_K_L.bin + - filename: openbuddy-mistral-7b-v13.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q3_K_M.bin + model: openbuddy-mistral-7b-v13.Q3_K_S.gguf files: - - filename: athena-v1.ggmlv3.Q3_K_M.bin + - filename: openbuddy-mistral-7b-v13.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q3_K_S.bin + model: openbuddy-mistral-7b-v13.Q4_0.gguf files: - - filename: athena-v1.ggmlv3.Q3_K_S.bin + - filename: openbuddy-mistral-7b-v13.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q4_0.bin + model: openbuddy-mistral-7b-v13.Q4_K_M.gguf files: - - filename: athena-v1.ggmlv3.Q4_0.bin + - filename: openbuddy-mistral-7b-v13.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q4_1.bin + model: openbuddy-mistral-7b-v13.Q4_K_S.gguf files: - - filename: athena-v1.ggmlv3.Q4_1.bin + - filename: openbuddy-mistral-7b-v13.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q4_K_M.bin + model: openbuddy-mistral-7b-v13.Q5_0.gguf files: - - filename: athena-v1.ggmlv3.Q4_K_M.bin + - filename: openbuddy-mistral-7b-v13.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q4_K_S.bin + model: openbuddy-mistral-7b-v13.Q5_K_M.gguf files: - - filename: athena-v1.ggmlv3.Q4_K_S.bin + - filename: openbuddy-mistral-7b-v13.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q5_0.bin + model: openbuddy-mistral-7b-v13.Q5_K_S.gguf files: - - filename: athena-v1.ggmlv3.Q5_0.bin + - filename: openbuddy-mistral-7b-v13.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q5_1.bin + model: openbuddy-mistral-7b-v13.Q6_K.gguf files: - - filename: athena-v1.ggmlv3.Q5_1.bin + - filename: openbuddy-mistral-7b-v13.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13-gguf__openbuddy-mistral-7b-v13.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - has_space - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q5_K_M.bin + model: openbuddy-mistral-7b-v13.Q8_0.gguf files: - - filename: athena-v1.ggmlv3.Q5_K_M.bin + - filename: openbuddy-mistral-7b-v13.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13-GGUF/resolve/main/openbuddy-mistral-7b-v13.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q5_K_S.bin + model: openbuddy-mistral-7b-v13.1.Q2_K.gguf files: - - filename: athena-v1.ggmlv3.Q5_K_S.bin + - filename: openbuddy-mistral-7b-v13.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q6_K.bin + model: openbuddy-mistral-7b-v13.1.Q3_K_L.gguf files: - - filename: athena-v1.ggmlv3.Q6_K.bin + - filename: openbuddy-mistral-7b-v13.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__athena-v1-ggml__athena-v1.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Athena-v1-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: athena-v1.ggmlv3.Q8_0.bin + model: openbuddy-mistral-7b-v13.1.Q3_K_M.gguf files: - - filename: athena-v1.ggmlv3.Q8_0.bin + - filename: openbuddy-mistral-7b-v13.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Athena-v1-GGML/resolve/main/athena-v1.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q2_k.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q2_K.bin + model: openbuddy-mistral-7b-v13.1.Q3_K_S.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q2_K.bin + - filename: openbuddy-mistral-7b-v13.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q3_K_L.bin + model: openbuddy-mistral-7b-v13.1.Q4_0.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q3_K_L.bin + - filename: openbuddy-mistral-7b-v13.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q3_K_M.bin + model: openbuddy-mistral-7b-v13.1.Q4_K_M.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q3_K_M.bin + - filename: openbuddy-mistral-7b-v13.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q3_K_S.bin + model: openbuddy-mistral-7b-v13.1.Q4_K_S.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q3_K_S.bin + - filename: openbuddy-mistral-7b-v13.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q4_0.bin + model: openbuddy-mistral-7b-v13.1.Q5_0.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q4_0.bin + - filename: openbuddy-mistral-7b-v13.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q4_1.bin + model: openbuddy-mistral-7b-v13.1.Q5_K_M.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q4_1.bin + - filename: openbuddy-mistral-7b-v13.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q4_K_M.bin + model: openbuddy-mistral-7b-v13.1.Q5_K_S.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q4_K_M.bin + - filename: openbuddy-mistral-7b-v13.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q4_K_S.bin + model: openbuddy-mistral-7b-v13.1.Q6_K.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q4_K_S.bin + - filename: openbuddy-mistral-7b-v13.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__openbuddy-mistral-7b-v13.1-gguf__openbuddy-mistral-7b-v13.1.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF tags: + - transformers + - mistral - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q5_0.bin + model: openbuddy-mistral-7b-v13.1.Q8_0.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q5_0.bin + - filename: openbuddy-mistral-7b-v13.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-mistral-7B-v13.1-GGUF/resolve/main/openbuddy-mistral-7b-v13.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: + - transformers + - llama - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q5_1.bin + model: openbuddy-openllama-7b-v12-bf16.Q2_K.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q5_1.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q2_K.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: + - transformers + - llama - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q5_K_M.bin + model: openbuddy-openllama-7b-v12-bf16.Q3_K_L.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q5_K_M.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: + - transformers + - llama - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q5_K_S.bin + model: openbuddy-openllama-7b-v12-bf16.Q3_K_M.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q5_K_S.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: + - transformers + - llama - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q6_K.bin + model: openbuddy-openllama-7b-v12-bf16.Q3_K_S.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q6_K.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baichuan-llama-7b-ggml__baichuan-llama-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-llama-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: + - transformers + - llama - text-generation - zh - en - - arxiv:1910.07467 - - arxiv:2009.03300 - - license:other + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-llama-7b.ggmlv3.q8_0.bin + model: openbuddy-openllama-7b-v12-bf16.Q4_0.gguf files: - - filename: baichuan-llama-7b.ggmlv3.q8_0.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-llama-7B-GGML/resolve/main/baichuan-llama-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q4_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q2_K.bin + model: openbuddy-openllama-7b-v12-bf16.Q4_K_M.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q2_K.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q3_K_L.bin + model: openbuddy-openllama-7b-v12-bf16.Q4_K_S.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q3_K_L.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q3_K_M.bin + model: openbuddy-openllama-7b-v12-bf16.Q5_0.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q3_K_M.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q5_0.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q3_K_S.bin + model: openbuddy-openllama-7b-v12-bf16.Q5_K_M.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q3_K_S.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q4_0.bin + model: openbuddy-openllama-7b-v12-bf16.Q5_K_S.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q4_0.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q4_1.bin + model: openbuddy-openllama-7b-v12-bf16.Q6_K.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q4_1.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q6_K.gguf +- url: github:go-skynet/model-gallery/openllama_3b.yaml + name: thebloke__openbuddy-openllama-7b-v12-bf16-gguf__openbuddy-openllama-7b-v12-bf16.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - llama + - text-generation + - zh + - en + - fr + - de + - ja + - ko + - it + - ru + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q4_K_M.bin + model: openbuddy-openllama-7b-v12-bf16.Q8_0.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q4_K_M.bin + - filename: openbuddy-openllama-7b-v12-bf16.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-openllama-7B-v12-bf16-GGUF/resolve/main/openbuddy-openllama-7b-v12-bf16.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q4_K_S.bin + model: openbuddy-zephyr-7b-v14.1.Q2_K.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q4_K_S.bin + - filename: openbuddy-zephyr-7b-v14.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q5_0.bin + model: openbuddy-zephyr-7b-v14.1.Q3_K_L.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q5_0.bin + - filename: openbuddy-zephyr-7b-v14.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q5_1.bin + model: openbuddy-zephyr-7b-v14.1.Q3_K_M.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q5_1.bin + - filename: openbuddy-zephyr-7b-v14.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q5_K_M.bin + model: openbuddy-zephyr-7b-v14.1.Q3_K_S.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q5_K_M.bin + - filename: openbuddy-zephyr-7b-v14.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q5_K_S.bin + model: openbuddy-zephyr-7b-v14.1.Q4_0.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q5_K_S.bin + - filename: openbuddy-zephyr-7b-v14.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q6_K.bin + model: openbuddy-zephyr-7b-v14.1.Q4_K_M.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q6_K.bin + - filename: openbuddy-zephyr-7b-v14.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__baichuan-vicuna-7b-ggml__baichuan-vicuna-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2306.04751 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baichuan-vicuna-7b.ggmlv3.q8_0.bin + model: openbuddy-zephyr-7b-v14.1.Q4_K_S.gguf files: - - filename: baichuan-vicuna-7b.ggmlv3.q8_0.bin + - filename: openbuddy-zephyr-7b-v14.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/baichuan-vicuna-7B-GGML/resolve/main/baichuan-vicuna-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin + model: openbuddy-zephyr-7b-v14.1.Q5_0.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin + - filename: openbuddy-zephyr-7b-v14.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + model: openbuddy-zephyr-7b-v14.1.Q5_K_M.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + - filename: openbuddy-zephyr-7b-v14.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + model: openbuddy-zephyr-7b-v14.1.Q5_K_S.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + - filename: openbuddy-zephyr-7b-v14.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + model: openbuddy-zephyr-7b-v14.1.Q6_K.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + - filename: openbuddy-zephyr-7b-v14.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openbuddy-zephyr-7b-v14.1-gguf__openbuddy-zephyr-7b-v14.1.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + model: openbuddy-zephyr-7b-v14.1.Q8_0.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + - filename: openbuddy-zephyr-7b-v14.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openbuddy-zephyr-7B-v14.1-GGUF/resolve/main/openbuddy-zephyr-7b-v14.1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + model: openchat_3.5.Q2_K.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + - filename: openchat_3.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + model: openchat_3.5.Q3_K_L.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + - filename: openchat_3.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + model: openchat_3.5.Q3_K_M.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + - filename: openchat_3.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-13b-superhot-8k-ggml__baize-13b-v2-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin + model: openchat_3.5.Q3_K_S.gguf files: - - filename: baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin + - filename: openchat_3.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-13B-SuperHOT-8K-GGML/resolve/main/baize-13b-v2-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin + model: openchat_3.5.Q4_0.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin + - filename: openchat_3.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + model: openchat_3.5.Q4_K_M.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + - filename: openchat_3.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + model: openchat_3.5.Q4_K_S.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + - filename: openchat_3.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + model: openchat_3.5.Q5_0.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + - filename: openchat_3.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + model: openchat_3.5.Q5_K_M.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + - filename: openchat_3.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + model: openchat_3.5.Q5_K_S.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + - filename: openchat_3.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + model: openchat_3.5.Q6_K.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + - filename: openchat_3.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openchat_3.5-gguf__openchat_3.5.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/openchat_3.5-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - mistral + - arxiv:2309.11235 + - arxiv:2303.08774 + - arxiv:2212.10560 + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + model: openchat_3.5.Q8_0.gguf files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + - filename: openchat_3.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__baize-v2-7b-superhot-8k-ggml__baize-7b-v2-superhot-8k.ggmlv3.q6_k.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: - - arxiv:2304.01196 + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin + model: openchat_v3.2.ggmlv3.q2_K.bin files: - - filename: baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin + - filename: openchat_v3.2.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Baize-v2-7B-SuperHOT-8K-GGML/resolve/main/baize-7b-v2-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q2_k.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q2_K.bin + model: openchat_v3.2.ggmlv3.q3_K_L.bin files: - - filename: based-13b.ggmlv3.q2_K.bin + - filename: openchat_v3.2.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_l.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q3_K_L.bin + model: openchat_v3.2.ggmlv3.q3_K_M.bin files: - - filename: based-13b.ggmlv3.q3_K_L.bin + - filename: openchat_v3.2.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_m.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q3_K_M.bin + model: openchat_v3.2.ggmlv3.q3_K_S.bin files: - - filename: based-13b.ggmlv3.q3_K_M.bin + - filename: openchat_v3.2.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q3_k_s.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q3_K_S.bin + model: openchat_v3.2.ggmlv3.q4_0.bin files: - - filename: based-13b.ggmlv3.q3_K_S.bin + - filename: openchat_v3.2.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_0.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q4_0.bin + model: openchat_v3.2.ggmlv3.q4_1.bin files: - - filename: based-13b.ggmlv3.q4_0.bin + - filename: openchat_v3.2.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_1.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q4_1.bin + model: openchat_v3.2.ggmlv3.q4_K_M.bin files: - - filename: based-13b.ggmlv3.q4_1.bin + - filename: openchat_v3.2.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_k_m.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q4_K_M.bin + model: openchat_v3.2.ggmlv3.q4_K_S.bin files: - - filename: based-13b.ggmlv3.q4_K_M.bin + - filename: openchat_v3.2.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q4_k_s.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q4_K_S.bin + model: openchat_v3.2.ggmlv3.q5_0.bin files: - - filename: based-13b.ggmlv3.q4_K_S.bin + - filename: openchat_v3.2.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_0.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q5_0.bin + model: openchat_v3.2.ggmlv3.q5_1.bin files: - - filename: based-13b.ggmlv3.q5_0.bin + - filename: openchat_v3.2.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_1.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q5_1.bin + model: openchat_v3.2.ggmlv3.q5_K_M.bin files: - - filename: based-13b.ggmlv3.q5_1.bin + - filename: openchat_v3.2.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_k_m.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q5_K_M.bin + model: openchat_v3.2.ggmlv3.q5_K_S.bin files: - - filename: based-13b.ggmlv3.q5_K_M.bin + - filename: openchat_v3.2.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q5_k_s.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q5_K_S.bin + model: openchat_v3.2.ggmlv3.q6_K.bin files: - - filename: based-13b.ggmlv3.q5_K_S.bin + - filename: openchat_v3.2.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q6_k.bin + name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q6_K.bin + model: openchat_v3.2.ggmlv3.q8_0.bin files: - - filename: based-13b.ggmlv3.q6_K.bin + - filename: openchat_v3.2.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-13b-ggml__based-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-13b-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-13b.ggmlv3.q8_0.bin + model: openchat_v3.2_super.Q2_K.gguf files: - - filename: based-13b.ggmlv3.q8_0.bin + - filename: openchat_v3.2_super.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-13b-GGML/resolve/main/based-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q2_k.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q2_K.bin + model: openchat_v3.2_super.Q3_K_L.gguf files: - - filename: based-30b.ggmlv3.q2_K.bin + - filename: openchat_v3.2_super.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q3_K_L.bin + model: openchat_v3.2_super.Q3_K_M.gguf files: - - filename: based-30b.ggmlv3.q3_K_L.bin + - filename: openchat_v3.2_super.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q3_K_M.bin + model: openchat_v3.2_super.Q3_K_S.gguf files: - - filename: based-30b.ggmlv3.q3_K_M.bin + - filename: openchat_v3.2_super.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q3_K_S.bin + model: openchat_v3.2_super.Q4_0.gguf files: - - filename: based-30b.ggmlv3.q3_K_S.bin + - filename: openchat_v3.2_super.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_0.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q4_0.bin + model: openchat_v3.2_super.Q4_K_M.gguf files: - - filename: based-30b.ggmlv3.q4_0.bin + - filename: openchat_v3.2_super.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_1.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q4_1.bin + model: openchat_v3.2_super.Q4_K_S.gguf files: - - filename: based-30b.ggmlv3.q4_1.bin + - filename: openchat_v3.2_super.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q4_K_M.bin + model: openchat_v3.2_super.Q5_0.gguf files: - - filename: based-30b.ggmlv3.q4_K_M.bin + - filename: openchat_v3.2_super.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q4_K_S.bin + model: openchat_v3.2_super.Q5_K_M.gguf files: - - filename: based-30b.ggmlv3.q4_K_S.bin + - filename: openchat_v3.2_super.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_0.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q5_0.bin + model: openchat_v3.2_super.Q5_K_S.gguf files: - - filename: based-30b.ggmlv3.q5_0.bin + - filename: openchat_v3.2_super.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_1.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q5_1.bin + model: openchat_v3.2_super.Q6_K.gguf files: - - filename: based-30b.ggmlv3.q5_1.bin + - filename: openchat_v3.2_super.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openchat_v3.2_super-gguf__openchat_v3.2_super.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q5_K_M.bin + model: openchat_v3.2_super.Q8_0.gguf files: - - filename: based-30b.ggmlv3.q5_K_M.bin + - filename: openchat_v3.2_super.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/openchat_v3.2_super-GGUF/resolve/main/openchat_v3.2_super.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q5_K_S.bin + model: openhermes-2-mistral-7b.Q2_K.gguf files: - - filename: based-30b.ggmlv3.q5_K_S.bin + - filename: openhermes-2-mistral-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q6_k.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q6_K.bin + model: openhermes-2-mistral-7b.Q3_K_L.gguf files: - - filename: based-30b.ggmlv3.q6_K.bin + - filename: openhermes-2-mistral-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-30b-ggml__based-30b.ggmlv3.q8_0.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-30B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-30b.ggmlv3.q8_0.bin + model: openhermes-2-mistral-7b.Q3_K_M.gguf files: - - filename: based-30b.ggmlv3.q8_0.bin + - filename: openhermes-2-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-30B-GGML/resolve/main/based-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q2_k.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q2_K.bin + model: openhermes-2-mistral-7b.Q3_K_S.gguf files: - - filename: based-7b.ggmlv3.q2_K.bin + - filename: openhermes-2-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q3_K_L.bin + model: openhermes-2-mistral-7b.Q4_0.gguf files: - - filename: based-7b.ggmlv3.q3_K_L.bin + - filename: openhermes-2-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q3_K_M.bin + model: openhermes-2-mistral-7b.Q4_K_M.gguf files: - - filename: based-7b.ggmlv3.q3_K_M.bin + - filename: openhermes-2-mistral-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q3_K_S.bin + model: openhermes-2-mistral-7b.Q4_K_S.gguf files: - - filename: based-7b.ggmlv3.q3_K_S.bin + - filename: openhermes-2-mistral-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7B.ggmlv3.q4_0.bin + model: openhermes-2-mistral-7b.Q5_0.gguf files: - - filename: based-7B.ggmlv3.q4_0.bin + - filename: openhermes-2-mistral-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7B.ggmlv3.q4_1.bin + model: openhermes-2-mistral-7b.Q5_K_M.gguf files: - - filename: based-7B.ggmlv3.q4_1.bin + - filename: openhermes-2-mistral-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q4_K_M.bin + model: openhermes-2-mistral-7b.Q5_K_S.gguf files: - - filename: based-7b.ggmlv3.q4_K_M.bin + - filename: openhermes-2-mistral-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q4_K_S.bin + model: openhermes-2-mistral-7b.Q6_K.gguf files: - - filename: based-7b.ggmlv3.q4_K_S.bin + - filename: openhermes-2-mistral-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__openhermes-2-mistral-7b-gguf__openhermes-2-mistral-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: based-7B.ggmlv3.q5_0.bin + model: openhermes-2-mistral-7b.Q8_0.gguf files: - - filename: based-7B.ggmlv3.q5_0.bin + - filename: openhermes-2-mistral-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF/resolve/main/openhermes-2-mistral-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: based-7B.ggmlv3.q5_1.bin + model: openhermes-2.5-mistral-7b.Q2_K.gguf files: - - filename: based-7B.ggmlv3.q5_1.bin + - filename: openhermes-2.5-mistral-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q5_K_M.bin + model: openhermes-2.5-mistral-7b.Q3_K_L.gguf files: - - filename: based-7b.ggmlv3.q5_K_M.bin + - filename: openhermes-2.5-mistral-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q5_K_S.bin + model: openhermes-2.5-mistral-7b.Q3_K_M.gguf files: - - filename: based-7b.ggmlv3.q5_K_S.bin + - filename: openhermes-2.5-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q6_k.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: based-7b.ggmlv3.q6_K.bin + model: openhermes-2.5-mistral-7b.Q3_K_S.gguf files: - - filename: based-7b.ggmlv3.q6_K.bin + - filename: openhermes-2.5-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__based-7b-ggml__based-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/based-7B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: based-7B.ggmlv3.q8_0.bin + model: openhermes-2.5-mistral-7b.Q4_0.gguf files: - - filename: based-7B.ggmlv3.q8_0.bin + - filename: openhermes-2.5-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/based-7B-GGML/resolve/main/based-7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q2_K.bin + model: openhermes-2.5-mistral-7b.Q4_K_M.gguf files: - - filename: bigtrans-13b.ggmlv3.q2_K.bin - sha256: 6d4c0c9044458be3682e1e4e13b8c1a3e4d50c7f06e258e7b327c7fdaebef61e - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q2_K.bin + - filename: openhermes-2.5-mistral-7b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_L.bin + model: openhermes-2.5-mistral-7b.Q4_K_S.gguf files: - - filename: bigtrans-13b.ggmlv3.q3_K_L.bin - sha256: 0fd116081ab9699012dcb9e79881f4df9884eba17afa69387786733965ab1c26 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_L.bin + - filename: openhermes-2.5-mistral-7b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_M.bin + model: openhermes-2.5-mistral-7b.Q5_0.gguf files: - - filename: bigtrans-13b.ggmlv3.q3_K_M.bin - sha256: c7d6ad29671fb537648c8e4ed89c4ddcf73c862b281c1dbc31cc986caa98078a - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_M.bin + - filename: openhermes-2.5-mistral-7b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_S.bin + model: openhermes-2.5-mistral-7b.Q5_K_M.gguf files: - - filename: bigtrans-13b.ggmlv3.q3_K_S.bin - sha256: 83d38f801b9b80b0e71e87ad29b1cf35f356703f1853eae9a603d2fea8391533 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_S.bin + - filename: openhermes-2.5-mistral-7b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_0.bin + model: openhermes-2.5-mistral-7b.Q5_K_S.gguf files: - - filename: bigtrans-13b.ggmlv3.q4_0.bin - sha256: 13a64edf12e8abe27378ebcb19c9368ed4be2f4e693549e718ac74b3b4f0401a - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_0.bin + - filename: openhermes-2.5-mistral-7b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_1.bin + model: openhermes-2.5-mistral-7b.Q6_K.gguf files: - - filename: bigtrans-13b.ggmlv3.q4_1.bin - sha256: 983a4e5af756381e59ce0a8686eddcfd862cee7749f4e97c5c4da80efedd543a - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_1.bin + - filename: openhermes-2.5-mistral-7b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openhermes-2.5-mistral-7b-gguf__openhermes-2.5-mistral-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - mistral + - instruct + - finetune + - chatml + - gpt4 + - synthetic data + - distillation + - en + - license:apache-2.0 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_K_M.bin + model: openhermes-2.5-mistral-7b.Q8_0.gguf files: - - filename: bigtrans-13b.ggmlv3.q4_K_M.bin - sha256: ac34895e983e6ef1ea16756effc154f914298947e93f4c4efd27cefbeff5c565 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_M.bin + - filename: openhermes-2.5-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenHermes-2.5-Mistral-7B-GGUF/resolve/main/openhermes-2.5-mistral-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_K_S.bin + model: openorca-platypus2-13b.ggmlv3.q2_K.bin files: - - filename: bigtrans-13b.ggmlv3.q4_K_S.bin - sha256: fe142f13273da9e06114dc73a7a950c5fc661a725b6902f055101ac5954e43a7 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_S.bin + - filename: openorca-platypus2-13b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_0.bin + model: openorca-platypus2-13b.ggmlv3.q3_K_L.bin files: - - filename: bigtrans-13b.ggmlv3.q5_0.bin - sha256: 3b493ce84765c1b2a557af5f2afd52009079bae4f2a725ff25de39e384cbd08d - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_0.bin + - filename: openorca-platypus2-13b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_1.bin + model: openorca-platypus2-13b.ggmlv3.q3_K_M.bin files: - - filename: bigtrans-13b.ggmlv3.q5_1.bin - sha256: 8cabd913e9daf1349b3fe2537082426a348c446f8b322eced650dfedef2c23a3 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_1.bin + - filename: openorca-platypus2-13b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_K_M.bin + model: openorca-platypus2-13b.ggmlv3.q3_K_S.bin files: - - filename: bigtrans-13b.ggmlv3.q5_K_M.bin - sha256: 620141344c53b90949c6040a779ea0454d7dfb661d73e9df7ff5e232518ed71e - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_M.bin + - filename: openorca-platypus2-13b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_K_S.bin + model: openorca-platypus2-13b.ggmlv3.q4_0.bin files: - - filename: bigtrans-13b.ggmlv3.q5_K_S.bin - sha256: 114e0a73f08385c324a496d5e1df18847c4e76b94c929ee45417e79cae601c3e - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_S.bin + - filename: openorca-platypus2-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q6_K.bin + model: openorca-platypus2-13b.ggmlv3.q4_1.bin files: - - filename: bigtrans-13b.ggmlv3.q6_K.bin - sha256: f7dce093d8fb867017a194f755cf4410027f57e4815a046413cc1e90c5ecab03 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q6_K.bin + - filename: openorca-platypus2-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtrans-13b-ggml__bigtrans-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTrans-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q8_0.bin + model: openorca-platypus2-13b.ggmlv3.q4_K_M.bin files: - - filename: bigtrans-13b.ggmlv3.q8_0.bin - sha256: 32fa83f57778143d60fc0ac47e507d75949a3859be5bce09e6db8cb2c2195624 - uri: https://huggingface.co/TheBloke/BigTrans-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q8_0.bin + - filename: openorca-platypus2-13b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q2_K.bin + model: openorca-platypus2-13b.ggmlv3.q4_K_S.bin files: - - filename: bigtrans-13b.ggmlv3.q2_K.bin + - filename: openorca-platypus2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_L.bin + model: openorca-platypus2-13b.ggmlv3.q5_0.bin files: - - filename: bigtrans-13b.ggmlv3.q3_K_L.bin + - filename: openorca-platypus2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_M.bin + model: openorca-platypus2-13b.ggmlv3.q5_1.bin files: - - filename: bigtrans-13b.ggmlv3.q3_K_M.bin + - filename: openorca-platypus2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q3_K_S.bin + model: openorca-platypus2-13b.ggmlv3.q5_K_M.bin files: - - filename: bigtrans-13b.ggmlv3.q3_K_S.bin + - filename: openorca-platypus2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_0.bin + model: openorca-platypus2-13b.ggmlv3.q5_K_S.bin files: - - filename: bigtrans-13b.ggmlv3.q4_0.bin + - filename: openorca-platypus2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_1.bin + model: openorca-platypus2-13b.ggmlv3.q6_K.bin files: - - filename: bigtrans-13b.ggmlv3.q4_1.bin + - filename: openorca-platypus2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_K_M.bin + model: openorca-platypus2-13b.ggmlv3.q8_0.bin files: - - filename: bigtrans-13b.ggmlv3.q4_K_M.bin + - filename: openorca-platypus2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q4_K_S.bin + model: openorca-platypus2-13b.Q2_K.gguf files: - - filename: bigtrans-13b.ggmlv3.q4_K_S.bin + - filename: openorca-platypus2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_0.bin + model: openorca-platypus2-13b.Q3_K_L.gguf files: - - filename: bigtrans-13b.ggmlv3.q5_0.bin + - filename: openorca-platypus2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_1.bin + model: openorca-platypus2-13b.Q3_K_M.gguf files: - - filename: bigtrans-13b.ggmlv3.q5_1.bin + - filename: openorca-platypus2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_K_M.bin + model: openorca-platypus2-13b.Q3_K_S.gguf files: - - filename: bigtrans-13b.ggmlv3.q5_K_M.bin + - filename: openorca-platypus2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q5_K_S.bin + model: openorca-platypus2-13b.Q4_0.gguf files: - - filename: bigtrans-13b.ggmlv3.q5_K_S.bin + - filename: openorca-platypus2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q6_K.bin + model: openorca-platypus2-13b.Q4_K_M.gguf files: - - filename: bigtrans-13b.ggmlv3.q6_K.bin + - filename: openorca-platypus2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bigtranslate-13b-ggml__bigtrans-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/BigTranslate-13B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2305.18098 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: bigtrans-13b.ggmlv3.q8_0.bin + model: openorca-platypus2-13b.Q4_K_S.gguf files: - - filename: bigtrans-13b.ggmlv3.q8_0.bin + - filename: openorca-platypus2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/BigTranslate-13B-GGML/resolve/main/bigtrans-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-a.q4_0.bin + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/bloomz-176B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us overrides: parameters: - model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin + model: openorca-platypus2-13b.Q5_0.gguf files: - - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin - sha256: 007f83150226c589bee29a2117abf3ae73bd9bc9518ba2f908006f288550e656 - uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-a.q4_0.bin + - filename: openorca-platypus2-13b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-b.q4_0.bin + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/bloomz-176B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us overrides: parameters: - model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin + model: openorca-platypus2-13b.Q5_K_M.gguf files: - - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin - sha256: 4d3191c88f8ab6cb99a80344d3d56f469d7cc594104756aacbb9b5b9fb8474db - uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-b.q4_0.bin + - filename: openorca-platypus2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__bloomz-176b-ggml__bloomz-176b.ggmlv0.joinbeforeuse.split-c.q4_0.bin + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/bloomz-176B-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF + tags: + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us overrides: parameters: - model: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin + model: openorca-platypus2-13b.Q5_K_S.gguf files: - - filename: bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin - sha256: 59e6c7b6c4a02e35280af75b714c5523a577cadd765e5a02a0c8e29f5bc68b94 - uri: https://huggingface.co/TheBloke/bloomz-176B-GGML/resolve/main/bloomz-176B.ggmlv0.JOINBEFOREUSE.split-c.q4_0.bin + - filename: openorca-platypus2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q2_k.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q2_K.bin + model: openorca-platypus2-13b.Q6_K.gguf files: - - filename: camel-13b-combined.ggmlv3.q2_K.bin + - filename: openorca-platypus2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openorca-platypus2-13b-gguf__openorca-platypus2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - text-generation + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2306.02707 + - arxiv:2301.13688 + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q3_K_L.bin + model: openorca-platypus2-13b.Q8_0.gguf files: - - filename: camel-13b-combined.ggmlv3.q3_K_L.bin + - filename: openorca-platypus2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGUF/resolve/main/openorca-platypus2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_m.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q3_K_M.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin files: - - filename: camel-13b-combined.ggmlv3.q3_K_M.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q3_k_s.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q3_K_S.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin files: - - filename: camel-13b-combined.ggmlv3.q3_K_S.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_0.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q4_0.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin files: - - filename: camel-13b-combined.ggmlv3.q4_0.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_1.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q4_1.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin files: - - filename: camel-13b-combined.ggmlv3.q4_1.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_k_m.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q4_K_M.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin files: - - filename: camel-13b-combined.ggmlv3.q4_K_M.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q4_k_s.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q4_K_S.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin files: - - filename: camel-13b-combined.ggmlv3.q4_K_S.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_0.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q5_0.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin files: - - filename: camel-13b-combined.ggmlv3.q5_0.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_1.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q5_1.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin files: - - filename: camel-13b-combined.ggmlv3.q5_1.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_k_m.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q5_K_M.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin files: - - filename: camel-13b-combined.ggmlv3.q5_K_M.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q5_k_s.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q5_K_S.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin files: - - filename: camel-13b-combined.ggmlv3.q5_K_S.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q6_k.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q6_K.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin files: - - filename: camel-13b-combined.ggmlv3.q6_K.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-ggml__camel-13b-combined.ggmlv3.q8_0.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined.ggmlv3.q8_0.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin files: - - filename: camel-13b-combined.ggmlv3.q8_0.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-GGML/resolve/main/camel-13b-combined.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + model: openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + - filename: openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + model: openorca_stx.Q2_K.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + - filename: openorca_stx.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + model: openorca_stx.Q3_K_L.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + - filename: openorca_stx.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + model: openorca_stx.Q3_K_M.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + - filename: openorca_stx.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + model: openorca_stx.Q3_K_S.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + - filename: openorca_stx.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + model: openorca_stx.Q4_0.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + - filename: openorca_stx.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + model: openorca_stx.Q4_K_M.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + - filename: openorca_stx.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-combined-data-superhot-8k-ggml__camel-13b-combined-data-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin + model: openorca_stx.Q4_K_S.gguf files: - - filename: camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin + - filename: openorca_stx.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Combined-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-combined-data-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q2_k.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q2_K.bin + model: openorca_stx.Q5_0.gguf files: - - filename: camel-13b-roleplay.ggmlv3.q2_K.bin + - filename: openorca_stx.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_l.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q3_K_L.bin + model: openorca_stx.Q5_K_M.gguf files: - - filename: camel-13b-roleplay.ggmlv3.q3_K_L.bin + - filename: openorca_stx.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_m.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q3_K_M.bin + model: openorca_stx.Q5_K_S.gguf files: - - filename: camel-13b-roleplay.ggmlv3.q3_K_M.bin + - filename: openorca_stx.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q3_k_s.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q3_K_S.bin + model: openorca_stx.Q6_K.gguf files: - - filename: camel-13b-roleplay.ggmlv3.q3_K_S.bin + - filename: openorca_stx.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_0.bin - license: other + name: thebloke__openorca_stx-gguf__openorca_stx.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - ja + - dataset:snow_simplified_japanese_corpus + - dataset:khalidalt/tydiqa-goldp + - dataset:csebuetnlp/xlsum + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q4_0.bin + model: openorca_stx.Q8_0.gguf files: - - filename: camel-13b-roleplay.ggmlv3.q4_0.bin + - filename: openorca_stx.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/OpenOrca_Stx-GGUF/resolve/main/openorca_stx.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_1.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q4_1.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin files: - - filename: camel-13b-roleplay.ggmlv3.q4_1.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_k_m.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q4_K_M.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin files: - - filename: camel-13b-roleplay.ggmlv3.q4_K_M.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q4_k_s.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q4_K_S.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin files: - - filename: camel-13b-roleplay.ggmlv3.q4_K_S.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_0.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q5_0.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin files: - - filename: camel-13b-roleplay.ggmlv3.q5_0.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_1.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q5_1.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin files: - - filename: camel-13b-roleplay.ggmlv3.q5_1.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_k_m.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q5_K_M.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin files: - - filename: camel-13b-roleplay.ggmlv3.q5_K_M.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q5_k_s.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q5_K_S.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin files: - - filename: camel-13b-roleplay.ggmlv3.q5_K_S.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q6_k.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q6_K.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin files: - - filename: camel-13b-roleplay.ggmlv3.q6_K.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-ggml__camel-13b-roleplay.ggmlv3.q8_0.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-roleplay.ggmlv3.q8_0.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin files: - - filename: camel-13b-roleplay.ggmlv3.q8_0.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-GGML/resolve/main/camel-13b-roleplay.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_m.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_k_s.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_k_m.bin + name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML tags: - - arxiv:2303.17760 + - transformers + - llama + - text-generation + - en + - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 + - arxiv:2301.13688 - license:other + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin + model: openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin + - filename: openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin + model: orca_llama_70b_qlora.Q2_K.gguf files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin + - filename: orca_llama_70b_qlora.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin + model: orca_llama_70b_qlora.Q3_K_L.gguf files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin + - filename: orca_llama_70b_qlora.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin + model: orca_llama_70b_qlora.Q3_K_M.gguf files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin + - filename: orca_llama_70b_qlora.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-13b-role-playing-data-superhot-8k-ggml__camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - arxiv:2303.17760 - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin + model: orca_llama_70b_qlora.Q3_K_S.gguf files: - - filename: camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin + - filename: orca_llama_70b_qlora.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-13B-Role-Playing-Data-SuperHOT-8K-GGML/resolve/main/camel-13b-role-playing-data-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q2_k.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q2_K.bin + model: orca_llama_70b_qlora.Q4_0.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q2_K.bin + - filename: orca_llama_70b_qlora.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_l.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q3_K_L.bin + model: orca_llama_70b_qlora.Q4_K_M.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q3_K_L.bin + - filename: orca_llama_70b_qlora.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_m.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q3_K_M.bin + model: orca_llama_70b_qlora.Q4_K_S.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q3_K_M.bin + - filename: orca_llama_70b_qlora.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q3_k_s.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q3_K_S.bin + model: orca_llama_70b_qlora.Q5_0.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q3_K_S.bin + - filename: orca_llama_70b_qlora.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_0.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q4_0.bin + model: orca_llama_70b_qlora.Q5_K_M.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q4_0.bin + - filename: orca_llama_70b_qlora.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_1.bin - license: other + name: thebloke__orca_llama_70b_qlora-gguf__orca_llama_70b_qlora.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q4_1.bin + model: orca_llama_70b_qlora.Q5_K_S.gguf files: - - filename: camel-33B-combined-data.ggmlv3.q4_1.bin + - filename: orca_llama_70b_qlora.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/ORCA_LLaMA_70B_QLoRA-GGUF/resolve/main/orca_llama_70b_qlora.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_k_m.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q2_k.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q4_K_M.bin + model: orca-mini-13b.ggmlv3.q2_K.bin files: - - filename: camel-33B-combined-data.ggmlv3.q4_K_M.bin + - filename: orca-mini-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_l.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q4_K_S.bin + model: orca-mini-13b.ggmlv3.q3_K_L.bin files: - - filename: camel-33B-combined-data.ggmlv3.q4_K_S.bin + - filename: orca-mini-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_0.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q5_0.bin + model: orca-mini-13b.ggmlv3.q3_K_M.bin files: - - filename: camel-33B-combined-data.ggmlv3.q5_0.bin + - filename: orca-mini-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_1.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q5_1.bin + model: orca-mini-13b.ggmlv3.q3_K_S.bin files: - - filename: camel-33B-combined-data.ggmlv3.q5_1.bin + - filename: orca-mini-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q5_K_M.bin + model: orca-mini-13b.ggmlv3.q4_0.bin files: - - filename: camel-33B-combined-data.ggmlv3.q5_K_M.bin + - filename: orca-mini-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q5_K_S.bin + model: orca-mini-13b.ggmlv3.q4_1.bin files: - - filename: camel-33B-combined-data.ggmlv3.q5_K_S.bin + - filename: orca-mini-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q6_K.bin + model: orca-mini-13b.ggmlv3.q4_K_M.bin files: - - filename: camel-33B-combined-data.ggmlv3.q6_K.bin + - filename: orca-mini-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-ggml__camel-33b-combined-data.ggmlv3.q8_0.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-33B-combined-data.ggmlv3.q8_0.bin + model: orca-mini-13b.ggmlv3.q4_K_S.bin files: - - filename: camel-33B-combined-data.ggmlv3.q8_0.bin + - filename: orca-mini-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-GGML/resolve/main/camel-33B-combined-data.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin + model: orca-mini-13b.ggmlv3.q5_0.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin + - filename: orca-mini-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + model: orca-mini-13b.ggmlv3.q5_1.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + - filename: orca-mini-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + model: orca-mini-13b.ggmlv3.q5_K_M.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + - filename: orca-mini-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + model: orca-mini-13b.ggmlv3.q5_K_S.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + - filename: orca-mini-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q6_k.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + model: orca-mini-13b.ggmlv3.q6_K.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + - filename: orca-mini-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q8_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_13B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + model: orca-mini-13b.ggmlv3.q8_0.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + - filename: orca-mini-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q4_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_3B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit + - has_space - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + model: orca-mini-3b.ggmlv3.q4_0.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + - filename: orca-mini-3b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q4_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_3B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit + - has_space - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + model: orca-mini-3b.ggmlv3.q4_1.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + - filename: orca-mini-3b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-33b-combined-data-superhot-8k-ggml__camel-33b-combined-data-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q5_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_3B-GGML tags: - - license:other + - transformers + - en + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit + - has_space - region:us overrides: parameters: - model: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin + model: orca-mini-3b.ggmlv3.q5_0.bin files: - - filename: CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin + - filename: orca-mini-3b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GGML/resolve/main/CAMEL-33B-combined-data-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q5_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_3B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit + - has_space - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q2_K.bin + model: orca-mini-3b.ggmlv3.q5_1.bin files: - - filename: camel-platypus2-13b.ggmlv3.q2_K.bin + - filename: orca-mini-3b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q8_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_3B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit + - has_space - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q3_K_L.bin + model: orca-mini-3b.ggmlv3.q8_0.bin files: - - filename: camel-platypus2-13b.ggmlv3.q3_K_L.bin + - filename: orca-mini-3b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q2_k.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q3_K_M.bin + model: orca-mini-7b.ggmlv3.q2_K.bin files: - - filename: camel-platypus2-13b.ggmlv3.q3_K_M.bin + - filename: orca-mini-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_l.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q3_K_S.bin + model: orca-mini-7b.ggmlv3.q3_K_L.bin files: - - filename: camel-platypus2-13b.ggmlv3.q3_K_S.bin + - filename: orca-mini-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q4_0.bin + model: orca-mini-7b.ggmlv3.q3_K_M.bin files: - - filename: camel-platypus2-13b.ggmlv3.q4_0.bin + - filename: orca-mini-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q4_1.bin + model: orca-mini-7b.ggmlv3.q3_K_S.bin files: - - filename: camel-platypus2-13b.ggmlv3.q4_1.bin + - filename: orca-mini-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q4_K_M.bin + model: orca-mini-7b.ggmlv3.q4_0.bin files: - - filename: camel-platypus2-13b.ggmlv3.q4_K_M.bin + - filename: orca-mini-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q4_K_S.bin + model: orca-mini-7b.ggmlv3.q4_1.bin files: - - filename: camel-platypus2-13b.ggmlv3.q4_K_S.bin + - filename: orca-mini-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q5_0.bin + model: orca-mini-7b.ggmlv3.q4_K_M.bin files: - - filename: camel-platypus2-13b.ggmlv3.q5_0.bin + - filename: orca-mini-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q5_1.bin + model: orca-mini-7b.ggmlv3.q4_K_S.bin files: - - filename: camel-platypus2-13b.ggmlv3.q5_1.bin + - filename: orca-mini-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q5_K_M.bin + model: orca-mini-7b.ggmlv3.q5_0.bin files: - - filename: camel-platypus2-13b.ggmlv3.q5_K_M.bin + - filename: orca-mini-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_1.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q5_K_S.bin + model: orca-mini-7b.ggmlv3.q5_1.bin files: - - filename: camel-platypus2-13b.ggmlv3.q5_K_S.bin + - filename: orca-mini-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_k_m.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q6_K.bin + model: orca-mini-7b.ggmlv3.q5_K_M.bin files: - - filename: camel-platypus2-13b.ggmlv3.q6_K.bin + - filename: orca-mini-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-13b-ggml__camel-platypus2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_k_s.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-13b.ggmlv3.q8_0.bin + model: orca-mini-7b.ggmlv3.q5_K_S.bin files: - - filename: camel-platypus2-13b.ggmlv3.q8_0.bin + - filename: orca-mini-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-13B-GGML/resolve/main/camel-platypus2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q6_k.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q2_K.bin + model: orca-mini-7b.ggmlv3.q6_K.bin files: - - filename: camel-platypus2-70b.ggmlv3.q2_K.bin + - filename: orca-mini-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q8_0.bin + license: mit urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_7B-GGML tags: - transformers - - llama - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/alpaca_orca + - dataset:psmathur/dolly-v2_orca + - dataset:psmathur/WizardLM_Orca + - arxiv:2306.02707 + - license:mit - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q3_K_L.bin + model: orca-mini-7b.ggmlv3.q8_0.bin files: - - filename: camel-platypus2-70b.ggmlv3.q3_K_L.bin + - filename: orca-mini-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q2_k.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q3_K_M.bin + model: orca_mini_v2_13b.ggmlv3.q2_K.bin files: - - filename: camel-platypus2-70b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v2_13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_l.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q3_K_S.bin + model: orca_mini_v2_13b.ggmlv3.q3_K_L.bin files: - - filename: camel-platypus2-70b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v2_13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q4_0.bin + model: orca_mini_v2_13b.ggmlv3.q3_K_M.bin files: - - filename: camel-platypus2-70b.ggmlv3.q4_0.bin + - filename: orca_mini_v2_13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q4_1.bin + model: orca_mini_v2_13b.ggmlv3.q3_K_S.bin files: - - filename: camel-platypus2-70b.ggmlv3.q4_1.bin + - filename: orca_mini_v2_13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q4_K_M.bin + model: orca_mini_v2_13b.ggmlv3.q4_0.bin files: - - filename: camel-platypus2-70b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v2_13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q4_K_S.bin + model: orca_mini_v2_13b.ggmlv3.q4_1.bin files: - - filename: camel-platypus2-70b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v2_13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q5_0.bin + model: orca_mini_v2_13b.ggmlv3.q4_K_M.bin files: - - filename: camel-platypus2-70b.ggmlv3.q5_0.bin + - filename: orca_mini_v2_13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q5_K_M.bin + model: orca_mini_v2_13b.ggmlv3.q4_K_S.bin files: - - filename: camel-platypus2-70b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v2_13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__camel-platypus2-70b-ggml__camel-platypus2-70b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: camel-platypus2-70b.ggmlv3.q5_K_S.bin + model: orca_mini_v2_13b.ggmlv3.q5_0.bin files: - - filename: camel-platypus2-70b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v2_13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML/resolve/main/camel-platypus2-70b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q2_K.bin + model: orca_mini_v2_13b.ggmlv3.q5_1.bin files: - - filename: carl-13b.ggmlv3.q2_K.bin + - filename: orca_mini_v2_13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q3_K_L.bin + model: orca_mini_v2_13b.ggmlv3.q5_K_M.bin files: - - filename: carl-13b.ggmlv3.q3_K_L.bin + - filename: orca_mini_v2_13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q3_K_M.bin + model: orca_mini_v2_13b.ggmlv3.q5_K_S.bin files: - - filename: carl-13b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v2_13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q6_k.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q3_K_S.bin + model: orca_mini_v2_13b.ggmlv3.q6_K.bin files: - - filename: carl-13b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v2_13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q8_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q4_0.bin + model: orca_mini_v2_13b.ggmlv3.q8_0.bin files: - - filename: carl-13b.ggmlv3.q4_0.bin + - filename: orca_mini_v2_13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q2_k.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q4_1.bin + model: orca-mini-v2_7b.ggmlv3.q2_K.bin files: - - filename: carl-13b.ggmlv3.q4_1.bin + - filename: orca-mini-v2_7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_l.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q4_K_M.bin + model: orca-mini-v2_7b.ggmlv3.q3_K_L.bin files: - - filename: carl-13b.ggmlv3.q4_K_M.bin + - filename: orca-mini-v2_7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q4_K_S.bin + model: orca-mini-v2_7b.ggmlv3.q3_K_M.bin files: - - filename: carl-13b.ggmlv3.q4_K_S.bin + - filename: orca-mini-v2_7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q5_0.bin + model: orca-mini-v2_7b.ggmlv3.q3_K_S.bin files: - - filename: carl-13b.ggmlv3.q5_0.bin + - filename: orca-mini-v2_7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q5_1.bin + model: orca-mini-v2_7b.ggmlv3.q4_0.bin files: - - filename: carl-13b.ggmlv3.q5_1.bin + - filename: orca-mini-v2_7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q5_K_M.bin + model: orca-mini-v2_7b.ggmlv3.q4_1.bin files: - - filename: carl-13b.ggmlv3.q5_K_M.bin + - filename: orca-mini-v2_7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q5_K_S.bin + model: orca-mini-v2_7b.ggmlv3.q4_K_M.bin files: - - filename: carl-13b.ggmlv3.q5_K_S.bin + - filename: orca-mini-v2_7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q6_K.bin + model: orca-mini-v2_7b.ggmlv3.q4_K_S.bin files: - - filename: carl-13b.ggmlv3.q6_K.bin + - filename: orca-mini-v2_7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-13b-ggml__carl-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - has_space - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-13b.ggmlv3.q8_0.bin + model: orca-mini-v2_7b.ggmlv3.q5_0.bin files: - - filename: carl-13b.ggmlv3.q8_0.bin + - filename: orca-mini-v2_7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-13B-GGML/resolve/main/carl-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q2_k.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_1.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-33b.ggmlv3.q2_K.bin + model: orca-mini-v2_7b.ggmlv3.q5_1.bin files: - - filename: carl-33b.ggmlv3.q2_K.bin + - filename: orca-mini-v2_7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_k_m.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-33b.ggmlv3.q3_K_L.bin + model: orca-mini-v2_7b.ggmlv3.q5_K_M.bin files: - - filename: carl-33b.ggmlv3.q3_K_L.bin + - filename: orca-mini-v2_7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_k_s.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-33b.ggmlv3.q3_K_M.bin + model: orca-mini-v2_7b.ggmlv3.q5_K_S.bin files: - - filename: carl-33b.ggmlv3.q3_K_M.bin + - filename: orca-mini-v2_7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q6_k.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-33b.ggmlv3.q3_K_S.bin + model: orca-mini-v2_7b.ggmlv3.q6_K.bin files: - - filename: carl-33b.ggmlv3.q3_K_S.bin + - filename: orca-mini-v2_7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_0.bin - license: other + name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q8_0.bin + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML tags: - transformers - - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other - - text-generation-inference + - dataset:psmathur/orca_minis_uncensored_dataset + - arxiv:2306.02707 + - arxiv:2304.12244 + - license:cc-by-nc-sa-4.0 - region:us overrides: parameters: - model: carl-33b.ggmlv3.q4_0.bin + model: orca-mini-v2_7b.ggmlv3.q8_0.bin files: - - filename: carl-33b.ggmlv3.q4_0.bin + - filename: orca-mini-v2_7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_1.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q4_1.bin + model: orca_mini_v3_13b.ggmlv3.q2_K.bin files: - - filename: carl-33b.ggmlv3.q4_1.bin + - filename: orca_mini_v3_13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q4_K_M.bin + model: orca_mini_v3_13b.ggmlv3.q3_K_L.bin files: - - filename: carl-33b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v3_13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q4_K_S.bin + model: orca_mini_v3_13b.ggmlv3.q3_K_M.bin files: - - filename: carl-33b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v3_13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_0.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q5_0.bin + model: orca_mini_v3_13b.ggmlv3.q3_K_S.bin files: - - filename: carl-33b.ggmlv3.q5_0.bin + - filename: orca_mini_v3_13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_1.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q5_1.bin + model: orca_mini_v3_13b.ggmlv3.q4_0.bin files: - - filename: carl-33b.ggmlv3.q5_1.bin + - filename: orca_mini_v3_13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q5_K_M.bin + model: orca_mini_v3_13b.ggmlv3.q4_1.bin files: - - filename: carl-33b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v3_13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q5_K_S.bin + model: orca_mini_v3_13b.ggmlv3.q4_K_M.bin files: - - filename: carl-33b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v3_13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q6_K.bin + model: orca_mini_v3_13b.ggmlv3.q4_K_S.bin files: - - filename: carl-33b.ggmlv3.q6_K.bin + - filename: orca_mini_v3_13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__carl-33b-ggml__carl-33b.ggmlv3.q8_0.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Carl-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - llama + - text-generation - en - - dataset:jerryjalapeno/nart-100k-synthetic - - license:other + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: carl-33b.ggmlv3.q8_0.bin + model: orca_mini_v3_13b.ggmlv3.q5_0.bin files: - - filename: carl-33b.ggmlv3.q8_0.bin + - filename: orca_mini_v3_13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Carl-33B-GGML/resolve/main/carl-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q4_0.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - - gpt-neox - - license:other + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: cassandra-6.9b.ggmlv0.q4_0.bin + model: orca_mini_v3_13b.ggmlv3.q5_1.bin files: - - filename: cassandra-6.9b.ggmlv0.q4_0.bin + - filename: orca_mini_v3_13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q4_1.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - - gpt-neox - - license:other + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: cassandra-6.9b.ggmlv0.q4_1.bin + model: orca_mini_v3_13b.ggmlv3.q5_K_M.bin files: - - filename: cassandra-6.9b.ggmlv0.q4_1.bin + - filename: orca_mini_v3_13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q5_0.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - - gpt-neox - - license:other + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: cassandra-6.9b.ggmlv0.q5_0.bin + model: orca_mini_v3_13b.ggmlv3.q5_K_S.bin files: - - filename: cassandra-6.9b.ggmlv0.q5_0.bin + - filename: orca_mini_v3_13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q5_1.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - - gpt-neox - - license:other + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: cassandra-6.9b.ggmlv0.q5_1.bin + model: orca_mini_v3_13b.ggmlv3.q6_K.bin files: - - filename: cassandra-6.9b.ggmlv0.q5_1.bin + - filename: orca_mini_v3_13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__cassandra-6.9b-ggml__cassandra-6.9b.ggmlv0.q8_0.bin - license: other + name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/cassandra-6.9B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML tags: - transformers - - gpt-neox - - license:other + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: cassandra-6.9b.ggmlv0.q8_0.bin + model: orca_mini_v3_13b.ggmlv3.q8_0.bin files: - - filename: cassandra-6.9b.ggmlv0.q8_0.bin + - filename: orca_mini_v3_13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/cassandra-6.9B-GGML/resolve/main/cassandra-6.9b.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + model: orca_mini_v3_13b.Q2_K.gguf files: - - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + - filename: orca_mini_v3_13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + model: orca_mini_v3_13b.Q3_K_L.gguf files: - - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + - filename: orca_mini_v3_13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + model: orca_mini_v3_13b.Q3_K_M.gguf files: - - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + - filename: orca_mini_v3_13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + model: orca_mini_v3_13b.Q3_K_S.gguf files: - - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + - filename: orca_mini_v3_13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chinese-alpaca-33b-superhot-8k-ggml__chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + model: orca_mini_v3_13b.Q4_0.gguf files: - - filename: chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + - filename: orca_mini_v3_13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chinese-Alpaca-33B-SuperHOT-8K-GGML/resolve/main/chinese-alpaca-33b-superhot-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q2_k.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q2_K.bin + model: orca_mini_v3_13b.Q4_K_M.gguf files: - - filename: chronoboros-33b.ggmlv3.q2_K.bin + - filename: orca_mini_v3_13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_l.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q3_K_L.bin + model: orca_mini_v3_13b.Q4_K_S.gguf files: - - filename: chronoboros-33b.ggmlv3.q3_K_L.bin + - filename: orca_mini_v3_13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_m.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q3_K_M.bin + model: orca_mini_v3_13b.Q5_0.gguf files: - - filename: chronoboros-33b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v3_13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q3_k_s.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q3_K_S.bin + model: orca_mini_v3_13b.Q5_K_M.gguf files: - - filename: chronoboros-33b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v3_13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_0.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q4_0.bin + model: orca_mini_v3_13b.Q5_K_S.gguf files: - - filename: chronoboros-33b.ggmlv3.q4_0.bin + - filename: orca_mini_v3_13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_1.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q4_1.bin + model: orca_mini_v3_13b.Q6_K.gguf files: - - filename: chronoboros-33b.ggmlv3.q4_1.bin + - filename: orca_mini_v3_13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_k_m.bin + name: thebloke__orca_mini_v3_13b-gguf__orca_mini_v3_13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF tags: + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:other + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q4_K_M.bin + model: orca_mini_v3_13b.Q8_0.gguf files: - - filename: chronoboros-33b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v3_13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGUF/resolve/main/orca_mini_v3_13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q4_K_S.bin + model: orca_mini_v3_70b.ggmlv3.q2_K.bin files: - - filename: chronoboros-33b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v3_70b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_0.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q5_0.bin + model: orca_mini_v3_70b.ggmlv3.q3_K_L.bin files: - - filename: chronoboros-33b.ggmlv3.q5_0.bin + - filename: orca_mini_v3_70b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_1.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q5_1.bin + model: orca_mini_v3_70b.ggmlv3.q3_K_M.bin files: - - filename: chronoboros-33b.ggmlv3.q5_1.bin + - filename: orca_mini_v3_70b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q5_K_M.bin + model: orca_mini_v3_70b.ggmlv3.q3_K_S.bin files: - - filename: chronoboros-33b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v3_70b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q5_K_S.bin + model: orca_mini_v3_70b.ggmlv3.q4_0.bin files: - - filename: chronoboros-33b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v3_70b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q6_k.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q6_K.bin + model: orca_mini_v3_70b.ggmlv3.q4_1.bin files: - - filename: chronoboros-33b.ggmlv3.q6_K.bin + - filename: orca_mini_v3_70b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-33b-ggml__chronoboros-33b.ggmlv3.q8_0.bin - license: other + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-33B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronoboros-33b.ggmlv3.q8_0.bin + model: orca_mini_v3_70b.ggmlv3.q4_K_M.bin files: - - filename: chronoboros-33b.ggmlv3.q8_0.bin + - filename: orca_mini_v3_70b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-33B-GGML/resolve/main/chronoboros-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q2_k.bin + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q2_K.bin + model: orca_mini_v3_70b.ggmlv3.q4_K_S.bin files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q2_K.bin + - filename: orca_mini_v3_70b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin + model: orca_mini_v3_70b.ggmlv3.q5_0.bin files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin + - filename: orca_mini_v3_70b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin + model: orca_mini_v3_70b.ggmlv3.q5_K_M.bin files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v3_70b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin + model: orca_mini_v3_70b.ggmlv3.q5_K_S.bin files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v3_70b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + model: orca_mini_v3_70b.Q2_K.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + - filename: orca_mini_v3_70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + model: orca_mini_v3_70b.Q3_K_L.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + - filename: orca_mini_v3_70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin + model: orca_mini_v3_70b.Q3_K_M.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v3_70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin + model: orca_mini_v3_70b.Q3_K_S.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v3_70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + model: orca_mini_v3_70b.Q4_0.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + - filename: orca_mini_v3_70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + model: orca_mini_v3_70b.Q4_K_M.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + - filename: orca_mini_v3_70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin + model: orca_mini_v3_70b.Q4_K_S.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v3_70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin + model: orca_mini_v3_70b.Q5_0.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v3_70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q6_K.bin + model: orca_mini_v3_70b.Q5_K_M.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q6_K.bin + - filename: orca_mini_v3_70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronoboros-grad-l2-13b-ggml__chronoboros-grad-l2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__orca_mini_v3_70b-gguf__orca_mini_v3_70b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + model: orca_mini_v3_70b.Q5_K_S.gguf files: - - filename: chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + - filename: orca_mini_v3_70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronoboros-Grad-L2-13B-GGML/resolve/main/chronoboros-grad-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGUF/resolve/main/orca_mini_v3_70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q2_k.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q2_K.bin + model: orca_mini_v3_7b.ggmlv3.q2_K.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q2_K.bin + - filename: orca_mini_v3_7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin + model: orca_mini_v3_7b.ggmlv3.q3_K_L.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin + - filename: orca_mini_v3_7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin + model: orca_mini_v3_7b.ggmlv3.q3_K_M.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v3_7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin + model: orca_mini_v3_7b.ggmlv3.q3_K_S.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v3_7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + model: orca_mini_v3_7b.ggmlv3.q4_0.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + - filename: orca_mini_v3_7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + model: orca_mini_v3_7b.ggmlv3.q4_1.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + - filename: orca_mini_v3_7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin + model: orca_mini_v3_7b.ggmlv3.q4_K_M.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v3_7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin + model: orca_mini_v3_7b.ggmlv3.q4_K_S.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v3_7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + model: orca_mini_v3_7b.ggmlv3.q5_0.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + - filename: orca_mini_v3_7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + model: orca_mini_v3_7b.ggmlv3.q5_1.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + - filename: orca_mini_v3_7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin + model: orca_mini_v3_7b.ggmlv3.q5_K_M.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v3_7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin + model: orca_mini_v3_7b.ggmlv3.q5_K_S.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v3_7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q6_k.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q6_K.bin + model: orca_mini_v3_7b.ggmlv3.q6_K.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q6_K.bin + - filename: orca_mini_v3_7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronohermes-grad-l2-13b-ggml__chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML tags: - transformers - llama - - llama-2 - text-generation - en + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + model: orca_mini_v3_7b.ggmlv3.q8_0.bin files: - - filename: chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + - filename: orca_mini_v3_7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronohermes-Grad-L2-13B-GGML/resolve/main/chronohermes-grad-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin + model: orca_mini_v3_7b.Q2_K.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin + - filename: orca_mini_v3_7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin + model: orca_mini_v3_7b.Q3_K_L.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin + - filename: orca_mini_v3_7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin + model: orca_mini_v3_7b.Q3_K_M.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin + - filename: orca_mini_v3_7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin + model: orca_mini_v3_7b.Q3_K_S.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin + - filename: orca_mini_v3_7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + model: orca_mini_v3_7b.Q4_0.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + - filename: orca_mini_v3_7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + model: orca_mini_v3_7b.Q4_K_M.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + - filename: orca_mini_v3_7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin + model: orca_mini_v3_7b.Q4_K_S.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin + - filename: orca_mini_v3_7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin + model: orca_mini_v3_7b.Q5_0.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin + - filename: orca_mini_v3_7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + model: orca_mini_v3_7b.Q5_K_M.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + - filename: orca_mini_v3_7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + model: orca_mini_v3_7b.Q5_K_S.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + - filename: orca_mini_v3_7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin + model: orca_mini_v3_7b.Q6_K.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin + - filename: orca_mini_v3_7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__orca_mini_v3_7b-gguf__orca_mini_v3_7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF tags: - transformers - llama - - llama-2 - text-generation - en - - license:llama2 + - dataset:psmathur/orca_mini_v1_dataset + - dataset:ehartford/dolphin + - arxiv:2306.02707 + - license:other + - has_space - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin + model: orca_mini_v3_7b.Q8_0.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin + - filename: orca_mini_v3_7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGUF/resolve/main/orca_mini_v3_7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q6_k.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - llama-2 - - text-generation + - code - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin + model: pandalyst-7b-v1.1.Q2_K.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin + - filename: pandalyst-7b-v1.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronolima-airo-grad-l2-13b-ggml__chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - llama-2 - - text-generation + - code - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + model: pandalyst-7b-v1.1.Q3_K_L.gguf files: - - filename: chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + - filename: pandalyst-7b-v1.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronolima-Airo-Grad-L2-13B-GGML/resolve/main/chronolima-airo-grad-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q2_k.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin + model: pandalyst-7b-v1.1.Q3_K_M.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin + - filename: pandalyst-7b-v1.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_l.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin + model: pandalyst-7b-v1.1.Q3_K_S.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin + - filename: pandalyst-7b-v1.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_m.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin + model: pandalyst-7b-v1.1.Q4_0.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin + - filename: pandalyst-7b-v1.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q3_k_s.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin + model: pandalyst-7b-v1.1.Q4_K_M.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin + - filename: pandalyst-7b-v1.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + model: pandalyst-7b-v1.1.Q4_K_S.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + - filename: pandalyst-7b-v1.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + model: pandalyst-7b-v1.1.Q5_0.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + - filename: pandalyst-7b-v1.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_k_m.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin + model: pandalyst-7b-v1.1.Q5_K_M.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin + - filename: pandalyst-7b-v1.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q4_k_s.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin + model: pandalyst-7b-v1.1.Q5_K_S.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin + - filename: pandalyst-7b-v1.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + model: pandalyst-7b-v1.1.Q6_K.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + - filename: pandalyst-7b-v1.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + name: thebloke__pandalyst-7b-v1.1-gguf__pandalyst-7b-v1.1.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + model: pandalyst-7b-v1.1.Q8_0.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + - filename: pandalyst-7b-v1.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-V1.1-GGUF/resolve/main/pandalyst-7b-v1.1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_k_m.bin + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin + model: pandalyst-7b-v1.2.Q2_K.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin + - filename: pandalyst-7b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q5_k_s.bin + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin + model: pandalyst-7b-v1.2.Q3_K_L.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin + - filename: pandalyst-7b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q6_k.bin + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin + model: pandalyst-7b-v1.2.Q3_K_M.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin + - filename: pandalyst-7b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronorctypus-limarobormes-13b-ggml__chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - transformers - llama - - arxiv:2306.01708 + - code + - en - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + model: pandalyst-7b-v1.2.Q3_K_S.gguf files: - - filename: chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + - filename: pandalyst-7b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronorctypus-Limarobormes-13b-GGML/resolve/main/chronorctypus-limarobormes-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q2_K.bin + model: pandalyst-7b-v1.2.Q4_0.gguf files: - - filename: chronos-13b.ggmlv3.q2_K.bin + - filename: pandalyst-7b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q3_K_L.bin + model: pandalyst-7b-v1.2.Q4_K_M.gguf files: - - filename: chronos-13b.ggmlv3.q3_K_L.bin + - filename: pandalyst-7b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q3_K_M.bin + model: pandalyst-7b-v1.2.Q4_K_S.gguf files: - - filename: chronos-13b.ggmlv3.q3_K_M.bin + - filename: pandalyst-7b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q3_K_S.bin + model: pandalyst-7b-v1.2.Q5_0.gguf files: - - filename: chronos-13b.ggmlv3.q3_K_S.bin + - filename: pandalyst-7b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q4_0.bin + model: pandalyst-7b-v1.2.Q5_K_M.gguf files: - - filename: chronos-13b.ggmlv3.q4_0.bin + - filename: pandalyst-7b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q4_1.bin + model: pandalyst-7b-v1.2.Q5_K_S.gguf files: - - filename: chronos-13b.ggmlv3.q4_1.bin + - filename: pandalyst-7b-v1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q4_K_M.bin + model: pandalyst-7b-v1.2.Q6_K.gguf files: - - filename: chronos-13b.ggmlv3.q4_K_M.bin + - filename: pandalyst-7b-v1.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__pandalyst-7b-v1.2-gguf__pandalyst-7b-v1.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q4_K_S.bin + model: pandalyst-7b-v1.2.Q8_0.gguf files: - - filename: chronos-13b.ggmlv3.q4_K_S.bin + - filename: pandalyst-7b-v1.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst-7B-v1.2-GGUF/resolve/main/pandalyst-7b-v1.2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q5_0.bin + model: pandalyst_13b_v1.0.Q2_K.gguf files: - - filename: chronos-13b.ggmlv3.q5_0.bin + - filename: pandalyst_13b_v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q5_1.bin + model: pandalyst_13b_v1.0.Q3_K_L.gguf files: - - filename: chronos-13b.ggmlv3.q5_1.bin + - filename: pandalyst_13b_v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q5_K_M.bin + model: pandalyst_13b_v1.0.Q3_K_M.gguf files: - - filename: chronos-13b.ggmlv3.q5_K_M.bin + - filename: pandalyst_13b_v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q5_K_S.bin + model: pandalyst_13b_v1.0.Q3_K_S.gguf files: - - filename: chronos-13b.ggmlv3.q5_K_S.bin + - filename: pandalyst_13b_v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q6_K.bin + model: pandalyst_13b_v1.0.Q4_0.gguf files: - - filename: chronos-13b.ggmlv3.q6_K.bin + - filename: pandalyst_13b_v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-ggml__chronos-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-13B-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b.ggmlv3.q8_0.bin + model: pandalyst_13b_v1.0.Q4_K_M.gguf files: - - filename: chronos-13b.ggmlv3.q8_0.bin + - filename: pandalyst_13b_v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-13B-GGML/resolve/main/chronos-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q2_K.bin + model: pandalyst_13b_v1.0.Q4_K_S.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: pandalyst_13b_v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: pandalyst_13b_v1.0.Q5_0.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: pandalyst_13b_v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: pandalyst_13b_v1.0.Q5_K_M.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: pandalyst_13b_v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: pandalyst_13b_v1.0.Q5_K_S.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: pandalyst_13b_v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: pandalyst_13b_v1.0.Q6_K.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: pandalyst_13b_v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__pandalyst_13b_v1.0-gguf__pandalyst_13b_v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF tags: - - license:other + - transformers + - llama + - code + - en + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: pandalyst_13b_v1.0.Q8_0.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: pandalyst_13b_v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pandalyst_13B_V1.0-GGUF/resolve/main/pandalyst_13b_v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - - license:other + - transformers + - llama + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: phind-codellama-34b-python-v1.Q2_K.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: phind-codellama-34b-python-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - - license:other + - transformers + - llama + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: phind-codellama-34b-python-v1.Q3_K_L.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: phind-codellama-34b-python-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-superhot-8k-ggml__chronos-13b-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - - license:other + - transformers + - llama + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-superhot-8k.ggmlv3.q6_K.bin + model: phind-codellama-34b-python-v1.Q3_K_M.gguf files: - - filename: chronos-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: phind-codellama-34b-python-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-SuperHOT-8K-GGML/resolve/main/chronos-13b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q2_k.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q2_K.bin + model: phind-codellama-34b-python-v1.Q3_K_S.gguf files: - - filename: chronos-13b-v2.ggmlv3.q2_K.bin + - filename: phind-codellama-34b-python-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_l.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q3_K_L.bin + model: phind-codellama-34b-python-v1.Q4_0.gguf files: - - filename: chronos-13b-v2.ggmlv3.q3_K_L.bin + - filename: phind-codellama-34b-python-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_m.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q3_K_M.bin + model: phind-codellama-34b-python-v1.Q4_K_M.gguf files: - - filename: chronos-13b-v2.ggmlv3.q3_K_M.bin + - filename: phind-codellama-34b-python-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q3_k_s.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q3_K_S.bin + model: phind-codellama-34b-python-v1.Q4_K_S.gguf files: - - filename: chronos-13b-v2.ggmlv3.q3_K_S.bin + - filename: phind-codellama-34b-python-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_0.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q4_0.bin + model: phind-codellama-34b-python-v1.Q5_0.gguf files: - - filename: chronos-13b-v2.ggmlv3.q4_0.bin + - filename: phind-codellama-34b-python-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_1.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q4_1.bin + model: phind-codellama-34b-python-v1.Q5_K_M.gguf files: - - filename: chronos-13b-v2.ggmlv3.q4_1.bin + - filename: phind-codellama-34b-python-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_k_m.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q4_K_M.bin + model: phind-codellama-34b-python-v1.Q5_K_S.gguf files: - - filename: chronos-13b-v2.ggmlv3.q4_K_M.bin + - filename: phind-codellama-34b-python-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q4_k_s.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q4_K_S.bin + model: phind-codellama-34b-python-v1.Q6_K.gguf files: - - filename: chronos-13b-v2.ggmlv3.q4_K_S.bin + - filename: phind-codellama-34b-python-v1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_0.bin + name: thebloke__phind-codellama-34b-python-v1-gguf__phind-codellama-34b-python-v1.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q5_0.bin + model: phind-codellama-34b-python-v1.Q8_0.gguf files: - - filename: chronos-13b-v2.ggmlv3.q5_0.bin + - filename: phind-codellama-34b-python-v1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-Python-v1-GGUF/resolve/main/phind-codellama-34b-python-v1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_1.bin + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q5_1.bin + model: phind-codellama-34b-v1.Q2_K.gguf files: - - filename: chronos-13b-v2.ggmlv3.q5_1.bin + - filename: phind-codellama-34b-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_k_m.bin + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q5_K_M.bin + model: phind-codellama-34b-v1.Q3_K_L.gguf files: - - filename: chronos-13b-v2.ggmlv3.q5_K_M.bin + - filename: phind-codellama-34b-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q5_k_s.bin + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q5_K_S.bin + model: phind-codellama-34b-v1.Q3_K_M.gguf files: - - filename: chronos-13b-v2.ggmlv3.q5_K_S.bin + - filename: phind-codellama-34b-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q6_k.bin + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q6_K.bin + model: phind-codellama-34b-v1.Q3_K_S.gguf files: - - filename: chronos-13b-v2.ggmlv3.q6_K.bin + - filename: phind-codellama-34b-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-13b-v2-ggml__chronos-13b-v2.ggmlv3.q8_0.bin + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-13B-v2-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: - transformers - llama - - pytorch - - chatbot - - storywriting - - generalist-model + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-13b-v2.ggmlv3.q8_0.bin + model: phind-codellama-34b-v1.Q4_0.gguf files: - - filename: chronos-13b-v2.ggmlv3.q8_0.bin + - filename: phind-codellama-34b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-13B-v2-GGML/resolve/main/chronos-13b-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q2_k.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q2_K.bin + model: phind-codellama-34b-v1.Q4_K_M.gguf files: - - filename: chronos-33b.ggmlv3.q2_K.bin + - filename: phind-codellama-34b-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q3_K_L.bin + model: phind-codellama-34b-v1.Q4_K_S.gguf files: - - filename: chronos-33b.ggmlv3.q3_K_L.bin + - filename: phind-codellama-34b-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q3_K_M.bin + model: phind-codellama-34b-v1.Q5_0.gguf files: - - filename: chronos-33b.ggmlv3.q3_K_M.bin + - filename: phind-codellama-34b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q3_K_S.bin + model: phind-codellama-34b-v1.Q5_K_M.gguf files: - - filename: chronos-33b.ggmlv3.q3_K_S.bin + - filename: phind-codellama-34b-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_0.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q4_0.bin + model: phind-codellama-34b-v1.Q5_K_S.gguf files: - - filename: chronos-33b.ggmlv3.q4_0.bin + - filename: phind-codellama-34b-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_1.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q4_1.bin + model: phind-codellama-34b-v1.Q6_K.gguf files: - - filename: chronos-33b.ggmlv3.q4_1.bin + - filename: phind-codellama-34b-v1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__phind-codellama-34b-v1-gguf__phind-codellama-34b-v1.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q4_K_M.bin + model: phind-codellama-34b-v1.Q8_0.gguf files: - - filename: chronos-33b.ggmlv3.q4_K_M.bin + - filename: phind-codellama-34b-v1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v1-GGUF/resolve/main/phind-codellama-34b-v1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q4_K_S.bin + model: phind-codellama-34b-v2.Q2_K.gguf files: - - filename: chronos-33b.ggmlv3.q4_K_S.bin + - filename: phind-codellama-34b-v2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_0.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q5_0.bin + model: phind-codellama-34b-v2.Q3_K_L.gguf files: - - filename: chronos-33b.ggmlv3.q5_0.bin + - filename: phind-codellama-34b-v2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_1.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q5_1.bin + model: phind-codellama-34b-v2.Q3_K_M.gguf files: - - filename: chronos-33b.ggmlv3.q5_1.bin + - filename: phind-codellama-34b-v2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q5_K_M.bin + model: phind-codellama-34b-v2.Q3_K_S.gguf files: - - filename: chronos-33b.ggmlv3.q5_K_M.bin + - filename: phind-codellama-34b-v2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q5_K_S.bin + model: phind-codellama-34b-v2.Q4_0.gguf files: - - filename: chronos-33b.ggmlv3.q5_K_S.bin + - filename: phind-codellama-34b-v2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q6_k.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q6_K.bin + model: phind-codellama-34b-v2.Q4_K_M.gguf files: - - filename: chronos-33b.ggmlv3.q6_K.bin + - filename: phind-codellama-34b-v2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-33b-ggml__chronos-33b.ggmlv3.q8_0.bin - license: other + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-33b-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: + - transformers - llama - - pytorch - - chatbot - - storywriting - - license:other + - code llama + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: chronos-33b.ggmlv3.q8_0.bin + model: phind-codellama-34b-v2.Q4_K_S.gguf files: - - filename: chronos-33b.ggmlv3.q8_0.bin + - filename: phind-codellama-34b-v2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/chronos-33b-GGML/resolve/main/chronos-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q2_k.bin + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: - transformers - llama + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q2_K.bin + model: phind-codellama-34b-v2.Q5_0.gguf files: - - filename: chronos-beluga-v2-13b.ggmlv3.q2_K.bin + - filename: phind-codellama-34b-v2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_l.bin + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: - transformers - llama + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin + model: phind-codellama-34b-v2.Q5_K_M.gguf files: - - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin + - filename: phind-codellama-34b-v2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_m.bin + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: - transformers - llama + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin + model: phind-codellama-34b-v2.Q5_K_S.gguf files: - - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin + - filename: phind-codellama-34b-v2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q3_k_s.bin + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: - transformers - llama + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin + model: phind-codellama-34b-v2.Q6_K.gguf files: - - filename: chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin + - filename: phind-codellama-34b-v2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_0.bin + name: thebloke__phind-codellama-34b-v2-gguf__phind-codellama-34b-v2.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF tags: - transformers - llama + - code llama - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q4_0.bin + model: phind-codellama-34b-v2.Q8_0.gguf files: - - filename: chronos-beluga-v2-13b.ggmlv3.q4_0.bin + - filename: phind-codellama-34b-v2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Phind-CodeLlama-34B-v2-GGUF/resolve/main/phind-codellama-34b-v2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q4_1.bin + model: planner-7b.ggmlv3.q2_K.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q4_1.bin + - filename: planner-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin + model: planner-7b.ggmlv3.q3_K_L.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin + - filename: planner-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin + model: planner-7b.ggmlv3.q3_K_M.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin + - filename: planner-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q5_0.bin + model: planner-7b.ggmlv3.q3_K_S.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q5_0.bin + - filename: planner-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q5_1.bin + model: planner-7b.ggmlv3.q4_0.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q5_1.bin + - filename: planner-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin + model: planner-7b.ggmlv3.q4_1.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin + - filename: planner-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin + model: planner-7b.ggmlv3.q4_K_M.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin + - filename: planner-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q6_K.bin + model: planner-7b.ggmlv3.q4_K_S.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q6_K.bin + - filename: planner-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-beluga-v2-13b-ggml__chronos-beluga-v2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-beluga-v2-13b.ggmlv3.q8_0.bin + model: planner-7b.ggmlv3.q5_0.bin files: - - filename: chronos-beluga-v2-13b.ggmlv3.q8_0.bin + - filename: planner-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Beluga-v2-13B-GGML/resolve/main/chronos-beluga-v2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q2_k.bin + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q2_K.bin + model: planner-7b.ggmlv3.q5_1.bin files: - - filename: chronos-hermes-13b.ggmlv3.q2_K.bin - sha256: d4b8c4d96f3927583657889ccb22e3eaac2e718fea38afff4bf4a5cb67b5b94e - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q2_K.bin + - filename: planner-7b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_l.bin + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q3_K_L.bin + model: planner-7b.ggmlv3.q5_K_M.bin files: - - filename: chronos-hermes-13b.ggmlv3.q3_K_L.bin - sha256: e9695ac417ebc4d6cdf6732aa280e9882f751717a2c45949a94ab7a1335bcca4 - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_L.bin + - filename: planner-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_m.bin + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q3_K_M.bin + model: planner-7b.ggmlv3.q5_K_S.bin files: - - filename: chronos-hermes-13b.ggmlv3.q3_K_M.bin - sha256: 0960c9f76945e49e48a8c8de43e5cc8b16fa8c2a9610942b3f6f33cd615e1982 - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_M.bin + - filename: planner-7b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q3_k_s.bin + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q3_K_S.bin + model: planner-7b.ggmlv3.q6_K.bin files: - - filename: chronos-hermes-13b.ggmlv3.q3_K_S.bin - sha256: d9737c213770c4189c9df64d06e250455c5765bd09b10b4f2606a4de1ce5458a - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q3_K_S.bin + - filename: planner-7b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_0.bin + name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Planner-7B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q4_0.bin + model: planner-7b.ggmlv3.q8_0.bin files: - - filename: chronos-hermes-13b.ggmlv3.q4_0.bin + - filename: planner-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_1.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q4_1.bin + model: platypus-30b.ggmlv3.q2_K.bin files: - - filename: chronos-hermes-13b.ggmlv3.q4_1.bin + - filename: platypus-30b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_k_m.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q4_K_M.bin + model: platypus-30b.ggmlv3.q3_K_L.bin files: - - filename: chronos-hermes-13b.ggmlv3.q4_K_M.bin - sha256: 8a1d552bbcc290a22ba50ddc46200b0abaca9fdecd036e5fbd41e8a1f944ec7a - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_K_M.bin + - filename: platypus-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q4_k_s.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q4_K_S.bin + model: platypus-30b.ggmlv3.q3_K_M.bin files: - - filename: chronos-hermes-13b.ggmlv3.q4_K_S.bin - sha256: 9b0a2eb010168825c8b0ef883fe6ea4b8bceb61f04fdea022bf8f4388477b943 - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q4_K_S.bin + - filename: platypus-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_0.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q5_0.bin + model: platypus-30b.ggmlv3.q3_K_S.bin files: - - filename: chronos-hermes-13b.ggmlv3.q5_0.bin + - filename: platypus-30b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_1.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q5_1.bin + model: platypus-30b.ggmlv3.q4_0.bin files: - - filename: chronos-hermes-13b.ggmlv3.q5_1.bin + - filename: platypus-30b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_k_m.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q5_K_M.bin + model: platypus-30b.ggmlv3.q4_1.bin files: - - filename: chronos-hermes-13b.ggmlv3.q5_K_M.bin - sha256: 42a9ec519d4ed72eae2ad9320292c330f8704b3eab27142b632032ad44f1f45a - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_K_M.bin + - filename: platypus-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q5_k_s.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q5_K_S.bin + model: platypus-30b.ggmlv3.q4_K_M.bin files: - - filename: chronos-hermes-13b.ggmlv3.q5_K_S.bin - sha256: 2900d4205de85d7fcda3251cd96be63c6db0c40eb0f0c5fbd4ec0a3a78fcb049 - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q5_K_S.bin + - filename: platypus-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q6_k.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other + - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q6_K.bin + model: platypus-30b.ggmlv3.q4_K_S.bin files: - - filename: chronos-hermes-13b.ggmlv3.q6_K.bin - sha256: 8389c0d23112dcb236aaa2f4e64b6aebda949decc84f1999f3906a6c3df3bcf0 - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q6_K.bin + - filename: platypus-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-ggml__chronos-hermes-13b.ggmlv3.q8_0.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-hermes-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - - llama - - pytorch - - chatbot - - storywriting - license:other - region:us overrides: parameters: - model: chronos-hermes-13b.ggmlv3.q8_0.bin + model: platypus-30b.ggmlv3.q5_0.bin files: - - filename: chronos-hermes-13b.ggmlv3.q8_0.bin + - filename: platypus-30b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-hermes-13B-GGML/resolve/main/chronos-hermes-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + model: platypus-30b.ggmlv3.q5_1.bin files: - - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + - filename: platypus-30b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + model: platypus-30b.ggmlv3.q5_K_M.bin files: - - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + - filename: platypus-30b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + model: platypus-30b.ggmlv3.q5_K_S.bin files: - - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + - filename: platypus-30b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + model: platypus-30b.ggmlv3.q6_K.bin files: - - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + - filename: platypus-30b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-superhot-8k-ggml__chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + model: platypus-30b.ggmlv3.q8_0.bin files: - - filename: chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + - filename: platypus-30b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-SuperHOT-8K-GGML/resolve/main/chronos-hermes-13b-superhot-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q2_K.bin + model: platypus-30b.Q2_K.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q2_K.bin + - filename: platypus-30b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin + model: platypus-30b.Q3_K_L.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin + - filename: platypus-30b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin + model: platypus-30b.Q3_K_M.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin + - filename: platypus-30b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin + model: platypus-30b.Q3_K_S.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin + - filename: platypus-30b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q4_0.bin + model: platypus-30b.Q4_0.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q4_0.bin + - filename: platypus-30b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q4_1.bin + model: platypus-30b.Q4_K_M.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q4_1.bin + - filename: platypus-30b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin + model: platypus-30b.Q4_K_S.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin + - filename: platypus-30b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin + model: platypus-30b.Q5_0.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin + - filename: platypus-30b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q5_0.bin + model: platypus-30b.Q5_K_M.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q5_0.bin + - filename: platypus-30b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q5_1.bin + model: platypus-30b.Q5_K_S.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q5_1.bin + - filename: platypus-30b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin + model: platypus-30b.Q6_K.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin + - filename: platypus-30b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__platypus-30b-gguf__platypus-30b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-GGUF tags: - transformers - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin + model: platypus-30b.Q8_0.gguf files: - - filename: chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin + - filename: platypus-30b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-GGUF/resolve/main/platypus-30b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q6_K.bin + model: platypus-30b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: chronos-hermes-13b-v2.ggmlv3.q6_K.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__chronos-hermes-13b-v2-ggml__chronos-hermes-13b-v2.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - pytorch - - chatbot - - storywriting - - generalist-model - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: chronos-hermes-13b-v2.ggmlv3.q8_0.bin + model: platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: chronos-hermes-13b-v2.ggmlv3.q8_0.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Chronos-Hermes-13B-v2-GGML/resolve/main/chronos-hermes-13b-v2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin + model: platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin + model: platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin + model: platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin + model: platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin + model: platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin + model: platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin + model: platypus-30b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin + - filename: platypus-30b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin + model: platypus2-13b.ggmlv3.q2_K.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin + - filename: platypus2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin + model: platypus2-13b.ggmlv3.q3_K_L.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin + - filename: platypus2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin + model: platypus2-13b.ggmlv3.q3_K_M.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin + - filename: platypus2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin + model: platypus2-13b.ggmlv3.q3_K_S.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin + - filename: platypus2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin + model: platypus2-13b.ggmlv3.q4_0.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin + - filename: platypus2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin + model: platypus2-13b.ggmlv3.q4_1.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin + - filename: platypus2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__chronos-wizardlm-uc-scot-st-13b-ggml__chronos-wizardlm-uc-scot-st-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin + model: platypus2-13b.ggmlv3.q4_K_M.bin files: - - filename: chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin + - filename: platypus2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/chronos-wizardlm-uc-scot-st-13B-GGML/resolve/main/chronos-wizardlm-uc-scot-st-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q2_k.bin + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q2_K.bin + model: platypus2-13b.ggmlv3.q4_K_S.bin files: - - filename: codellama-13b.ggmlv3.Q2_K.bin + - filename: platypus2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_l.bin + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q3_K_L.bin + model: platypus2-13b.ggmlv3.q5_0.bin files: - - filename: codellama-13b.ggmlv3.Q3_K_L.bin + - filename: platypus2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_m.bin + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q3_K_M.bin + model: platypus2-13b.ggmlv3.q5_1.bin files: - - filename: codellama-13b.ggmlv3.Q3_K_M.bin + - filename: platypus2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q3_k_s.bin + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q3_K_S.bin + model: platypus2-13b.ggmlv3.q5_K_M.bin files: - - filename: codellama-13b.ggmlv3.Q3_K_S.bin + - filename: platypus2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_0.bin + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: platypus2-13b.ggmlv3.q5_K_S.bin + files: + - filename: platypus2-13b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q6_k.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: platypus2-13b.ggmlv3.q6_K.bin + files: + - filename: platypus2-13b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q8_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/Platypus2-13B-GGML + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q4_0.bin + model: platypus2-13b.ggmlv3.q8_0.bin + files: + - filename: platypus2-13b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__platypus2-13b-gguf__platypus2-13b.q2_k.gguf + license: cc-by-nc-sa-4.0 + urls: + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF + tags: + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: platypus2-13b.Q2_K.gguf files: - - filename: codellama-13b.ggmlv3.Q4_0.bin + - filename: platypus2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q3_k_l.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q4_1.bin + model: platypus2-13b.Q3_K_L.gguf files: - - filename: codellama-13b.ggmlv3.Q4_1.bin + - filename: platypus2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q3_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q4_K_M.bin + model: platypus2-13b.Q3_K_M.gguf files: - - filename: codellama-13b.ggmlv3.Q4_K_M.bin + - filename: platypus2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q3_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q4_K_S.bin + model: platypus2-13b.Q3_K_S.gguf files: - - filename: codellama-13b.ggmlv3.Q4_K_S.bin + - filename: platypus2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q4_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q5_0.bin + model: platypus2-13b.Q4_0.gguf files: - - filename: codellama-13b.ggmlv3.Q5_0.bin + - filename: platypus2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q4_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q5_1.bin + model: platypus2-13b.Q4_K_M.gguf files: - - filename: codellama-13b.ggmlv3.Q5_1.bin + - filename: platypus2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q4_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q5_K_M.bin + model: platypus2-13b.Q4_K_S.gguf files: - - filename: codellama-13b.ggmlv3.Q5_K_M.bin + - filename: platypus2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q5_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q5_K_S.bin + model: platypus2-13b.Q5_0.gguf files: - - filename: codellama-13b.ggmlv3.Q5_K_S.bin + - filename: platypus2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q5_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q6_K.bin + model: platypus2-13b.Q5_K_M.gguf files: - - filename: codellama-13b.ggmlv3.Q6_K.bin + - filename: platypus2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-ggml__codellama-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q5_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b.ggmlv3.Q8_0.bin + model: platypus2-13b.Q5_K_S.gguf files: - - filename: codellama-13b.ggmlv3.Q8_0.bin + - filename: platypus2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-GGML/resolve/main/codellama-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q6_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q2_K.bin + model: platypus2-13b.Q6_K.gguf files: - - filename: codellama-13b-instruct.ggmlv3.Q2_K.bin + - filename: platypus2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__platypus2-13b-gguf__platypus2-13b.q8_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q3_K_L.bin + model: platypus2-13b.Q8_0.gguf files: - - filename: codellama-13b-instruct.ggmlv3.Q3_K_L.bin + - filename: platypus2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus2-13B-GGUF/resolve/main/platypus2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_m.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q3_K_M.bin + model: platypus2-70b.ggmlv3.q2_K.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q3_K_M.bin + - filename: platypus2-70b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q3_k_s.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q3_K_S.bin + model: platypus2-70b.ggmlv3.q3_K_L.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q3_K_S.bin + - filename: platypus2-70b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_0.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q4_0.bin + model: platypus2-70b.ggmlv3.q3_K_M.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q4_0.bin + - filename: platypus2-70b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_1.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q4_1.bin + model: platypus2-70b.ggmlv3.q3_K_S.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q4_1.bin + - filename: platypus2-70b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_k_m.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q4_K_M.bin + model: platypus2-70b.ggmlv3.q4_0.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q4_K_M.bin + - filename: platypus2-70b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q4_k_s.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q4_K_S.bin + model: platypus2-70b.ggmlv3.q4_1.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q4_K_S.bin + - filename: platypus2-70b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_0.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q5_0.bin + model: platypus2-70b.ggmlv3.q4_K_M.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q5_0.bin + - filename: platypus2-70b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_1.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q5_1.bin + model: platypus2-70b.ggmlv3.q4_K_S.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q5_1.bin + - filename: platypus2-70b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_k_m.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q5_K_M.bin + model: platypus2-70b.ggmlv3.q5_0.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q5_K_M.bin + - filename: platypus2-70b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q5_k_s.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q5_K_S.bin + model: platypus2-70b.ggmlv3.q5_K_M.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q5_K_S.bin + - filename: platypus2-70b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q6_k.bin + name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q6_K.bin + model: platypus2-70b.ggmlv3.q5_K_S.bin files: - - filename: codellama-13b-instruct.ggmlv3.Q6_K.bin + - filename: platypus2-70b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-instruct-ggml__codellama-13b-instruct.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q2_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-instruct.ggmlv3.Q8_0.bin + model: platypus2-70b.Q2_K.gguf files: - - filename: codellama-13b-instruct.ggmlv3.Q8_0.bin + - filename: platypus2-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGML/resolve/main/codellama-13b-instruct.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q3_k_l.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin + model: platypus2-70b.Q3_K_L.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin + - filename: platypus2-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q3_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + model: platypus2-70b.Q3_K_M.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + - filename: platypus2-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q3_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + model: platypus2-70b.Q3_K_S.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + - filename: platypus2-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q4_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + model: platypus2-70b.Q4_0.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + - filename: platypus2-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q4_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin + model: platypus2-70b.Q4_K_M.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin + - filename: platypus2-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q4_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin + model: platypus2-70b.Q4_K_S.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin + - filename: platypus2-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q5_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + model: platypus2-70b.Q5_0.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + - filename: platypus2-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q5_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + model: platypus2-70b.Q5_K_M.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + - filename: platypus2-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__platypus2-70b-gguf__platypus2-70b.q5_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-GGUF tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - license:llama2 + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin + model: platypus2-70b.Q5_K_S.gguf files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin + - filename: platypus2-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-GGUF/resolve/main/platypus2-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_1.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin + model: platypus2-70b-instruct.ggmlv3.q2_K.bin files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin + - filename: platypus2-70b-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_k_m.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + model: platypus2-70b-instruct.ggmlv3.q3_K_L.bin files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + - filename: platypus2-70b-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q5_k_s.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + model: platypus2-70b-instruct.ggmlv3.q3_K_M.bin files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + - filename: platypus2-70b-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q6_k.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin + model: platypus2-70b-instruct.ggmlv3.q3_K_S.bin files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin + - filename: platypus2-70b-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-oasst-sft-v10-ggml__codellama-13b-oasst-sft-v10.ggmlv3.q8_0.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - en - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin + model: platypus2-70b-instruct.ggmlv3.q4_0.bin files: - - filename: codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin + - filename: platypus2-70b-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-oasst-sft-v10-GGML/resolve/main/codellama-13b-oasst-sft-v10.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q2_k.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q2_K.bin + model: platypus2-70b-instruct.ggmlv3.q4_1.bin files: - - filename: codellama-13b-python.ggmlv3.Q2_K.bin + - filename: platypus2-70b-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_l.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q3_K_L.bin + model: platypus2-70b-instruct.ggmlv3.q4_K_M.bin files: - - filename: codellama-13b-python.ggmlv3.Q3_K_L.bin + - filename: platypus2-70b-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_m.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q3_K_M.bin + model: platypus2-70b-instruct.ggmlv3.q4_K_S.bin files: - - filename: codellama-13b-python.ggmlv3.Q3_K_M.bin + - filename: platypus2-70b-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q3_k_s.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q3_K_S.bin + model: platypus2-70b-instruct.ggmlv3.q5_0.bin files: - - filename: codellama-13b-python.ggmlv3.Q3_K_S.bin + - filename: platypus2-70b-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_0.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q4_0.bin + model: platypus2-70b-instruct.ggmlv3.q5_K_M.bin files: - - filename: codellama-13b-python.ggmlv3.Q4_0.bin + - filename: platypus2-70b-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_1.bin + name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q4_1.bin + model: platypus2-70b-instruct.ggmlv3.q5_K_S.bin files: - - filename: codellama-13b-python.ggmlv3.Q4_1.bin + - filename: platypus2-70b-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q4_K_M.bin + model: platypus2-70b-instruct.Q2_K.gguf files: - - filename: codellama-13b-python.ggmlv3.Q4_K_M.bin + - filename: platypus2-70b-instruct.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q4_K_S.bin + model: platypus2-70b-instruct.Q3_K_L.gguf files: - - filename: codellama-13b-python.ggmlv3.Q4_K_S.bin + - filename: platypus2-70b-instruct.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q5_0.bin + model: platypus2-70b-instruct.Q3_K_M.gguf files: - - filename: codellama-13b-python.ggmlv3.Q5_0.bin + - filename: platypus2-70b-instruct.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q5_1.bin + model: platypus2-70b-instruct.Q3_K_S.gguf files: - - filename: codellama-13b-python.ggmlv3.Q5_1.bin + - filename: platypus2-70b-instruct.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q5_K_M.bin + model: platypus2-70b-instruct.Q4_0.gguf files: - - filename: codellama-13b-python.ggmlv3.Q5_K_M.bin + - filename: platypus2-70b-instruct.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q5_K_S.bin + model: platypus2-70b-instruct.Q4_K_M.gguf files: - - filename: codellama-13b-python.ggmlv3.Q5_K_S.bin + - filename: platypus2-70b-instruct.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q6_K.bin + model: platypus2-70b-instruct.Q4_K_S.gguf files: - - filename: codellama-13b-python.ggmlv3.Q6_K.bin + - filename: platypus2-70b-instruct.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-13b-python-ggml__codellama-13b-python.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - has_space + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-13b-python.ggmlv3.Q8_0.bin + model: platypus2-70b-instruct.Q5_0.gguf files: - - filename: codellama-13b-python.ggmlv3.Q8_0.bin + - filename: platypus2-70b-instruct.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/resolve/main/codellama-13b-python.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q2_K.bin + model: platypus2-70b-instruct.Q5_K_M.gguf files: - - filename: codellama-7b.ggmlv3.Q2_K.bin + - filename: platypus2-70b-instruct.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__platypus2-70b-instruct-gguf__platypus2-70b-instruct.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - en + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q3_K_L.bin + model: platypus2-70b-instruct.Q5_K_S.gguf files: - - filename: codellama-7b.ggmlv3.Q3_K_L.bin + - filename: platypus2-70b-instruct.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGUF/resolve/main/platypus2-70b-instruct.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q3_K_M.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin files: - - filename: codellama-7b.ggmlv3.Q3_K_M.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q3_K_S.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: codellama-7b.ggmlv3.Q3_K_S.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q4_0.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: codellama-7b.ggmlv3.Q4_0.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q4_1.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: codellama-7b.ggmlv3.Q4_1.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML - tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + tags: + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q4_K_M.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: codellama-7b.ggmlv3.Q4_K_M.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q4_K_S.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: codellama-7b.ggmlv3.Q4_K_S.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q5_0.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: codellama-7b.ggmlv3.Q5_0.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q5_1.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: codellama-7b.ggmlv3.Q5_1.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q5_K_M.bin + model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin files: - - filename: codellama-7b.ggmlv3.Q5_K_M.bin + - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q5_K_S.bin + model: PMC_LLAMA-7B.ggmlv3.q2_K.bin files: - - filename: codellama-7b.ggmlv3.Q5_K_S.bin + - filename: PMC_LLAMA-7B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q6_K.bin + model: PMC_LLAMA-7B.ggmlv3.q3_K_L.bin files: - - filename: codellama-7b.ggmlv3.Q6_K.bin + - filename: PMC_LLAMA-7B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-ggml__codellama-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b.ggmlv3.Q8_0.bin + model: PMC_LLAMA-7B.ggmlv3.q3_K_M.bin files: - - filename: codellama-7b.ggmlv3.Q8_0.bin + - filename: PMC_LLAMA-7B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-GGML/resolve/main/codellama-7b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q2_K.bin + model: PMC_LLAMA-7B.ggmlv3.q3_K_S.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q2_K.bin + - filename: PMC_LLAMA-7B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q3_K_L.bin + model: PMC_LLAMA-7B.ggmlv3.q4_0.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q3_K_L.bin + - filename: PMC_LLAMA-7B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q3_K_M.bin + model: PMC_LLAMA-7B.ggmlv3.q4_1.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q3_K_M.bin + - filename: PMC_LLAMA-7B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q3_K_S.bin + model: PMC_LLAMA-7B.ggmlv3.q4_K_M.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q3_K_S.bin + - filename: PMC_LLAMA-7B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q4_0.bin + model: PMC_LLAMA-7B.ggmlv3.q4_K_S.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q4_0.bin + - filename: PMC_LLAMA-7B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q4_1.bin + model: PMC_LLAMA-7B.ggmlv3.q5_0.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q4_1.bin + - filename: PMC_LLAMA-7B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q4_K_M.bin + model: PMC_LLAMA-7B.ggmlv3.q5_1.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q4_K_M.bin + - filename: PMC_LLAMA-7B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q4_K_S.bin + model: PMC_LLAMA-7B.ggmlv3.q5_K_M.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q4_K_S.bin + - filename: PMC_LLAMA-7B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q5_0.bin + model: PMC_LLAMA-7B.ggmlv3.q5_K_S.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q5_0.bin + - filename: PMC_LLAMA-7B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q5_1.bin + model: PMC_LLAMA-7B.ggmlv3.q6_K.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q5_1.bin + - filename: PMC_LLAMA-7B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - medical + - dataset:allenai/s2orc + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q5_K_M.bin + model: PMC_LLAMA-7B.ggmlv3.q8_0.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q5_K_M.bin + - filename: PMC_LLAMA-7B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q5_K_S.bin + model: baize-v2-13b.ggmlv3.q4_0.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q5_K_S.bin + - filename: baize-v2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q6_K.bin + model: baize-v2-13b.ggmlv3.q4_1.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q6_K.bin + - filename: baize-v2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-instruct-ggml__codellama-7b-instruct.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-instruct.ggmlv3.Q8_0.bin + model: baize-v2-13b.ggmlv3.q5_0.bin files: - - filename: codellama-7b-instruct.ggmlv3.Q8_0.bin + - filename: baize-v2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGML/resolve/main/codellama-7b-instruct.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q2_K.bin + model: baize-v2-13b.ggmlv3.q5_1.bin files: - - filename: codellama-7b-python.ggmlv3.Q2_K.bin + - filename: baize-v2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q3_K_L.bin + model: baize-v2-13b.ggmlv3.q8_0.bin files: - - filename: codellama-7b-python.ggmlv3.Q3_K_L.bin + - filename: baize-v2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q3_K_M.bin + model: baize-v2-7b.ggmlv3.q4_0.bin files: - - filename: codellama-7b-python.ggmlv3.Q3_K_M.bin + - filename: baize-v2-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q3_K_S.bin + model: baize-v2-7b.ggmlv3.q4_1.bin files: - - filename: codellama-7b-python.ggmlv3.Q3_K_S.bin + - filename: baize-v2-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q4_0.bin + model: baize-v2-7b.ggmlv3.q5_0.bin files: - - filename: codellama-7b-python.ggmlv3.Q4_0.bin + - filename: baize-v2-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q4_1.bin + model: baize-v2-7b.ggmlv3.q5_1.bin files: - - filename: codellama-7b-python.ggmlv3.Q4_1.bin + - filename: baize-v2-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML tags: - - transformers - - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 - - text-generation-inference + - arxiv:2304.01196 + - license:other - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q4_K_M.bin + model: baize-v2-7b.ggmlv3.q8_0.bin files: - - filename: codellama-7b-python.ggmlv3.Q4_K_M.bin + - filename: baize-v2-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q4_K_S.bin + model: psymedrp-v1-13b.Q2_K.gguf files: - - filename: codellama-7b-python.ggmlv3.Q4_K_S.bin + - filename: psymedrp-v1-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q5_0.bin + model: psymedrp-v1-13b.Q3_K_L.gguf files: - - filename: codellama-7b-python.ggmlv3.Q5_0.bin + - filename: psymedrp-v1-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q5_1.bin + model: psymedrp-v1-13b.Q3_K_M.gguf files: - - filename: codellama-7b-python.ggmlv3.Q5_1.bin + - filename: psymedrp-v1-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q5_K_M.bin + model: psymedrp-v1-13b.Q3_K_S.gguf files: - - filename: codellama-7b-python.ggmlv3.Q5_K_M.bin + - filename: psymedrp-v1-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q5_K_S.bin + model: psymedrp-v1-13b.Q4_0.gguf files: - - filename: codellama-7b-python.ggmlv3.Q5_K_S.bin + - filename: psymedrp-v1-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q6_K.bin + model: psymedrp-v1-13b.Q4_K_M.gguf files: - - filename: codellama-7b-python.ggmlv3.Q6_K.bin + - filename: psymedrp-v1-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codellama-7b-python-ggml__codellama-7b-python.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - llama-2 - - text-generation - - code - - arxiv:2308.12950 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codellama-7b-python.ggmlv3.Q8_0.bin + model: psymedrp-v1-13b.Q4_K_S.gguf files: - - filename: codellama-7b-python.ggmlv3.Q8_0.bin + - filename: psymedrp-v1-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeLlama-7B-Python-GGML/resolve/main/codellama-7b-python.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q2_K.bin + model: psymedrp-v1-13b.Q5_0.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q2_K.bin + - filename: psymedrp-v1-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin + model: psymedrp-v1-13b.Q5_K_M.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin + - filename: psymedrp-v1-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin + model: psymedrp-v1-13b.Q5_K_S.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin + - filename: psymedrp-v1-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin + model: psymedrp-v1-13b.Q6_K.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin + - filename: psymedrp-v1-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__psymedrp-v1-13b-gguf__psymedrp-v1-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q4_0.bin + model: psymedrp-v1-13b.Q8_0.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q4_0.bin + - filename: psymedrp-v1-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-13B-GGUF/resolve/main/psymedrp-v1-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q4_1.bin + model: psymedrp-v1-20b.Q2_K.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q4_1.bin + - filename: psymedrp-v1-20b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin + model: psymedrp-v1-20b.Q3_K_L.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin + - filename: psymedrp-v1-20b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin + model: psymedrp-v1-20b.Q3_K_M.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin + - filename: psymedrp-v1-20b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q5_0.bin + model: psymedrp-v1-20b.Q3_K_S.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q5_0.bin + - filename: psymedrp-v1-20b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q5_1.bin + model: psymedrp-v1-20b.Q4_0.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q5_1.bin + - filename: psymedrp-v1-20b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin + model: psymedrp-v1-20b.Q4_K_M.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin + - filename: psymedrp-v1-20b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin + model: psymedrp-v1-20b.Q4_K_S.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin + - filename: psymedrp-v1-20b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q6_K.bin + model: psymedrp-v1-20b.Q5_0.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q6_K.bin + - filename: psymedrp-v1-20b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__codeup-alpha-13b-hf-ggml__codeup-alpha-13b-hf.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - dataset:rombodawg/Legacy_MegaCodeTraining200k - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-alpha-13b-hf.ggmlv3.q8_0.bin + model: psymedrp-v1-20b.Q5_K_M.gguf files: - - filename: codeup-alpha-13b-hf.ggmlv3.q8_0.bin + - filename: psymedrp-v1-20b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Alpha-13B-HF-GGML/resolve/main/codeup-alpha-13b-hf.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin + model: psymedrp-v1-20b.Q5_K_S.gguf files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin + - filename: psymedrp-v1-20b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin + model: psymedrp-v1-20b.Q6_K.gguf files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin + - filename: psymedrp-v1-20b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__psymedrp-v1-20b-gguf__psymedrp-v1-20b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin + model: psymedrp-v1-20b.Q8_0.gguf files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin + - filename: psymedrp-v1-20b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/PsyMedRP-v1-20B-GGUF/resolve/main/psymedrp-v1-20b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin + model: puddlejumper-13b.ggmlv3.Q2_K.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin + - filename: puddlejumper-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + model: puddlejumper-13b.ggmlv3.Q3_K_L.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin + - filename: puddlejumper-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + model: puddlejumper-13b.ggmlv3.Q3_K_M.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin + - filename: puddlejumper-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin + model: puddlejumper-13b.ggmlv3.Q3_K_S.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin + - filename: puddlejumper-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin + model: puddlejumper-13b.ggmlv3.Q4_0.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin + - filename: puddlejumper-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + model: puddlejumper-13b.ggmlv3.Q4_1.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin + - filename: puddlejumper-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + model: puddlejumper-13b.ggmlv3.Q4_K_M.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin + - filename: puddlejumper-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin + model: puddlejumper-13b.ggmlv3.Q4_K_S.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin + - filename: puddlejumper-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin + model: puddlejumper-13b.ggmlv3.Q5_0.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin + - filename: puddlejumper-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin + model: puddlejumper-13b.ggmlv3.Q5_1.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin + - filename: puddlejumper-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__codeup-llama-2-13b-chat-hf-ggml__codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - transformers - llama - - text-to-code - - multilingual-code-generation - - en - - arxiv:2106.09685 + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + model: puddlejumper-13b.ggmlv3.Q5_K_M.bin files: - - filename: codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + - filename: puddlejumper-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/CodeUp-Llama-2-13B-Chat-HF-GGML/resolve/main/codeup-llama-2-13b-chat-hf.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q2_k.bin - license: other + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin + model: puddlejumper-13b.ggmlv3.Q5_K_S.bin files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin - sha256: f666696234de0a9a6d24f19ef482ad7efc9872edbcaa410be0c0469301279d69 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q2_K.bin + - filename: puddlejumper-13b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_l.bin - license: other + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin + model: puddlejumper-13b.ggmlv3.Q6_K.bin files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin - sha256: 3859abd7d435650f6e0a882109fc949d787f29fd1667afb2dd3cea0da7a4c695 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_L.bin + - filename: puddlejumper-13b.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_m.bin - license: other + name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin + model: puddlejumper-13b.ggmlv3.Q8_0.bin files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin - sha256: e8d7ef8ad7f967e873c8de73df8b7e88a5da6a78a1dd9eda365fbada75e4502b - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_M.bin + - filename: puddlejumper-13b.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q3_k_s.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin + model: puddlejumper-13b.Q2_K.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin - sha256: c30cabf4b50353451a9eaa02a2aa2ca05163d40b866b057b0df4d0f348a2cc6a - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q3_K_S.bin + - filename: puddlejumper-13b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin + model: puddlejumper-13b.Q3_K_L.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin - sha256: 75cd0768a63a7a624cbe1af604337a707602aab2d72ad6e633bca2878d01301b - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_0.bin + - filename: puddlejumper-13b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin + model: puddlejumper-13b.Q3_K_M.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin - sha256: 5b009b6de70345dfbd92b40b3a2fec69cad061b005f78bc352af25ef625c8659 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_1.bin + - filename: puddlejumper-13b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_k_m.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin + model: puddlejumper-13b.Q3_K_S.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin - sha256: c2d22d2c903b1649785c02821255e66b79a41a7dc71f7c24281697bfc3fe4eb5 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_K_M.bin + - filename: puddlejumper-13b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q4_k_s.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin + model: puddlejumper-13b.Q4_0.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin - sha256: 06006b772397b5b23a2e37b792899a11a4cdbf170075cf37a4afdcf828079b85 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q4_K_S.bin + - filename: puddlejumper-13b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q4_1.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin + model: puddlejumper-13b.Q4_1.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin - sha256: 2e6b439bfe9af536e4563fcbf6cedfcde07411ece13e4505e1edc07ae002e086 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_0.bin + - filename: puddlejumper-13b.Q4_1.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_k_m.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin + model: puddlejumper-13b.Q4_K_M.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin - sha256: 32f29f45125552ac784e89e271cc0310e072400886b83d786184d5f5ef3df75c - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_K_M.bin + - filename: puddlejumper-13b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__deepnight-llama-2-70b-inst-ggml__deepnight-llama-2-70b-inst.ggmlv3.q5_k_s.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - - llama - - en - transformers - - DeepNight - - deepnight-research - - Orca - - llama-2 - - llama-2-70b - - license:other - - text-generation + - llama + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin + model: puddlejumper-13b.Q4_K_S.gguf files: - - filename: deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin - sha256: 1dde1c145d6c63616edbe9a46f19c8df797e38957793c6bcc44c26d6567939a5 - uri: https://huggingface.co/TheBloke/Deepnight-Llama-2-70B-Inst-GGML/resolve/main/deepnight-llama-2-70b-inst.ggmlv3.q5_K_S.bin + - filename: puddlejumper-13b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q2_K.bin + model: puddlejumper-13b.Q5_0.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q2_K.bin + - filename: puddlejumper-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q5_1.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q3_K_L.bin + model: puddlejumper-13b.Q5_1.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q3_K_L.bin + - filename: puddlejumper-13b.Q5_1.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q3_K_M.bin + model: puddlejumper-13b.Q5_K_M.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q3_K_M.bin + - filename: puddlejumper-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q3_K_S.bin + model: puddlejumper-13b.Q5_K_S.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q3_K_S.bin + - filename: puddlejumper-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q4_0.bin + model: puddlejumper-13b.Q6_K.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q4_0.bin + - filename: puddlejumper-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__puddlejumper-13b-gguf__puddlejumper-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF tags: - transformers - llama - - license:other + - dataset:totally-not-an-llm/EverythingLM-data-V2 + - dataset:garage-bAInd/Open-Platypus + - dataset:Open-Orca/OpenOrca + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q4_1.bin + model: puddlejumper-13b.Q8_0.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q4_1.bin + - filename: puddlejumper-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGUF/resolve/main/puddlejumper-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_k_m.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q4_K_M.bin + model: puddlejumper-13b-v2.Q2_K.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q4_K_M.bin + - filename: puddlejumper-13b-v2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q4_k_s.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q4_K_S.bin + model: puddlejumper-13b-v2.Q3_K_L.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q4_K_S.bin + - filename: puddlejumper-13b-v2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_0.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q5_0.bin + model: puddlejumper-13b-v2.Q3_K_M.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q5_0.bin + - filename: puddlejumper-13b-v2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_1.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q5_1.bin + model: puddlejumper-13b-v2.Q3_K_S.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q5_1.bin + - filename: puddlejumper-13b-v2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_k_m.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q5_K_M.bin + model: puddlejumper-13b-v2.Q4_0.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q5_K_M.bin + - filename: puddlejumper-13b-v2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q5_k_s.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q5_K_S.bin + model: puddlejumper-13b-v2.Q4_K_M.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q5_K_S.bin + - filename: puddlejumper-13b-v2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q6_k.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q6_K.bin + model: puddlejumper-13b-v2.Q4_K_S.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q6_K.bin + - filename: puddlejumper-13b-v2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama-13b-ggml__dolphin-llama-13b.ggmlv3.q8_0.bin + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama-13b.ggmlv3.q8_0.bin + model: puddlejumper-13b-v2.Q5_0.gguf files: - - filename: dolphin-llama-13b.ggmlv3.q8_0.bin + - filename: puddlejumper-13b-v2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama-13B-GGML/resolve/main/dolphin-llama-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q2_K.bin + model: puddlejumper-13b-v2.Q5_K_M.gguf files: - - filename: dolphin-llama2-7b.ggmlv3.q2_K.bin + - filename: puddlejumper-13b-v2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q3_K_L.bin + model: puddlejumper-13b-v2.Q5_K_S.gguf files: - - filename: dolphin-llama2-7b.ggmlv3.q3_K_L.bin + - filename: puddlejumper-13b-v2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q3_K_M.bin + model: puddlejumper-13b-v2.Q6_K.gguf files: - - filename: dolphin-llama2-7b.ggmlv3.q3_K_M.bin + - filename: puddlejumper-13b-v2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__puddlejumper-13b-v2-gguf__puddlejumper-13b-v2.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF tags: - transformers - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/EverythingLM-data-V3 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - license:other - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q3_K_S.bin + model: puddlejumper-13b-v2.Q8_0.gguf files: - - filename: dolphin-llama2-7b.ggmlv3.q3_K_S.bin + - filename: puddlejumper-13b-v2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF/resolve/main/puddlejumper-13b-v2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q4_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML tags: - transformers - - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - text-generation + - puli + - hu + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q4_0.bin + model: puli-gpt-3sx.ggmlv1.q4_0.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q4_0.bin + - filename: puli-gpt-3sx.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q4_1.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML tags: - transformers - - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - text-generation + - puli + - hu + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q4_1.bin + model: puli-gpt-3sx.ggmlv1.q4_1.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q4_1.bin + - filename: puli-gpt-3sx.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q5_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML tags: - transformers - - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - text-generation + - puli + - hu + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q4_K_M.bin + model: puli-gpt-3sx.ggmlv1.q5_0.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q4_K_M.bin + - filename: puli-gpt-3sx.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q5_1.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML tags: - transformers - - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - text-generation + - puli + - hu + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q4_K_S.bin + model: puli-gpt-3sx.ggmlv1.q5_1.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q4_K_S.bin + - filename: puli-gpt-3sx.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q8_0.bin + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML tags: - transformers - - llama - - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - text-generation + - puli + - hu + - license:cc-by-nc-4.0 - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q5_0.bin + model: puli-gpt-3sx.ggmlv1.q8_0.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q5_0.bin + - filename: puli-gpt-3sx.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/Puma-3b-GGML tags: - transformers - llama + - text-generation - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q5_1.bin + model: puma-3b.ggmlv3.q4_0.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q5_1.bin + - filename: puma-3b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/Puma-3b-GGML tags: - transformers - llama + - text-generation - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q5_K_M.bin + model: puma-3b.ggmlv3.q4_1.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q5_K_M.bin + - filename: puma-3b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/Puma-3b-GGML tags: - transformers - llama + - text-generation - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q5_K_S.bin + model: puma-3b.ggmlv3.q5_0.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q5_K_S.bin + - filename: puma-3b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/Puma-3b-GGML tags: - transformers - llama + - text-generation - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q6_K.bin + model: puma-3b.ggmlv3.q5_1.bin files: - - filename: dolphin-llama2-7b.ggmlv3.q6_K.bin + - filename: puma-3b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dolphin-llama2-7b-ggml__dolphin-llama2-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML + - https://huggingface.co/TheBloke/Puma-3b-GGML tags: - transformers - llama + - text-generation - en - - dataset:ehartford/dolphin - - license:llama2 - - has_space + - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: dolphin-llama2-7b.ggmlv3.q8_0.bin - files: - - filename: dolphin-llama2-7b.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Dolphin-Llama2-7B-GGML/resolve/main/dolphin-llama2-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q2_k.bin - license: other - urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: dromedary-lora-65B.ggmlv3.q2_K.bin - files: - - filename: dromedary-lora-65B.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_l.bin - license: other - urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: dromedary-lora-65B.ggmlv3.q3_K_L.bin - files: - - filename: dromedary-lora-65B.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_m.bin - license: other - urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: dromedary-lora-65B.ggmlv3.q3_K_M.bin + model: puma-3b.ggmlv3.q8_0.bin files: - - filename: dromedary-lora-65B.ggmlv3.q3_K_M.bin + - filename: puma-3b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q3_k_s.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q3_K_S.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: dromedary-lora-65B.ggmlv3.q3_K_S.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_0.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q4_0.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: dromedary-lora-65B.ggmlv3.q4_0.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_1.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q4_1.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: dromedary-lora-65B.ggmlv3.q4_1.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_k_m.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q4_K_M.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: dromedary-lora-65B.ggmlv3.q4_K_M.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q4_k_s.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q4_K_S.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: dromedary-lora-65B.ggmlv3.q4_K_S.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_0.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q5_0.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: dromedary-lora-65B.ggmlv3.q5_0.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_1.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q5_1.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: dromedary-lora-65B.ggmlv3.q5_1.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_k_m.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: dromedary-lora-65B.ggmlv3.q5_K_M.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: dromedary-lora-65B.ggmlv3.q5_K_M.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__dromedary-65b-lora-ggml__dromedary-lora-65b.ggmlv3.q5_k_s.bin + name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/dromedary-65B-lora-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: dromedary-lora-65B.ggmlv3.q5_K_S.bin - files: - - filename: dromedary-lora-65B.ggmlv3.q5_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/dromedary-65B-lora-GGML/resolve/main/dromedary-lora-65B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q2_k.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML - tags: - - transformers - - llama - - dataset:totally-not-an-llm/EverythingLM-data - - license:llama2 - - text-generation-inference - - region:us - overrides: - parameters: - model: everythinglm-13b-16k.ggmlv3.q2_K.bin - files: - - filename: everythinglm-13b-16k.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_l.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML - tags: - - transformers - - llama - - dataset:totally-not-an-llm/EverythingLM-data - - license:llama2 - - text-generation-inference - - region:us - overrides: - parameters: - model: everythinglm-13b-16k.ggmlv3.q3_K_L.bin - files: - - filename: everythinglm-13b-16k.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_m.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML - tags: - - transformers - - llama - - dataset:totally-not-an-llm/EverythingLM-data - - license:llama2 - - text-generation-inference - - region:us - overrides: - parameters: - model: everythinglm-13b-16k.ggmlv3.q3_K_M.bin - files: - - filename: everythinglm-13b-16k.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q3_k_s.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:totally-not-an-llm/EverythingLM-data - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q3_K_S.bin + model: pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: everythinglm-13b-16k.ggmlv3.q3_K_S.bin + - filename: pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_0.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q4_0.bin + model: pygmalion-2-13b.Q2_K.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q4_0.bin + - filename: pygmalion-2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_1.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q4_1.bin + model: pygmalion-2-13b.Q3_K_L.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q4_1.bin + - filename: pygmalion-2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_k_m.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q4_K_M.bin + model: pygmalion-2-13b.Q3_K_M.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q4_K_M.bin + - filename: pygmalion-2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q4_k_s.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q4_K_S.bin + model: pygmalion-2-13b.Q3_K_S.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q4_K_S.bin + - filename: pygmalion-2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_0.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q5_0.bin + model: pygmalion-2-13b.Q4_0.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q5_0.bin + - filename: pygmalion-2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_1.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q5_1.bin + model: pygmalion-2-13b.Q4_K_M.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q5_1.bin + - filename: pygmalion-2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_k_m.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q5_K_M.bin + model: pygmalion-2-13b.Q4_K_S.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q5_K_M.bin + - filename: pygmalion-2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q5_k_s.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q5_K_S.bin + model: pygmalion-2-13b.Q5_0.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q5_K_S.bin + - filename: pygmalion-2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q6_k.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q6_K.bin + model: pygmalion-2-13b.Q5_K_M.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q6_K.bin + - filename: pygmalion-2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-16k-ggml__everythinglm-13b-16k.ggmlv3.q8_0.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-16k.ggmlv3.q8_0.bin + model: pygmalion-2-13b.Q5_K_S.gguf files: - - filename: everythinglm-13b-16k.ggmlv3.q8_0.bin + - filename: pygmalion-2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13B-16K-GGML/resolve/main/everythinglm-13b-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q2_k.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q2_K.bin + model: pygmalion-2-13b.Q6_K.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q2_K.bin + - filename: pygmalion-2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_l.bin + name: thebloke__pygmalion-2-13b-gguf__pygmalion-2-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin + model: pygmalion-2-13b.Q8_0.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin + - filename: pygmalion-2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-GGUF/resolve/main/pygmalion-2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_m.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin + model: pygmalion-2-13b-supercot.Q2_K.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin + - filename: pygmalion-2-13b-supercot.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q3_k_s.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin + model: pygmalion-2-13b-supercot.Q3_K_L.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin + - filename: pygmalion-2-13b-supercot.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + model: pygmalion-2-13b-supercot.Q3_K_M.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + - filename: pygmalion-2-13b-supercot.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + model: pygmalion-2-13b-supercot.Q3_K_S.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + - filename: pygmalion-2-13b-supercot.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_k_m.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin + model: pygmalion-2-13b-supercot.Q4_0.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin + - filename: pygmalion-2-13b-supercot.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q4_k_s.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin + model: pygmalion-2-13b-supercot.Q4_K_M.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin + - filename: pygmalion-2-13b-supercot.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + model: pygmalion-2-13b-supercot.Q4_K_S.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + - filename: pygmalion-2-13b-supercot.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + model: pygmalion-2-13b-supercot.Q5_0.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + - filename: pygmalion-2-13b-supercot.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_k_m.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin + model: pygmalion-2-13b-supercot.Q5_K_M.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin + - filename: pygmalion-2-13b-supercot.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q5_k_s.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin + model: pygmalion-2-13b-supercot.Q5_K_S.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin + - filename: pygmalion-2-13b-supercot.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q6_k.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q6_K.bin + model: pygmalion-2-13b-supercot.Q6_K.gguf files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q6_K.bin + - filename: pygmalion-2-13b-supercot.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__everythinglm-13b-v2-16k-ggml__everythinglm-13b-v2-16k.ggmlv3.q8_0.bin + name: thebloke__pygmalion-2-13b-supercot-gguf__pygmalion-2-13b-supercot.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 + - llama-2 + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: everythinglm-13b-v2-16k.ggmlv3.q8_0.bin - files: - - filename: everythinglm-13b-v2-16k.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/EverythingLM-13b-V2-16K-GGML/resolve/main/everythinglm-13b-v2-16k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q4_0.bin - license: cc-by-sa-4.0 - urls: - - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML - tags: - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - - license:cc-by-sa-4.0 - - region:us - overrides: - parameters: - model: evol-replit-v1.ggmlv1.q4_0.bin - files: - - filename: evol-replit-v1.ggmlv1.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q4_1.bin - license: cc-by-sa-4.0 - urls: - - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML - tags: - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - - license:cc-by-sa-4.0 - - region:us - overrides: - parameters: - model: evol-replit-v1.ggmlv1.q4_1.bin - files: - - filename: evol-replit-v1.ggmlv1.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q5_0.bin - license: cc-by-sa-4.0 - urls: - - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML - tags: - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - - license:cc-by-sa-4.0 - - region:us - overrides: - parameters: - model: evol-replit-v1.ggmlv1.q5_0.bin - files: - - filename: evol-replit-v1.ggmlv1.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q5_1.bin - license: cc-by-sa-4.0 - urls: - - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML - tags: - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - - license:cc-by-sa-4.0 - - region:us - overrides: - parameters: - model: evol-replit-v1.ggmlv1.q5_1.bin - files: - - filename: evol-replit-v1.ggmlv1.q5_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__evol-replit-v1-ggml__evol-replit-v1.ggmlv1.q8_0.bin - license: cc-by-sa-4.0 - urls: - - https://huggingface.co/TheBloke/Evol-Replit-v1-GGML - tags: - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 - - license:cc-by-sa-4.0 - - region:us - overrides: - parameters: - model: evol-replit-v1.ggmlv1.q8_0.bin + model: pygmalion-2-13b-supercot.Q8_0.gguf files: - - filename: evol-replit-v1.ggmlv1.q8_0.bin + - filename: pygmalion-2-13b-supercot.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Evol-Replit-v1-GGML/resolve/main/evol-replit-v1.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-GGUF/resolve/main/pygmalion-2-13b-supercot.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q2_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q2_k.bin + model: pygmalion-2-13b-supercot-weighed.Q2_K.gguf files: - - filename: falcon-40b-instruct.ggccv1.q2_k.bin + - filename: pygmalion-2-13b-supercot-weighed.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q2_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q3_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q3_k.bin + model: pygmalion-2-13b-supercot-weighed.Q3_K_L.gguf files: - - filename: falcon-40b-instruct.ggccv1.q3_k.bin + - filename: pygmalion-2-13b-supercot-weighed.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q3_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q4_0.bin + model: pygmalion-2-13b-supercot-weighed.Q3_K_M.gguf files: - - filename: falcon-40b-instruct.ggccv1.q4_0.bin + - filename: pygmalion-2-13b-supercot-weighed.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q4_1.bin + model: pygmalion-2-13b-supercot-weighed.Q3_K_S.gguf files: - - filename: falcon-40b-instruct.ggccv1.q4_1.bin + - filename: pygmalion-2-13b-supercot-weighed.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q4_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q4_k.bin + model: pygmalion-2-13b-supercot-weighed.Q4_0.gguf files: - - filename: falcon-40b-instruct.ggccv1.q4_k.bin + - filename: pygmalion-2-13b-supercot-weighed.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q4_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q5_0.bin + model: pygmalion-2-13b-supercot-weighed.Q4_K_M.gguf files: - - filename: falcon-40b-instruct.ggccv1.q5_0.bin + - filename: pygmalion-2-13b-supercot-weighed.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q5_1.bin + model: pygmalion-2-13b-supercot-weighed.Q4_K_S.gguf files: - - filename: falcon-40b-instruct.ggccv1.q5_1.bin + - filename: pygmalion-2-13b-supercot-weighed.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q5_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q5_k.bin + model: pygmalion-2-13b-supercot-weighed.Q5_0.gguf files: - - filename: falcon-40b-instruct.ggccv1.q5_k.bin + - filename: pygmalion-2-13b-supercot-weighed.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q5_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q6_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q6_k.bin + model: pygmalion-2-13b-supercot-weighed.Q5_K_M.gguf files: - - filename: falcon-40b-instruct.ggccv1.q6_k.bin + - filename: pygmalion-2-13b-supercot-weighed.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q6_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon-40b-instruct.ggccv1.q8_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - transformers - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-instruct.ggccv1.q8_0.bin + model: pygmalion-2-13b-supercot-weighed.Q5_K_S.gguf files: - - filename: falcon-40b-instruct.ggccv1.q8_0.bin + - filename: pygmalion-2-13b-supercot-weighed.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon-40b-instruct.ggccv1.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q2_k.bin - license: apache-2.0 - urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML - tags: - - falcon - - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers - - license:apache-2.0 - - has_space - overrides: - parameters: - model: falcon40b-instruct.ggmlv3.q2_K.bin - files: - - filename: falcon40b-instruct.ggmlv3.q2_K.bin - sha256: 309169651c6592b1ad5f0fd8fa2e35651ad6f6a1db7d06827846b58ba8e7f2d1 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q3_k_s.bin - license: apache-2.0 - urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML - tags: - - falcon - - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers - - license:apache-2.0 - - has_space - overrides: - parameters: - model: falcon40b-instruct.ggmlv3.q3_K_S.bin - files: - - filename: falcon40b-instruct.ggmlv3.q3_K_S.bin - sha256: 9a5bcb0f2b5d84366d443aee026be4d9b39bd5b88426ab02f902dff3b44802b2 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q4_k_s.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - - falcon - - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - transformers - - license:apache-2.0 - - has_space - overrides: - parameters: - model: falcon40b-instruct.ggmlv3.q4_K_S.bin - files: - - filename: falcon40b-instruct.ggmlv3.q4_K_S.bin - sha256: a82c660cc2f9e05311f93d17f8357a9ce66d06c5f44b9e46671a44b8103cb5d9 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q5_k_s.bin - license: apache-2.0 - urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML - tags: - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers - - license:apache-2.0 - - has_space + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: falcon40b-instruct.ggmlv3.q5_K_S.bin + model: pygmalion-2-13b-supercot-weighed.Q6_K.gguf files: - - filename: falcon40b-instruct.ggmlv3.q5_K_S.bin - sha256: 1bd462dbf24adeb1e129341fd23d0eb830478b1ca8ad342cb4ae8588e4572a67 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q5_K_S.bin + - filename: pygmalion-2-13b-supercot-weighed.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q6_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot-weighed-gguf__pygmalion-2-13b-supercot-weighed.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF tags: - - falcon - - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - transformers - - license:apache-2.0 - - has_space - overrides: - parameters: - model: falcon40b-instruct.ggmlv3.q6_K.bin - files: - - filename: falcon40b-instruct.ggmlv3.q6_K.bin - sha256: 5bb020b0f66ab1ad1d7965d40a065001905e487db7b81404bbe5a224eef74769 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-instruct-ggml__falcon40b-instruct.ggmlv3.q8_0.bin - license: apache-2.0 - urls: - - https://huggingface.co/TheBloke/falcon-40b-instruct-GGML - tags: - - falcon + - llama + - llama-2 + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers - - license:apache-2.0 - - has_space + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: falcon40b-instruct.ggmlv3.q8_0.bin + model: pygmalion-2-13b-supercot-weighed.Q8_0.gguf files: - - filename: falcon40b-instruct.ggmlv3.q8_0.bin - sha256: 2c7c550cde9f3f282d0a9171884aa548e4340b6e9c1ebca6a875fd4d62dcad82 - uri: https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/resolve/main/falcon40b-instruct.ggmlv3.q8_0.bin + - filename: pygmalion-2-13b-supercot-weighed.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q2_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + model: pygmalion-2-13b-supercot2.Q2_K.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + - filename: pygmalion-2-13b-supercot2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q2_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q3_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + model: pygmalion-2-13b-supercot2.Q3_K_L.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + - filename: pygmalion-2-13b-supercot2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q3_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + model: pygmalion-2-13b-supercot2.Q3_K_M.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + - filename: pygmalion-2-13b-supercot2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + model: pygmalion-2-13b-supercot2.Q3_K_S.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + - filename: pygmalion-2-13b-supercot2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q4_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + model: pygmalion-2-13b-supercot2.Q4_0.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + - filename: pygmalion-2-13b-supercot2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q4_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + model: pygmalion-2-13b-supercot2.Q4_K_M.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + - filename: pygmalion-2-13b-supercot2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + model: pygmalion-2-13b-supercot2.Q4_K_S.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + - filename: pygmalion-2-13b-supercot2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q5_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + model: pygmalion-2-13b-supercot2.Q5_0.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + - filename: pygmalion-2-13b-supercot2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q5_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q6_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + model: pygmalion-2-13b-supercot2.Q5_K_M.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + - filename: pygmalion-2-13b-supercot2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q6_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-mix-1226-ggml__falcon-40b-sft-mix-1226.ggccv1.q8_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - dataset:databricks/databricks-dolly-15k - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + model: pygmalion-2-13b-supercot2.Q5_K_S.gguf files: - - filename: falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + - filename: pygmalion-2-13b-supercot2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-mix-1226-GGML/resolve/main/falcon-40b-sft-mix-1226.ggccv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q2_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q2_k.bin + model: pygmalion-2-13b-supercot2.Q6_K.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q2_k.bin + - filename: pygmalion-2-13b-supercot2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q2_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q3_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-13b-supercot2-gguf__pygmalion-2-13b-supercot2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF tags: - transformers - - falcon - - sft + - llama + - llama-2 + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q3_k.bin + model: pygmalion-2-13b-supercot2.Q8_0.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q3_k.bin + - filename: pygmalion-2-13b-supercot2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q3_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-13B-SuperCOT2-GGUF/resolve/main/pygmalion-2-13b-supercot2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q4_0.bin + model: pygmalion-2-7b.Q2_K.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q4_0.bin + - filename: pygmalion-2-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q4_1.bin + model: pygmalion-2-7b.Q3_K_L.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q4_1.bin + - filename: pygmalion-2-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q4_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q4_k.bin + model: pygmalion-2-7b.Q3_K_M.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q4_k.bin + - filename: pygmalion-2-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q4_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q5_0.bin + model: pygmalion-2-7b.Q3_K_S.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q5_0.bin + - filename: pygmalion-2-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - llama + - text generation + - instruct + - text-generation + - en + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q5_1.bin + model: pygmalion-2-7b.Q4_0.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q5_1.bin + - filename: pygmalion-2-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q5_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q5_k.bin + model: pygmalion-2-7b.Q4_K_M.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q5_k.bin + - filename: pygmalion-2-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q5_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q6_k.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q6_k.bin + model: pygmalion-2-7b.Q4_K_S.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q6_k.bin + - filename: pygmalion-2-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q6_k.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-40b-sft-top1-560-ggml__falcon-40b-top1-560.ggccv1.q8_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon - - sft + - llama + - text generation + - instruct + - text-generation - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-40b-top1-560.ggccv1.q8_0.bin + model: pygmalion-2-7b.Q5_0.gguf files: - - filename: falcon-40b-top1-560.ggccv1.q8_0.bin + - filename: pygmalion-2-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-40b-sft-top1-560-GGML/resolve/main/falcon-40b-top1-560.ggccv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q4_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon + - llama + - text generation + - instruct + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-instruct.ggccv1.q4_0.bin + model: pygmalion-2-7b.Q5_K_M.gguf files: - - filename: falcon-7b-instruct.ggccv1.q4_0.bin + - filename: pygmalion-2-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q4_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon + - llama + - text generation + - instruct + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-instruct.ggccv1.q4_1.bin + model: pygmalion-2-7b.Q5_K_S.gguf files: - - filename: falcon-7b-instruct.ggccv1.q4_1.bin + - filename: pygmalion-2-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q5_0.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon + - llama + - text generation + - instruct + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-instruct.ggccv1.q5_0.bin + model: pygmalion-2-7b.Q6_K.gguf files: - - filename: falcon-7b-instruct.ggccv1.q5_0.bin + - filename: pygmalion-2-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q5_1.bin - license: apache-2.0 + name: thebloke__pygmalion-2-7b-gguf__pygmalion-2-7b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF tags: - transformers - - falcon + - llama + - text generation + - instruct + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space + - dataset:PygmalionAI/PIPPA + - dataset:Open-Orca/OpenOrca + - dataset:Norquinal/claude_multiround_chat_30k + - dataset:jondurbin/airoboros-gpt4-1.4.1 + - dataset:databricks/databricks-dolly-15k + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: falcon-7b-instruct.ggccv1.q5_1.bin + model: pygmalion-2-7b.Q8_0.gguf files: - - filename: falcon-7b-instruct.ggccv1.q5_1.bin + - filename: pygmalion-2-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggccv1.q8_0.bin - license: apache-2.0 + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - transformers - - falcon + - text generation + - conversational + - text-generation - en - - dataset:tiiuae/falcon-refinedweb - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - license:apache-2.0 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: falcon-7b-instruct.ggccv1.q8_0.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: falcon-7b-instruct.ggccv1.q8_0.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggccv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q4_0.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon-7b-instruct.ggmlv3.q4_0.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: falcon-7b-instruct.ggmlv3.q4_0.bin - sha256: 31413af93f77f080290cd0bcdcb94a521ef8714732934629198faef88d4093db - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q4_0.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q4_1.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon-7b-instruct.ggmlv3.q4_1.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: falcon-7b-instruct.ggmlv3.q4_1.bin - sha256: e3a73b440eec2ce67d31facb370c47efddf44c2725ac09a56eb954de22003fb8 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q4_1.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q5_0.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon-7b-instruct.ggmlv3.q5_0.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: falcon-7b-instruct.ggmlv3.q5_0.bin - sha256: eb745b75b8a831787c1bd42a0afe0267432f982d0b01af4ac93c493c8f414970 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q5_0.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q5_1.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon-7b-instruct.ggmlv3.q5_1.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: falcon-7b-instruct.ggmlv3.q5_1.bin - sha256: 8c191b177fc73636b6a13f356175b4230f3b4a17d93fd81c40eb19b49e28fe61 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q5_1.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon-7b-instruct.ggmlv3.q8_0.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon-7b-instruct.ggmlv3.q8_0.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: falcon-7b-instruct.ggmlv3.q8_0.bin - sha256: 0d7d1bfb02f9146dd48cc38546718b0a2798cc5ad9f83c751b0780a54b4a841d - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon-7b-instruct.ggmlv3.q8_0.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.fp16.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.fp16.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: falcon7b-instruct.ggmlv3.fp16.bin - sha256: d942d310f2c5c141591695879ba8c6954ace4893514cdc686f9ab9d8ef8213df - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.fp16.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q4_0.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.q4_0.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: falcon7b-instruct.ggmlv3.q4_0.bin - sha256: 510c1d153793e2f80e93a6ff8813e16a3233c974c84c90a7790361b3f56d35e4 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q4_0.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q4_1.bin + name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - - transformers + - text generation + - conversational + - text-generation + - en - license:other - - has_space + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.q4_1.bin + model: pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: falcon7b-instruct.ggmlv3.q4_1.bin - sha256: 182732f7b538e0148bd0aba5964e7ccf4e950d18e3f1d67d6e05e0cc18e602c9 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q4_1.bin + - filename: pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q5_0.bin - license: other + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - transformers - - license:other - - has_space + - llama + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.q5_0.bin + model: qcammel-13.ggmlv3.q2_K.bin files: - - filename: falcon7b-instruct.ggmlv3.q5_0.bin - sha256: d2459c64d41984b42ddc1227545de23c709466ee24e9276d87054212fc7e73c4 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q5_0.bin + - filename: qcammel-13.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q5_1.bin - license: other + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - transformers - - license:other - - has_space + - llama + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.q5_1.bin + model: qcammel-13.ggmlv3.q3_K_L.bin files: - - filename: falcon7b-instruct.ggmlv3.q5_1.bin - sha256: b94d3616239a43ded9e1ff0ffdfd7437547e8e90e6dcde51281bbe8aa3933727 - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q5_1.bin + - filename: qcammel-13.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__falcon-7b-instruct-ggml__falcon7b-instruct.ggmlv3.q8_0.bin - license: other + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/falcon-7b-instruct-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - - falcon - - arxiv:2205.14135 - - arxiv:1911.02150 - - arxiv:2005.14165 - - arxiv:2104.09864 - - arxiv:2306.01116 - transformers - - license:other - - has_space + - llama + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: falcon7b-instruct.ggmlv3.q8_0.bin + model: qcammel-13.ggmlv3.q3_K_M.bin files: - - filename: falcon7b-instruct.ggmlv3.q8_0.bin - sha256: 19c160d295638e2612d0f7c74b5a66ec3c3014a001a410c3f9b92517de7e7c9b - uri: https://huggingface.co/TheBloke/falcon-7b-instruct-GGML/resolve/main/falcon7b-instruct.ggmlv3.q8_0.bin + - filename: qcammel-13.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q2_k.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin + model: qcammel-13.ggmlv3.q3_K_S.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin + - filename: qcammel-13.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_l.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin + model: qcammel-13.ggmlv3.q4_0.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin + - filename: qcammel-13.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_m.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin + model: qcammel-13.ggmlv3.q4_1.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin + - filename: qcammel-13.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q3_k_s.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin + model: qcammel-13.ggmlv3.q4_K_M.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin + - filename: qcammel-13.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_0.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin + model: qcammel-13.ggmlv3.q4_K_S.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin + - filename: qcammel-13.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_1.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin + model: qcammel-13.ggmlv3.q5_0.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin + - filename: qcammel-13.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_k_m.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin + model: qcammel-13.ggmlv3.q5_1.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin + - filename: qcammel-13.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q4_k_s.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin + model: qcammel-13.ggmlv3.q5_K_M.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin + - filename: qcammel-13.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_0.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin + model: qcammel-13.ggmlv3.q5_K_S.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin + - filename: qcammel-13.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_k_m.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin + model: qcammel-13.ggmlv3.q6_K.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin + - filename: qcammel-13.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fiction.live-kimiko-v2-70b-ggml__fiction.live-kimiko-v2-70b.ggmlv3.q5_k_s.bin + name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-13 - text-generation - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin + model: qcammel-13.ggmlv3.q8_0.bin files: - - filename: fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin + - filename: qcammel-13.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/fiction.live-Kimiko-V2-70B-GGML/resolve/main/fiction.live-Kimiko-V2-70B.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q2_k.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q2_K.bin + model: qcammel-13.Q2_K.gguf files: - - filename: fin-llama-33b.ggmlv3.q2_K.bin + - filename: qcammel-13.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_l.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q3_K_L.bin + model: qcammel-13.Q3_K_L.gguf files: - - filename: fin-llama-33b.ggmlv3.q3_K_L.bin + - filename: qcammel-13.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_m.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q3_K_M.bin + model: qcammel-13.Q3_K_M.gguf files: - - filename: fin-llama-33b.ggmlv3.q3_K_M.bin + - filename: qcammel-13.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q3_k_s.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q3_K_S.bin + model: qcammel-13.Q3_K_S.gguf files: - - filename: fin-llama-33b.ggmlv3.q3_K_S.bin + - filename: qcammel-13.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_0.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q4_0.bin + model: qcammel-13.Q4_0.gguf files: - - filename: fin-llama-33b.ggmlv3.q4_0.bin + - filename: qcammel-13.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_1.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q4_1.bin + model: qcammel-13.Q4_K_M.gguf files: - - filename: fin-llama-33b.ggmlv3.q4_1.bin + - filename: qcammel-13.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_k_m.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q4_K_M.bin + model: qcammel-13.Q4_K_S.gguf files: - - filename: fin-llama-33b.ggmlv3.q4_K_M.bin + - filename: qcammel-13.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q4_k_s.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q4_K_S.bin + model: qcammel-13.Q5_0.gguf files: - - filename: fin-llama-33b.ggmlv3.q4_K_S.bin + - filename: qcammel-13.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_0.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q5_0.bin + model: qcammel-13.Q5_K_M.gguf files: - - filename: fin-llama-33b.ggmlv3.q5_0.bin + - filename: qcammel-13.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_1.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q5_1.bin + model: qcammel-13.Q5_K_S.gguf files: - - filename: fin-llama-33b.ggmlv3.q5_1.bin + - filename: qcammel-13.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_k_m.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q5_K_M.bin + model: qcammel-13.Q6_K.gguf files: - - filename: fin-llama-33b.ggmlv3.q5_K_M.bin + - filename: qcammel-13.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q5_k_s.bin + name: thebloke__qcammel-13-gguf__qcammel-13.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-13-GGUF tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset + - pytorch + - llama-2 + - qCammel-13 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.13971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q5_K_S.bin + model: qcammel-13.Q8_0.gguf files: - - filename: fin-llama-33b.ggmlv3.q5_K_S.bin + - filename: qcammel-13.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-13-GGUF/resolve/main/qcammel-13.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q6_k.bin - license: other + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset - - license:other + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q6_K.bin + model: qcammel-70-x.ggmlv3.q2_K.bin files: - - filename: fin-llama-33b.ggmlv3.q6_K.bin + - filename: qcammel-70-x.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__fin-llama-33b-ggml__fin-llama-33b.ggmlv3.q8_0.bin - license: other + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/fin-llama-33B-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - - finance - - llm + - transformers - llama - - trading - - dataset:bavest/fin-llama-dataset - - license:other + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: qcammel-70-x.ggmlv3.q3_K_L.bin + files: + - filename: qcammel-70-x.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_m.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/qCammel-70-x-GGML + tags: + - transformers + - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: qcammel-70-x.ggmlv3.q3_K_M.bin + files: + - filename: qcammel-70-x.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_s.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/qCammel-70-x-GGML + tags: + - transformers + - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: qcammel-70-x.ggmlv3.q3_K_S.bin + files: + - filename: qcammel-70-x.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_0.bin + license: llama2 + urls: + - https://huggingface.co/TheBloke/qCammel-70-x-GGML + tags: + - transformers + - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: fin-llama-33b.ggmlv3.q8_0.bin + model: qcammel-70-x.ggmlv3.q4_0.bin files: - - filename: fin-llama-33b.ggmlv3.q8_0.bin + - filename: qcammel-70-x.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/fin-llama-33B-GGML/resolve/main/fin-llama-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q2_k.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin + model: qcammel-70-x.ggmlv3.q4_1.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin + - filename: qcammel-70-x.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_l.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin + model: qcammel-70-x.ggmlv3.q4_K_M.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin + - filename: qcammel-70-x.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_m.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin + model: qcammel-70-x.ggmlv3.q4_K_S.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin + - filename: qcammel-70-x.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q3_k_s.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin + model: qcammel-70-x.ggmlv3.q5_0.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin + - filename: qcammel-70-x.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + model: qcammel-70-x.ggmlv3.q5_K_M.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + - filename: qcammel-70-x.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGML tags: - transformers - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + model: qcammel-70-x.ggmlv3.q5_K_S.bin files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + - filename: qcammel-70-x.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin + model: qcammel-70-x.Q2_K.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin + - filename: qcammel-70-x.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin + model: qcammel-70-x.Q3_K_L.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin + - filename: qcammel-70-x.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + model: qcammel-70-x.Q3_K_M.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + - filename: qcammel-70-x.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + model: qcammel-70-x.Q3_K_S.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + - filename: qcammel-70-x.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin + model: qcammel-70-x.Q4_0.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin + - filename: qcammel-70-x.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin + model: qcammel-70-x.Q4_K_M.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin + - filename: qcammel-70-x.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin + model: qcammel-70-x.Q4_K_S.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin + - filename: qcammel-70-x.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__firefly-llama2-13b-v1.2-ggml__firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: - transformers - llama - - license:llama2 + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 + - license:other - text-generation-inference - region:us overrides: parameters: - model: firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin + model: qcammel-70-x.Q5_0.gguf files: - - filename: firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin + - filename: qcammel-70-x.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Firefly-Llama2-13B-v1.2-GGML/resolve/main/firefly-llama2-13b-v1.2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: + - transformers + - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q2_K.bin + model: qcammel-70-x.Q5_K_M.gguf files: - - filename: flan-openllama-7b.ggmlv3.q2_K.bin + - filename: qcammel-70-x.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__qcammel-70-x-gguf__qcammel-70-x.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/qCammel-70-x-GGUF tags: + - transformers + - llama + - pytorch + - llama-2 + - qCammel-70 + - text-generation + - en + - arxiv:2305.12031 + - arxiv:2305.14314 + - arxiv:2302.70971 - license:other + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q3_K_L.bin + model: qcammel-70-x.Q5_K_S.gguf files: - - filename: flan-openllama-7b.ggmlv3.q3_K_L.bin + - filename: qcammel-70-x.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/qCammel-70-x-GGUF/resolve/main/qcammel-70-x.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q4_0.bin + license: gpl urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML tags: - - license:other + - starcoder + - wizardcoder + - code + - self-instruct + - distillation + - en + - license:gpl - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q3_K_M.bin + model: redmond-hermes-coder.ggmlv3.q4_0.bin files: - - filename: flan-openllama-7b.ggmlv3.q3_K_M.bin + - filename: redmond-hermes-coder.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q4_1.bin + license: gpl urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML tags: - - license:other + - starcoder + - wizardcoder + - code + - self-instruct + - distillation + - en + - license:gpl - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q3_K_S.bin + model: redmond-hermes-coder.ggmlv3.q4_1.bin files: - - filename: flan-openllama-7b.ggmlv3.q3_K_S.bin + - filename: redmond-hermes-coder.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q5_0.bin + license: gpl urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML tags: - - license:other + - starcoder + - wizardcoder + - code + - self-instruct + - distillation + - en + - license:gpl - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q4_0.bin + model: redmond-hermes-coder.ggmlv3.q5_0.bin files: - - filename: flan-openllama-7b.ggmlv3.q4_0.bin + - filename: redmond-hermes-coder.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q5_1.bin + license: gpl urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML tags: - - license:other + - starcoder + - wizardcoder + - code + - self-instruct + - distillation + - en + - license:gpl - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q4_1.bin + model: redmond-hermes-coder.ggmlv3.q5_1.bin files: - - filename: flan-openllama-7b.ggmlv3.q4_1.bin + - filename: redmond-hermes-coder.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q8_0.bin + license: gpl urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML tags: - - license:other + - starcoder + - wizardcoder + - code + - self-instruct + - distillation + - en + - license:gpl - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q4_K_M.bin + model: redmond-hermes-coder.ggmlv3.q8_0.bin files: - - filename: flan-openllama-7b.ggmlv3.q4_K_M.bin + - filename: redmond-hermes-coder.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q4_K_S.bin + model: redmond-puffin-13b.ggmlv3.q2_K.bin files: - - filename: flan-openllama-7b.ggmlv3.q4_K_S.bin + - filename: redmond-puffin-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q5_0.bin + model: redmond-puffin-13b.ggmlv3.q3_K_L.bin files: - - filename: flan-openllama-7b.ggmlv3.q5_0.bin + - filename: redmond-puffin-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q5_1.bin + model: redmond-puffin-13b.ggmlv3.q3_K_M.bin files: - - filename: flan-openllama-7b.ggmlv3.q5_1.bin + - filename: redmond-puffin-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q5_K_M.bin + model: redmond-puffin-13b.ggmlv3.q3_K_S.bin files: - - filename: flan-openllama-7b.ggmlv3.q5_K_M.bin + - filename: redmond-puffin-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q5_K_S.bin + model: redmond-puffin-13b.ggmlv3.q4_0.bin files: - - filename: flan-openllama-7b.ggmlv3.q5_K_S.bin + - filename: redmond-puffin-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q6_K.bin + model: redmond-puffin-13b.ggmlv3.q4_1.bin files: - - filename: flan-openllama-7b.ggmlv3.q6_K.bin + - filename: redmond-puffin-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/openllama_3b.yaml - name: thebloke__flan-openllama-7b-ggml__flan-openllama-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - - license:other + - transformers + - llama + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: flan-openllama-7b.ggmlv3.q8_0.bin + model: redmond-puffin-13b.ggmlv3.q4_K_M.bin files: - - filename: flan-openllama-7b.ggmlv3.q8_0.bin + - filename: redmond-puffin-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Flan-OpenLlama-7B-GGML/resolve/main/flan-openllama-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q2_k.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q2_K.bin + model: redmond-puffin-13b.ggmlv3.q4_K_S.bin files: - - filename: genz-70b.ggmlv3.Q2_K.bin + - filename: redmond-puffin-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_l.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q3_K_L.bin + model: redmond-puffin-13b.ggmlv3.q5_0.bin files: - - filename: genz-70b.ggmlv3.Q3_K_L.bin + - filename: redmond-puffin-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_m.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q3_K_M.bin + model: redmond-puffin-13b.ggmlv3.q5_1.bin files: - - filename: genz-70b.ggmlv3.Q3_K_M.bin + - filename: redmond-puffin-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q3_k_s.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q3_K_S.bin + model: redmond-puffin-13b.ggmlv3.q5_K_M.bin files: - - filename: genz-70b.ggmlv3.Q3_K_S.bin + - filename: redmond-puffin-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_0.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q4_0.bin + model: redmond-puffin-13b.ggmlv3.q5_K_S.bin files: - - filename: genz-70b.ggmlv3.Q4_0.bin + - filename: redmond-puffin-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_1.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q4_1.bin + model: redmond-puffin-13b.ggmlv3.q6_K.bin files: - - filename: genz-70b.ggmlv3.Q4_1.bin + - filename: redmond-puffin-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_k_m.bin + name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML tags: - transformers - llama - - text-generation - - en + - llama-2 + - sft + - eng + - dataset:LDJnr/Puffin - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q4_K_M.bin + model: redmond-puffin-13b.ggmlv3.q8_0.bin files: - - filename: genz-70b.ggmlv3.Q4_K_M.bin + - filename: redmond-puffin-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - transformers - llama - - text-generation - - en - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q4_K_S.bin + model: remm-slerp-l2-13b.Q2_K.gguf files: - - filename: genz-70b.ggmlv3.Q4_K_S.bin + - filename: remm-slerp-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - transformers - llama - - text-generation - - en - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q5_0.bin + model: remm-slerp-l2-13b.Q3_K_L.gguf files: - - filename: genz-70b.ggmlv3.Q5_0.bin + - filename: remm-slerp-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - transformers - llama - - text-generation - - en - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q5_K_M.bin + model: remm-slerp-l2-13b.Q3_K_M.gguf files: - - filename: genz-70b.ggmlv3.Q5_K_M.bin + - filename: remm-slerp-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__genz-70b-ggml__genz-70b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Genz-70b-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - transformers - llama - - text-generation - - en - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: genz-70b.ggmlv3.Q5_K_S.bin + model: remm-slerp-l2-13b.Q3_K_S.gguf files: - - filename: genz-70b.ggmlv3.Q5_K_S.bin + - filename: remm-slerp-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Genz-70b-GGML/resolve/main/genz-70b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q2_k.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q2_K.bin + model: remm-slerp-l2-13b.Q4_0.gguf files: - - filename: godzilla-30b.ggmlv3.q2_K.bin + - filename: remm-slerp-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q3_K_L.bin + model: remm-slerp-l2-13b.Q4_K_M.gguf files: - - filename: godzilla-30b.ggmlv3.q3_K_L.bin + - filename: remm-slerp-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q3_K_M.bin + model: remm-slerp-l2-13b.Q4_K_S.gguf files: - - filename: godzilla-30b.ggmlv3.q3_K_M.bin + - filename: remm-slerp-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q3_K_S.bin + model: remm-slerp-l2-13b.Q5_0.gguf files: - - filename: godzilla-30b.ggmlv3.q3_K_S.bin + - filename: remm-slerp-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_0.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q4_0.bin + model: remm-slerp-l2-13b.Q5_K_M.gguf files: - - filename: godzilla-30b.ggmlv3.q4_0.bin + - filename: remm-slerp-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_1.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q4_1.bin + model: remm-slerp-l2-13b.Q5_K_S.gguf files: - - filename: godzilla-30b.ggmlv3.q4_1.bin + - filename: remm-slerp-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q4_K_M.bin + model: remm-slerp-l2-13b.Q6_K.gguf files: - - filename: godzilla-30b.ggmlv3.q4_K_M.bin + - filename: remm-slerp-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q4_K_S.bin + model: remm-slerp-l2-13b.Q8_0.gguf files: - - filename: godzilla-30b.ggmlv3.q4_K_S.bin + - filename: remm-slerp-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-SLERP-L2-13B-GGUF/resolve/main/remm-slerp-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_0.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q5_0.bin + model: remm-v2-l2-13b.Q2_K.gguf files: - - filename: godzilla-30b.ggmlv3.q5_0.bin + - filename: remm-v2-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_1.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q5_1.bin + model: remm-v2-l2-13b.Q3_K_L.gguf files: - - filename: godzilla-30b.ggmlv3.q5_1.bin + - filename: remm-v2-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q5_K_M.bin + model: remm-v2-l2-13b.Q3_K_M.gguf files: - - filename: godzilla-30b.ggmlv3.q5_K_M.bin + - filename: remm-v2-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q5_K_S.bin + model: remm-v2-l2-13b.Q3_K_S.gguf files: - - filename: godzilla-30b.ggmlv3.q5_K_S.bin + - filename: remm-v2-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q6_k.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q6_K.bin + model: remm-v2-l2-13b.Q4_0.gguf files: - - filename: godzilla-30b.ggmlv3.q6_K.bin + - filename: remm-v2-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla-30b-ggml__godzilla-30b.ggmlv3.q8_0.bin - license: other + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa-30B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - - merge - - mix - - cot - - text-generation - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: godzilla-30b.ggmlv3.q8_0.bin + model: remm-v2-l2-13b.Q4_K_M.gguf files: - - filename: godzilla-30b.ggmlv3.q8_0.bin + - filename: remm-v2-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa-30B-GGML/resolve/main/godzilla-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q2_K.bin + model: remm-v2-l2-13b.Q4_K_S.gguf files: - - filename: godzilla2-70b.ggmlv3.q2_K.bin + - filename: remm-v2-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q3_K_L.bin + model: remm-v2-l2-13b.Q5_0.gguf files: - - filename: godzilla2-70b.ggmlv3.q3_K_L.bin + - filename: remm-v2-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: remm-v2-l2-13b.Q5_K_M.gguf + files: + - filename: remm-v2-l2-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: remm-v2-l2-13b.Q5_K_S.gguf + files: + - filename: remm-v2-l2-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: remm-v2-l2-13b.Q6_K.gguf + files: + - filename: remm-v2-l2-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__remm-v2-l2-13b-gguf__remm-v2-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF + tags: + - transformers + - llama + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q3_K_M.bin + model: remm-v2-l2-13b.Q8_0.gguf files: - - filename: godzilla2-70b.ggmlv3.q3_K_M.bin + - filename: remm-v2-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-v2-L2-13B-GGUF/resolve/main/remm-v2-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q3_K_S.bin + model: remm-v2.1-l2-13b.Q2_K.gguf files: - - filename: godzilla2-70b.ggmlv3.q3_K_S.bin + - filename: remm-v2.1-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q4_0.bin + model: remm-v2.1-l2-13b.Q3_K_L.gguf files: - - filename: godzilla2-70b.ggmlv3.q4_0.bin + - filename: remm-v2.1-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q4_1.bin + model: remm-v2.1-l2-13b.Q3_K_M.gguf files: - - filename: godzilla2-70b.ggmlv3.q4_1.bin + - filename: remm-v2.1-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q4_K_M.bin + model: remm-v2.1-l2-13b.Q3_K_S.gguf files: - - filename: godzilla2-70b.ggmlv3.q4_K_M.bin + - filename: remm-v2.1-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q4_K_S.bin + model: remm-v2.1-l2-13b.Q4_0.gguf files: - - filename: godzilla2-70b.ggmlv3.q4_K_S.bin + - filename: remm-v2.1-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q5_0.bin + model: remm-v2.1-l2-13b.Q4_K_M.gguf files: - - filename: godzilla2-70b.ggmlv3.q5_0.bin + - filename: remm-v2.1-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q5_K_M.bin + model: remm-v2.1-l2-13b.Q4_K_S.gguf files: - - filename: godzilla2-70b.ggmlv3.q5_K_M.bin + - filename: remm-v2.1-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__godzilla2-70b-ggml__godzilla2-70b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GodziLLa2-70B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - transformers - llama - - merge - - mix - - cot - - text-generation - - dataset:mlabonne/guanaco-llama2-1k - - arxiv:2009.03300 - - arxiv:1803.05457 - - arxiv:1905.07830 - - arxiv:2109.07958 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: godzilla2-70b.ggmlv3.q5_K_S.bin + model: remm-v2.1-l2-13b.Q5_0.gguf files: - - filename: godzilla2-70b.ggmlv3.q5_K_S.bin + - filename: remm-v2.1-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GodziLLa2-70B-GGML/resolve/main/godzilla2-70b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q2_k.bin - license: other + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - - arxiv:2305.15334 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q2_K.bin + model: remm-v2.1-l2-13b.Q5_K_M.gguf files: - - filename: Gorilla-7B.ggmlv3.q2_K.bin + - filename: remm-v2.1-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - - arxiv:2305.15334 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q3_K_L.bin + model: remm-v2.1-l2-13b.Q5_K_S.gguf files: - - filename: Gorilla-7B.ggmlv3.q3_K_L.bin + - filename: remm-v2.1-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - - arxiv:2305.15334 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q3_K_M.bin + model: remm-v2.1-l2-13b.Q6_K.gguf files: - - filename: Gorilla-7B.ggmlv3.q3_K_M.bin + - filename: remm-v2.1-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__remm-v2.1-l2-13b-gguf__remm-v2.1-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF tags: - - arxiv:2305.15334 - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q3_K_S.bin + model: remm-v2.1-l2-13b.Q8_0.gguf files: - - filename: Gorilla-7B.ggmlv3.q3_K_S.bin + - filename: remm-v2.1-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/ReMM-v2.1-L2-13B-GGUF/resolve/main/remm-v2.1-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q4_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML tags: - - arxiv:2305.15334 - - license:other - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q4_0.bin + model: replit-code-instruct-glaive.ggmlv1.q4_0.bin files: - - filename: Gorilla-7B.ggmlv3.q4_0.bin + - filename: replit-code-instruct-glaive.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q4_1.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML tags: - - arxiv:2305.15334 - - license:other - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q4_1.bin + model: replit-code-instruct-glaive.ggmlv1.q4_1.bin files: - - filename: Gorilla-7B.ggmlv3.q4_1.bin + - filename: replit-code-instruct-glaive.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q5_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML tags: - - arxiv:2305.15334 - - license:other - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q4_K_M.bin + model: replit-code-instruct-glaive.ggmlv1.q5_0.bin files: - - filename: Gorilla-7B.ggmlv3.q4_K_M.bin + - filename: replit-code-instruct-glaive.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q5_1.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML tags: - - arxiv:2305.15334 - - license:other - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q4_K_S.bin + model: replit-code-instruct-glaive.ggmlv1.q5_1.bin files: - - filename: Gorilla-7B.ggmlv3.q4_K_S.bin + - filename: replit-code-instruct-glaive.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q8_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML tags: - - arxiv:2305.15334 - - license:other - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q5_0.bin + model: replit-code-instruct-glaive.ggmlv1.q8_0.bin files: - - filename: Gorilla-7B.ggmlv3.q5_0.bin + - filename: replit-code-instruct-glaive.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q4_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/replit-openorca-GGML tags: - - arxiv:2305.15334 - - license:other + - transformers + - replit + - dataset:Open-Orca/OpenOrca - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q5_1.bin + model: replit-openorca.ggmlv1.q4_0.bin files: - - filename: Gorilla-7B.ggmlv3.q5_1.bin + - filename: replit-openorca.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q4_1.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/replit-openorca-GGML tags: - - arxiv:2305.15334 - - license:other + - transformers + - replit + - dataset:Open-Orca/OpenOrca - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q5_K_M.bin + model: replit-openorca.ggmlv1.q4_1.bin files: - - filename: Gorilla-7B.ggmlv3.q5_K_M.bin + - filename: replit-openorca.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q5_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/replit-openorca-GGML tags: - - arxiv:2305.15334 - - license:other + - transformers + - replit + - dataset:Open-Orca/OpenOrca - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q5_K_S.bin + model: replit-openorca.ggmlv1.q5_0.bin files: - - filename: Gorilla-7B.ggmlv3.q5_K_S.bin + - filename: replit-openorca.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q6_k.bin - license: other + name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q5_1.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/replit-openorca-GGML tags: - - arxiv:2305.15334 - - license:other + - transformers + - replit + - dataset:Open-Orca/OpenOrca - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q6_K.bin + model: replit-openorca.ggmlv1.q5_1.bin files: - - filename: Gorilla-7B.ggmlv3.q6_K.bin + - filename: replit-openorca.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gorilla-7b-ggml__gorilla-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q8_0.bin urls: - - https://huggingface.co/TheBloke/gorilla-7B-GGML + - https://huggingface.co/TheBloke/replit-openorca-GGML tags: - - arxiv:2305.15334 - - license:other + - transformers + - replit + - dataset:Open-Orca/OpenOrca - region:us overrides: parameters: - model: Gorilla-7B.ggmlv3.q8_0.bin + model: replit-openorca.ggmlv1.q8_0.bin files: - - filename: Gorilla-7B.ggmlv3.q8_0.bin + - filename: replit-openorca.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gorilla-7B-GGML/resolve/main/Gorilla-7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q2_k.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q2_K.bin + model: robin-13b.ggmlv3.q2_K.bin files: - - filename: gplatty-30b.ggmlv3.q2_K.bin + - filename: robin-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_l.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q3_K_L.bin + model: robin-13b.ggmlv3.q3_K_L.bin files: - - filename: gplatty-30b.ggmlv3.q3_K_L.bin + - filename: robin-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_m.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q3_K_M.bin + model: robin-13b.ggmlv3.q3_K_M.bin files: - - filename: gplatty-30b.ggmlv3.q3_K_M.bin + - filename: robin-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q3_k_s.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q3_K_S.bin + model: robin-13b.ggmlv3.q3_K_S.bin files: - - filename: gplatty-30b.ggmlv3.q3_K_S.bin + - filename: robin-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_0.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q4_0.bin + model: robin-13b.ggmlv3.q4_0.bin files: - - filename: gplatty-30b.ggmlv3.q4_0.bin + - filename: robin-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_1.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q4_1.bin + model: robin-13b.ggmlv3.q4_1.bin files: - - filename: gplatty-30b.ggmlv3.q4_1.bin + - filename: robin-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_k_m.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q4_K_M.bin + model: robin-13b.ggmlv3.q4_K_M.bin files: - - filename: gplatty-30b.ggmlv3.q4_K_M.bin + - filename: robin-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q4_k_s.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q4_K_S.bin + model: robin-13b.ggmlv3.q4_K_S.bin files: - - filename: gplatty-30b.ggmlv3.q4_K_S.bin + - filename: robin-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_0.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q5_0.bin + model: robin-13b.ggmlv3.q5_0.bin files: - - filename: gplatty-30b.ggmlv3.q5_0.bin + - filename: robin-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_1.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q5_1.bin + model: robin-13b.ggmlv3.q5_1.bin files: - - filename: gplatty-30b.ggmlv3.q5_1.bin + - filename: robin-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_k_m.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q5_K_M.bin + model: robin-13b.ggmlv3.q5_K_M.bin files: - - filename: gplatty-30b.ggmlv3.q5_K_M.bin + - filename: robin-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q5_k_s.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q5_K_S.bin + model: robin-13b.ggmlv3.q5_K_S.bin files: - - filename: gplatty-30b.ggmlv3.q5_K_S.bin + - filename: robin-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q6_k.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q6_K.bin + model: robin-13b.ggmlv3.q6_K.bin files: - - filename: gplatty-30b.ggmlv3.q6_K.bin + - filename: robin-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-ggml__gplatty-30b.ggmlv3.q8_0.bin + name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-GGML + - https://huggingface.co/TheBloke/robin-13B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b.ggmlv3.q8_0.bin + model: robin-13b.ggmlv3.q8_0.bin files: - - filename: gplatty-30b.ggmlv3.q8_0.bin + - filename: robin-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-GGML/resolve/main/gplatty-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q2_K.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q2_K.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_m.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q3_k_s.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q4_k_m.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q4_k_s.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q5_k_m.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q5_k_s.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gplatty-30b-superhot-8k-ggml__gplatty-30b-superhot-8k.ggmlv3.q6_k.bin + name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gplatty-30b-superhot-8k.ggmlv3.q6_K.bin + model: robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin files: - - filename: gplatty-30b-superhot-8k.ggmlv3.q6_K.bin + - filename: robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPlatty-30B-SuperHOT-8K-GGML/resolve/main/gplatty-30b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - en - - alpaca - - llama - - chat - - gpt4 - license:other - - text2text-generation - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + model: robin-33b.ggmlv3.q2_K.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin - sha256: 8c63fdcef0805b4bdd28d54f69b2a055bba1ffb7604dd2e76dbb51fdc1c6ee1f - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + - filename: robin-33b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - en - - alpaca - - llama - - chat - - gpt4 - license:other - - text2text-generation - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + model: robin-33b.ggmlv3.q3_K_L.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin - sha256: a58999355d7851afeb58c6a79367aa3b63524c61d0f2d3b617d016bfaf809d1f - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + - filename: robin-33b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - en - - alpaca - - llama - - chat - - gpt4 - license:other - - text2text-generation - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + model: robin-33b.ggmlv3.q3_K_M.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin - sha256: f60ce5b0234a0a308aee58a227738188db3d1d86b3d92400d1bc39c7d05d4b77 - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + - filename: robin-33b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - en - - alpaca - - llama - - chat - - gpt4 - license:other - - text2text-generation - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + model: robin-33b.ggmlv3.q3_K_S.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin - sha256: becb0ea184883d3f1c64fe41e42d40f6c2f892e90af8ba4bf9853fda84a85482 - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + - filename: robin-33b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-4bit-ggml__gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - en - - alpaca - - llama - - chat - - gpt4 - license:other - - text2text-generation - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + model: robin-33b.ggmlv3.q4_0.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin - sha256: c2a65248964be350893bee0f72d5f4487f8869d3f9ab939f127610e4df80c634 - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-4bit-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + - filename: robin-33b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - alpaca - - llama - - chat - - gpt4 - - text2text-generation - - en - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + model: robin-33b.ggmlv3.q4_1.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + - filename: robin-33b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - alpaca - - llama - - chat - - gpt4 - - text2text-generation - - en - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + model: robin-33b.ggmlv3.q4_K_M.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + - filename: robin-33b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - alpaca - - llama - - chat - - gpt4 - - text2text-generation - - en - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + model: robin-33b.ggmlv3.q4_K_S.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + - filename: robin-33b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - alpaca - - llama - - chat - - gpt4 - - text2text-generation - - en - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + model: robin-33b.ggmlv3.q5_0.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + - filename: robin-33b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora-30b-ggml__gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - - alpaca - - llama - - chat - - gpt4 - - text2text-generation - - en - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + model: robin-33b.ggmlv3.q5_1.bin files: - - filename: gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + - filename: robin-33b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora-30B-GGML/resolve/main/gpt4-alpaca-lora-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q2_k.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin + model: robin-33b.ggmlv3.q5_K_M.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin + - filename: robin-33b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_l.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin + model: robin-33b.ggmlv3.q5_K_S.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin + - filename: robin-33b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_m.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin + model: robin-33b.ggmlv3.q6_K.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin + - filename: robin-33b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q3_k_s.bin + name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-33B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin + model: robin-33b.ggmlv3.q8_0.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin + - filename: robin-33b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_0.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin + model: robin-65b.ggmlv3.q2_K.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin + - filename: robin-65b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_1.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin + model: robin-65b.ggmlv3.q3_K_L.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin + - filename: robin-65b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_k_m.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin + model: robin-65b.ggmlv3.q3_K_M.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin + - filename: robin-65b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q4_k_s.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin + model: robin-65b.ggmlv3.q3_K_S.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin + - filename: robin-65b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_0.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin + model: robin-65b.ggmlv3.q4_0.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin + - filename: robin-65b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_1.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin + model: robin-65b.ggmlv3.q4_1.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin + - filename: robin-65b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_k_m.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin + model: robin-65b.ggmlv3.q4_K_M.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin + - filename: robin-65b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-alpaca-lora_mlp-65b-ggml__gpt4-alpaca-lora_mlp-65b.ggmlv3.q5_k_s.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin + model: robin-65b.ggmlv3.q4_K_S.bin files: - - filename: gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin + - filename: robin-65b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-alpaca-lora_mlp-65B-GGML/resolve/main/gpt4-alpaca-lora_mlp-65B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q2_k.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q2_K.bin + model: robin-65b.ggmlv3.q5_0.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q2_K.bin + - filename: robin-65b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_l.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin + model: robin-65b.ggmlv3.q5_1.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin + - filename: robin-65b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_m.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin + model: robin-65b.ggmlv3.q5_K_M.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin + - filename: robin-65b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q3_k_s.bin + name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-65B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin + model: robin-65b.ggmlv3.q5_K_S.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin + - filename: robin-65b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + model: robin-7b.ggmlv3.q2_K.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + - filename: robin-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + model: robin-7b.ggmlv3.q3_K_L.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + - filename: robin-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_k_m.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin + model: robin-7b.ggmlv3.q3_K_M.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin + - filename: robin-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q4_k_s.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin + model: robin-7b.ggmlv3.q3_K_S.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin + - filename: robin-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + model: robin-7b.ggmlv3.q4_0.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + - filename: robin-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + model: robin-7b.ggmlv3.q4_1.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + - filename: robin-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_k_m.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin + model: robin-7b.ggmlv3.q4_K_M.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin + - filename: robin-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q5_k_s.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin + model: robin-7b.ggmlv3.q4_K_S.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin + - filename: robin-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q6_k.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q6_K.bin + model: robin-7b.ggmlv3.q5_0.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q6_K.bin + - filename: robin-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4-x-alpaca-13b-ggml__gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + model: robin-7b.ggmlv3.q5_1.bin files: - - filename: gpt4-x-alpaca-13b.ggmlv3.q8_0.bin + - filename: robin-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-alpaca-13B-GGML/resolve/main/gpt4-x-alpaca-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q2_K.bin + model: robin-7b.ggmlv3.q5_K_M.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_l.bin + - filename: robin-7b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin + model: robin-7b.ggmlv3.q5_K_S.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin + - filename: robin-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin + model: robin-7b.ggmlv3.q6_K.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin + - filename: robin-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/robin-7B-v2-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin + model: robin-7b.ggmlv3.q8_0.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin + - filename: robin-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q4_0.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q4_0.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q4_1.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q4_1.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q5_0.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q5_0.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q5_1.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q5_1.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q6_K.bin + model: robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q6_K.bin + - filename: robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__gpt4-x-vicuna-13b-ggml__gpt4-x-vicuna-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: gpt4-x-vicuna-13B.ggmlv3.q8_0.bin + model: rpguild-chatml-13b.Q2_K.gguf files: - - filename: gpt4-x-vicuna-13B.ggmlv3.q8_0.bin + - filename: rpguild-chatml-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/gpt4-x-vicuna-13B-GGML/resolve/main/gpt4-x-vicuna-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q2_k.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q2_K.bin + model: rpguild-chatml-13b.Q3_K_L.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q2_K.bin + - filename: rpguild-chatml-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_l.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin + model: rpguild-chatml-13b.Q3_K_M.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin + - filename: rpguild-chatml-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_m.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin + model: rpguild-chatml-13b.Q3_K_S.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin + - filename: rpguild-chatml-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q3_k_s.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin + model: rpguild-chatml-13b.Q4_0.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin + - filename: rpguild-chatml-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_0.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q4_0.bin + model: rpguild-chatml-13b.Q4_K_M.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q4_0.bin + - filename: rpguild-chatml-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_1.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q4_1.bin + model: rpguild-chatml-13b.Q4_K_S.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q4_1.bin + - filename: rpguild-chatml-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_k_m.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin + model: rpguild-chatml-13b.Q5_0.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin + - filename: rpguild-chatml-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q4_k_s.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin + model: rpguild-chatml-13b.Q5_K_M.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin + - filename: rpguild-chatml-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_0.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q5_0.bin + model: rpguild-chatml-13b.Q5_K_S.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q5_0.bin + - filename: rpguild-chatml-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_1.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q5_1.bin + model: rpguild-chatml-13b.Q6_K.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q5_1.bin + - filename: rpguild-chatml-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_k_m.bin - license: other + name: thebloke__rpguild-chatml-13b-gguf__rpguild-chatml-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF tags: - - license:other + - transformers + - llama + - roleplay + - en + - dataset:chargoddard/rpguild + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin + model: rpguild-chatml-13b.Q8_0.gguf files: - - filename: GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin + - filename: rpguild-chatml-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/rpguild-chatml-13B-GGUF/resolve/main/rpguild-chatml-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q5_k_s.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q6_k.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q6_K.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: GPT4All-13B-snoozy.ggmlv3.q6_K.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-ggml__gpt4all-13b-snoozy.ggmlv3.q8_0.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: GPT4All-13B-snoozy.ggmlv3.q8_0.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: GPT4All-13B-snoozy.ggmlv3.q8_0.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_m.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_k_s.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_k_m.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_k_s.bin + name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: samantha-1.1-70b.ggmlv3.q2_K.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: samantha-1.1-70b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: samantha-1.1-70b.ggmlv3.q3_K_L.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-70b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__gpt4all-13b-snoozy-superhot-8k-ggml__gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin + model: samantha-1.1-70b.ggmlv3.q3_K_M.bin files: - - filename: gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: samantha-1.1-70b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/GPT4All-13B-Snoozy-SuperHOT-8K-GGML/resolve/main/gpt4all-snoozy-13b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q4_0.bin - license: apache-2.0 + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Griffin-3B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - transformers - llama - - text-generation - en - - dataset:LDJnr/Puffin - - license:apache-2.0 + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: griffin-3b.ggmlv3.q4_0.bin + model: samantha-1.1-70b.ggmlv3.q3_K_S.bin files: - - filename: griffin-3b.ggmlv3.q4_0.bin + - filename: samantha-1.1-70b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q4_1.bin - license: apache-2.0 + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Griffin-3B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - transformers - llama - - text-generation - en - - dataset:LDJnr/Puffin - - license:apache-2.0 + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: griffin-3b.ggmlv3.q4_1.bin + model: samantha-1.1-70b.ggmlv3.q4_0.bin files: - - filename: griffin-3b.ggmlv3.q4_1.bin + - filename: samantha-1.1-70b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q5_0.bin - license: apache-2.0 + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Griffin-3B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - transformers - llama - - text-generation - en - - dataset:LDJnr/Puffin - - license:apache-2.0 + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: griffin-3b.ggmlv3.q5_0.bin + model: samantha-1.1-70b.ggmlv3.q4_1.bin files: - - filename: griffin-3b.ggmlv3.q5_0.bin + - filename: samantha-1.1-70b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q5_1.bin - license: apache-2.0 + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Griffin-3B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - transformers - llama - - text-generation - en - - dataset:LDJnr/Puffin - - license:apache-2.0 + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: griffin-3b.ggmlv3.q5_1.bin + model: samantha-1.1-70b.ggmlv3.q4_K_M.bin files: - - filename: griffin-3b.ggmlv3.q5_1.bin + - filename: samantha-1.1-70b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__griffin-3b-ggml__griffin-3b.ggmlv3.q8_0.bin - license: apache-2.0 + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Griffin-3B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: - transformers - llama - - text-generation - en - - dataset:LDJnr/Puffin - - license:apache-2.0 + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: griffin-3b.ggmlv3.q8_0.bin + model: samantha-1.1-70b.ggmlv3.q4_K_S.bin files: - - filename: griffin-3b.ggmlv3.q8_0.bin + - filename: samantha-1.1-70b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Griffin-3B-GGML/resolve/main/griffin-3b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q2_K.bin + model: samantha-1.1-70b.ggmlv3.q5_0.bin files: - - filename: guanaco-13B.ggmlv3.q2_K.bin + - filename: samantha-1.1-70b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q3_K_L.bin + model: samantha-1.1-70b.ggmlv3.q5_K_M.bin files: - - filename: guanaco-13B.ggmlv3.q3_K_L.bin + - filename: samantha-1.1-70b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q3_K_M.bin + model: samantha-1.1-70b.ggmlv3.q5_K_S.bin files: - - filename: guanaco-13B.ggmlv3.q3_K_M.bin + - filename: samantha-1.1-70b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q3_K_S.bin + model: samantha-1.1-70b.Q2_K.gguf files: - - filename: guanaco-13B.ggmlv3.q3_K_S.bin + - filename: samantha-1.1-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q4_0.bin + model: samantha-1.1-70b.Q3_K_L.gguf files: - - filename: guanaco-13B.ggmlv3.q4_0.bin + - filename: samantha-1.1-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q4_1.bin + model: samantha-1.1-70b.Q3_K_M.gguf files: - - filename: guanaco-13B.ggmlv3.q4_1.bin + - filename: samantha-1.1-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q4_K_M.bin + model: samantha-1.1-70b.Q3_K_S.gguf files: - - filename: guanaco-13B.ggmlv3.q4_K_M.bin + - filename: samantha-1.1-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q4_K_S.bin + model: samantha-1.1-70b.Q4_0.gguf files: - - filename: guanaco-13B.ggmlv3.q4_K_S.bin + - filename: samantha-1.1-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q5_0.bin + model: samantha-1.1-70b.Q4_K_M.gguf files: - - filename: guanaco-13B.ggmlv3.q5_0.bin + - filename: samantha-1.1-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q5_1.bin + model: samantha-1.1-70b.Q4_K_S.gguf files: - - filename: guanaco-13B.ggmlv3.q5_1.bin + - filename: samantha-1.1-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q5_K_M.bin + model: samantha-1.1-70b.Q5_0.gguf files: - - filename: guanaco-13B.ggmlv3.q5_K_M.bin + - filename: samantha-1.1-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q5_K_S.bin + model: samantha-1.1-70b.Q5_K_M.gguf files: - - filename: guanaco-13B.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-70b-gguf__samantha-1.1-70b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q6_K.bin + model: samantha-1.1-70b.Q5_K_S.gguf files: - - filename: guanaco-13B.ggmlv3.q6_K.bin + - filename: samantha-1.1-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-13b-ggml__guanaco-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGUF/resolve/main/samantha-1.1-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-13B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-13B.ggmlv3.q8_0.bin + model: samantha-1.1-llama-13b.ggmlv3.q2_K.bin files: - - filename: guanaco-13B.ggmlv3.q8_0.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-13B-GGML/resolve/main/guanaco-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q2_K.bin + model: samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin files: - - filename: guanaco-33B.ggmlv3.q2_K.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q3_K_L.bin + model: samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin files: - - filename: guanaco-33B.ggmlv3.q3_K_L.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q3_K_M.bin + model: samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin files: - - filename: guanaco-33B.ggmlv3.q3_K_M.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q3_K_S.bin + model: samantha-1.1-llama-13b.ggmlv3.q4_0.bin files: - - filename: guanaco-33B.ggmlv3.q3_K_S.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q4_0.bin + model: samantha-1.1-llama-13b.ggmlv3.q4_1.bin files: - - filename: guanaco-33B.ggmlv3.q4_0.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q4_1.bin + model: samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin files: - - filename: guanaco-33B.ggmlv3.q4_1.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q4_K_M.bin + model: samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin files: - - filename: guanaco-33B.ggmlv3.q4_K_M.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q4_K_S.bin + model: samantha-1.1-llama-13b.ggmlv3.q5_0.bin files: - - filename: guanaco-33B.ggmlv3.q4_K_S.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q5_0.bin + model: samantha-1.1-llama-13b.ggmlv3.q5_1.bin files: - - filename: guanaco-33B.ggmlv3.q5_0.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q5_1.bin + model: samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin files: - - filename: guanaco-33B.ggmlv3.q5_1.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q5_K_M.bin + model: samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin files: - - filename: guanaco-33B.ggmlv3.q5_K_M.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q5_K_S.bin + model: samantha-1.1-llama-13b.ggmlv3.q6_K.bin files: - - filename: guanaco-33B.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q6_K.bin + model: samantha-1.1-llama-13b.ggmlv3.q8_0.bin files: - - filename: guanaco-33B.ggmlv3.q6_K.bin + - filename: samantha-1.1-llama-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-ggml__guanaco-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-33B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33B.ggmlv3.q8_0.bin + model: samantha-1.1-llama-33b.ggmlv3.q2_K.bin files: - - filename: guanaco-33B.ggmlv3.q8_0.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-33B-GGML/resolve/main/guanaco-33B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q2_K.bin + model: samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q2_K.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin + model: samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin + model: samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin + model: samantha-1.1-llama-33b.ggmlv3.q4_0.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin + model: samantha-1.1-llama-33b.ggmlv3.q4_1.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin + model: samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin + model: samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin + model: samantha-1.1-llama-33b.ggmlv3.q5_0.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-33b-superhot-8k-ggml__guanaco-33b-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: + - en + - dataset:ehartford/samantha-data - license:other - region:us overrides: parameters: - model: guanaco-33b-superhot-8k.ggmlv3.q6_K.bin + model: samantha-1.1-llama-33b.ggmlv3.q5_1.bin files: - - filename: guanaco-33b-superhot-8k.ggmlv3.q6_K.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-33B-SuperHOT-8K-GGML/resolve/main/guanaco-33b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: - - transformers - - gpt-neox - - conversational - en - - dataset:Fredithefish/openassistant-guanaco-unfiltered - - license:apache-2.0 + - dataset:ehartford/samantha-data + - license:other - region:us overrides: parameters: - model: guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin + model: samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin files: - - filename: guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: - - transformers - - gpt-neox - - conversational - en - - dataset:Fredithefish/openassistant-guanaco-unfiltered - - license:apache-2.0 + - dataset:ehartford/samantha-data + - license:other - region:us overrides: parameters: - model: guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin + model: samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin files: - - filename: guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: - - transformers - - gpt-neox - - conversational - en - - dataset:Fredithefish/openassistant-guanaco-unfiltered - - license:apache-2.0 + - dataset:ehartford/samantha-data + - license:other - region:us overrides: parameters: - model: guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin + model: samantha-1.1-llama-33b.ggmlv3.q6_K.bin files: - - filename: guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML tags: - - transformers - - gpt-neox - - conversational - en - - dataset:Fredithefish/openassistant-guanaco-unfiltered - - license:apache-2.0 + - dataset:ehartford/samantha-data + - license:other - region:us overrides: parameters: - model: guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin + model: samantha-1.1-llama-33b.ggmlv3.q8_0.bin files: - - filename: guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin + - filename: samantha-1.1-llama-33b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-3b-uncensored-v2-ggml__guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin - license: apache-2.0 + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - transformers - - gpt-neox - - conversational - - en - - dataset:Fredithefish/openassistant-guanaco-unfiltered - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin + model: samantha-1.1-llama-7b.ggmlv3.q2_K.bin files: - - filename: guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-3B-Uncensored-v2-GGML/resolve/main/guanaco-3b-uncensored-v2.ggmlv1.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q2_K.bin + model: samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin files: - - filename: guanaco-65B.ggmlv3.q2_K.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q3_K_L.bin + model: samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin files: - - filename: guanaco-65B.ggmlv3.q3_K_L.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q3_K_M.bin + model: samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin files: - - filename: guanaco-65B.ggmlv3.q3_K_M.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q3_K_S.bin + model: samantha-1.1-llama-7b.ggmlv3.q4_0.bin files: - - filename: guanaco-65B.ggmlv3.q3_K_S.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q4_0.bin + model: samantha-1.1-llama-7b.ggmlv3.q4_1.bin files: - - filename: guanaco-65B.ggmlv3.q4_0.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q4_1.bin + model: samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin files: - - filename: guanaco-65B.ggmlv3.q4_1.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q4_K_M.bin + model: samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin files: - - filename: guanaco-65B.ggmlv3.q4_K_M.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q4_K_S.bin + model: samantha-1.1-llama-7b.ggmlv3.q5_0.bin files: - - filename: guanaco-65B.ggmlv3.q4_K_S.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q5_0.bin + model: samantha-1.1-llama-7b.ggmlv3.q5_1.bin files: - - filename: guanaco-65B.ggmlv3.q5_0.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q5_1.bin + model: samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin files: - - filename: guanaco-65B.ggmlv3.q5_1.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q5_K_M.bin + model: samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin files: - - filename: guanaco-65B.ggmlv3.q5_K_M.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-65b-ggml__guanaco-65b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-65B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - arxiv:2305.14314 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: guanaco-65B.ggmlv3.q5_K_S.bin + model: samantha-1.1-llama-7b.ggmlv3.q6_K.bin files: - - filename: guanaco-65B.ggmlv3.q5_K_S.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-65B-GGML/resolve/main/guanaco-65B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML tags: - - transformers - - llama - license:other - - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q2_K.bin + model: samantha-1.1-llama-7b.ggmlv3.q8_0.bin files: - - filename: guanaco-7B.ggmlv3.q2_K.bin + - filename: samantha-1.1-llama-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q3_K_L.bin + model: samantha-1.11-13b.ggmlv3.Q2_K.bin files: - - filename: guanaco-7B.ggmlv3.q3_K_L.bin + - filename: samantha-1.11-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q3_K_M.bin + model: samantha-1.11-13b.ggmlv3.Q3_K_L.bin files: - - filename: guanaco-7B.ggmlv3.q3_K_M.bin + - filename: samantha-1.11-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q3_K_S.bin + model: samantha-1.11-13b.ggmlv3.Q3_K_M.bin files: - - filename: guanaco-7B.ggmlv3.q3_K_S.bin + - filename: samantha-1.11-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q4_0.bin + model: samantha-1.11-13b.ggmlv3.Q3_K_S.bin files: - - filename: guanaco-7B.ggmlv3.q4_0.bin + - filename: samantha-1.11-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q4_1.bin + model: samantha-1.11-13b.ggmlv3.Q4_0.bin files: - - filename: guanaco-7B.ggmlv3.q4_1.bin + - filename: samantha-1.11-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q4_K_M.bin + model: samantha-1.11-13b.ggmlv3.Q4_1.bin files: - - filename: guanaco-7B.ggmlv3.q4_K_M.bin + - filename: samantha-1.11-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q4_K_S.bin + model: samantha-1.11-13b.ggmlv3.Q4_K_M.bin files: - - filename: guanaco-7B.ggmlv3.q4_K_S.bin + - filename: samantha-1.11-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q5_0.bin + model: samantha-1.11-13b.ggmlv3.Q4_K_S.bin files: - - filename: guanaco-7B.ggmlv3.q5_0.bin + - filename: samantha-1.11-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q5_1.bin + model: samantha-1.11-13b.ggmlv3.Q5_0.bin files: - - filename: guanaco-7B.ggmlv3.q5_1.bin + - filename: samantha-1.11-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q5_K_M.bin + model: samantha-1.11-13b.ggmlv3.Q5_1.bin files: - - filename: guanaco-7B.ggmlv3.q5_K_M.bin + - filename: samantha-1.11-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q5_K_S.bin + model: samantha-1.11-13b.ggmlv3.Q5_K_M.bin files: - - filename: guanaco-7B.ggmlv3.q5_K_S.bin + - filename: samantha-1.11-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q6_K.bin + model: samantha-1.11-13b.ggmlv3.Q5_K_S.bin files: - - filename: guanaco-7B.ggmlv3.q6_K.bin + - filename: samantha-1.11-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-ggml__guanaco-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/guanaco-7B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: guanaco-7B.ggmlv3.q8_0.bin + model: samantha-1.11-13b.ggmlv3.Q6_K.bin files: - - filename: guanaco-7B.ggmlv3.q8_0.bin + - filename: samantha-1.11-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/guanaco-7B-GGML/resolve/main/guanaco-7B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q2_K.bin + model: samantha-1.11-13b.ggmlv3.Q8_0.bin files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q2_K.bin + - filename: samantha-1.11-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin + model: samantha-1.11-13b.Q2_K.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: samantha-1.11-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin + model: samantha-1.11-13b.Q3_K_L.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: samantha-1.11-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin + model: samantha-1.11-13b.Q3_K_M.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: samantha-1.11-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin + model: samantha-1.11-13b.Q3_K_S.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: samantha-1.11-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin + model: samantha-1.11-13b.Q4_0.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: samantha-1.11-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin + model: samantha-1.11-13b.Q4_K_M.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: samantha-1.11-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin + model: samantha-1.11-13b.Q4_K_S.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: samantha-1.11-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__guanaco-7b-superhot-8k-ggml__guanaco-7b-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: guanaco-7b-superhot-8k.ggmlv3.q6_K.bin + model: samantha-1.11-13b.Q5_0.gguf files: - - filename: guanaco-7b-superhot-8k.ggmlv3.q6_K.bin + - filename: samantha-1.11-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Guanaco-7B-SuperHOT-8K-GGML/resolve/main/guanaco-7b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin + model: samantha-1.11-13b.Q5_K_M.gguf files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin - sha256: af9f9843854ca950e67961671a4fb2997b1e846613601dc696db0d5030be7efb - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_l.bin - license: other + - filename: samantha-1.11-13b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin + model: samantha-1.11-13b.Q5_K_S.gguf files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin - sha256: c741d015435d9c88675f74bb15f1b5d091a13265940730e2fc6ee4f9bf654547 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_m.bin - license: other + - filename: samantha-1.11-13b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin + model: samantha-1.11-13b.Q6_K.gguf files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin - sha256: d4542084b9b071f2c86b9924cb731f9981c6e73c44d223c81668182a5afa0333 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_k_s.bin - license: other + - filename: samantha-1.11-13b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-13b-gguf__samantha-1.11-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin + model: samantha-1.11-13b.Q8_0.gguf files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin - sha256: c266d30df4c4ac746b6d0e23fe8c3ea02fb17799ec6ebc0cff96b6a4b956bf0c - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin - license: other + - filename: samantha-1.11-13b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGUF/resolve/main/samantha-1.11-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin + model: samantha-1.11-70b.ggmlv3.Q2_K.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin - sha256: a7356fa9c03a3a23a7757c79beb726eb95fd4d300b69c195624018bc1cb5a070 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML - tags: - - llama - - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + tags: + - transformers + - llama + - en + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin + model: samantha-1.11-70b.ggmlv3.Q3_K_L.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin - sha256: 7d732700c02dcec4df853f319de1314bfca810e2292a65f5cfa1860996d7fced - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_k_m.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin + model: samantha-1.11-70b.ggmlv3.Q3_K_M.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin - sha256: 1c6bd5bf0a98c3b25564855410e702717f2bb19aeb052db7135be511c1278c38 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_k_s.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin + model: samantha-1.11-70b.ggmlv3.Q3_K_S.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin - sha256: df5eb630834bd427d9d709db4427f05bfcb1514e451a36ade64e610cb134e0ad - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin + model: samantha-1.11-70b.ggmlv3.Q4_0.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin - sha256: 7e945332ff676c5c305e12b656465aeb3bf9571eb84b5e93c40c0283642a3b85 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin + model: samantha-1.11-70b.ggmlv3.Q4_1.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin - sha256: deddcf339fd783103c3a730a84b543995e6d06cf31625b9b1364271bcd307ab1 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_k_m.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin + model: samantha-1.11-70b.ggmlv3.Q4_K_M.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin - sha256: a95313aaa095c5a698c5ee0f19ccf94ac813d767e4de1452a4ab6795b9510a4d - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_k_s.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin + model: samantha-1.11-70b.ggmlv3.Q4_K_S.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin - sha256: 72c3b48de03526d198d1a4cc57d1cb827fc118e986fd99749aea2d15e037baeb - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_k.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin + model: samantha-1.11-70b.ggmlv3.Q5_0.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin - sha256: 35d00600e772da08eae3b46b60e55a2beb2bef53bb13631f6215930f62522ed4 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__h2ogpt-4096-llama2-13b-chat-ggml__h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin - license: other + - filename: samantha-1.11-70b.ggmlv3.Q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin + model: samantha-1.11-70b.ggmlv3.Q5_K_M.bin files: - - filename: h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin - sha256: 0a7da3c524ccdc5d55ea07d31f6623ecfd4210c49424630956b937801b2bca2b - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-chat-GGML/resolve/main/h2ogpt-4096-llama2-13b-chat.ggmlv3.q8_0.bin + - filename: samantha-1.11-70b.ggmlv3.Q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin + model: samantha-1.11-70b.ggmlv3.Q5_K_S.bin files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin - sha256: 39a98b356933919d8df7e38c3146509d3eea7dff2648a282df64cf88d832d366 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q2_K.bin + - filename: samantha-1.11-70b.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin + model: samantha-1.11-70b.Q2_K.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin - sha256: cd3347e25f18af9cf92516935664ad674c74150906bc38d3cfc2ae711928ff03 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_L.bin + - filename: samantha-1.11-70b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin + model: samantha-1.11-70b.Q3_K_L.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin - sha256: adfa346182af9d3b0266a4ec4841994f4e2c306bbcd242a17973907b8318a253 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_M.bin + - filename: samantha-1.11-70b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin + model: samantha-1.11-70b.Q3_K_M.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin - sha256: c8743b3ace1ad6b25da033ef47203c77dc08a2b9bf4a4baf72a9904cf1032be1 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q3_K_S.bin + - filename: samantha-1.11-70b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin + model: samantha-1.11-70b.Q3_K_S.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin - sha256: 4702312416a7010e7903d017317b70ab5eb82da65b25c9b4714837973fceab88 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_0.bin + - filename: samantha-1.11-70b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin + model: samantha-1.11-70b.Q4_0.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin - sha256: 35d2dcaefd3ae98ca6abee62fdd61c13adbd119c9e6ab454d5e8cb043a0b9b6e - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_1.bin + - filename: samantha-1.11-70b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin + model: samantha-1.11-70b.Q4_K_M.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin - sha256: 637afa2a7695c088d6944c79989cbc631fce8299722fb24e94dd1adc8d28379c - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_K_M.bin + - filename: samantha-1.11-70b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin + model: samantha-1.11-70b.Q4_K_S.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin - sha256: 8151bc49a741d89379512ab46a4830f4b9f4c15806282585be4cffddf1545af7 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q4_K_S.bin + - filename: samantha-1.11-70b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin + model: samantha-1.11-70b.Q5_0.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin - sha256: aa504015175637d0a4251326465fab7a48fb5db5bd72c13b605ce31bb471de16 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_0.bin + - filename: samantha-1.11-70b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin + model: samantha-1.11-70b.Q5_K_M.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin - sha256: 314febedc87f22d73d28b25393494afb5c7c55e62291615cd43b344c27548da1 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_1.bin + - filename: samantha-1.11-70b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__samantha-1.11-70b-gguf__samantha-1.11-70b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin + model: samantha-1.11-70b.Q5_K_S.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin - sha256: 5635cf4b29068cd59ff9f7a695fd66a4b1420f097e40629677f5c6e526755e66 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_K_M.bin + - filename: samantha-1.11-70b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGUF/resolve/main/samantha-1.11-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin + model: samantha-1.11-codellama-34b.Q2_K.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin - sha256: b63e92fa595b131fb982e858146b3fd687f6ca5a7955930f160e593358fd8e74 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q5_K_S.bin + - filename: samantha-1.11-codellama-34b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin + model: samantha-1.11-codellama-34b.Q3_K_L.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin - sha256: 6620bde5c02e8079eed5cd58e3bdcc49ec358d00869703089ed0615e60cf3444 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q6_K.bin + - filename: samantha-1.11-codellama-34b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-13b-ggml__h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation - - has_space + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin + model: samantha-1.11-codellama-34b.Q3_K_M.gguf files: - - filename: h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin - sha256: 722822c7c4e5e7763b532fe7bbce648497456ab72dd641c549521914d85978dd - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-13B-GGML/resolve/main/h2ogpt-4096-llama2-13b.ggmlv3.q8_0.bin + - filename: samantha-1.11-codellama-34b.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q2_k.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin + model: samantha-1.11-codellama-34b.Q3_K_S.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin - sha256: 5d872e0723c7ec3738b595281ae380db7b0ceec1f69c16810cf5699fa74d1125 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q2_K.bin + - filename: samantha-1.11-codellama-34b.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin + model: samantha-1.11-codellama-34b.Q4_0.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin - sha256: 16a3550296d4c0b54185b91285c14f8a85f5d50a0ab47d4e73dc95d3ab6864a3 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_L.bin + - filename: samantha-1.11-codellama-34b.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin + model: samantha-1.11-codellama-34b.Q4_K_M.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin - sha256: 66f8a912e683fe1a573bb4cfb4a41bb255deb190e15b6e3f7b86e55471aaf307 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_M.bin + - filename: samantha-1.11-codellama-34b.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin + model: samantha-1.11-codellama-34b.Q4_K_S.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin - sha256: 43975d7cd493afea9cf9c06eeee75a165199bde65d735d638c221a124778fd7a - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q3_K_S.bin + - filename: samantha-1.11-codellama-34b.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin + model: samantha-1.11-codellama-34b.Q5_0.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin - sha256: 9c95ccc53b94d539f5aefed3a7688bbc95ced7da82aba9654d6a5478d3cd8ba8 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_0.bin + - filename: samantha-1.11-codellama-34b.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin + model: samantha-1.11-codellama-34b.Q5_K_M.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin - sha256: 7e4f79dbf27cbda72bddd7a7ebf1083aaa83a3445166d4ec94cc85dbc1b8e54d - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_1.bin + - filename: samantha-1.11-codellama-34b.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin + model: samantha-1.11-codellama-34b.Q5_K_S.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin - sha256: f00c84accf40a1d844f7415a0bf5b245da98581b94720301c278436a4ba0b8b1 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_K_M.bin + - filename: samantha-1.11-codellama-34b.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin + model: samantha-1.11-codellama-34b.Q6_K.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin - sha256: 236a77c5e9b53dd92ad2841cbd132d237f741bd7e8ed661865be4437beda0474 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q4_K_S.bin + - filename: samantha-1.11-codellama-34b.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin - license: other + name: thebloke__samantha-1.11-codellama-34b-gguf__samantha-1.11-codellama-34b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF tags: + - transformers - llama - en - - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - dataset:ehartford/samantha-data + - arxiv:2305.14314 + - arxiv:2205.14135 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin + model: samantha-1.11-codellama-34b.Q8_0.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin - sha256: eb17e09f01cd0f6b9e9d306603d1501b070c147431079cfbb4fb1c98d57987a2 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_0.bin + - filename: samantha-1.11-codellama-34b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-1.11-CodeLlama-34B-GGUF/resolve/main/samantha-1.11-codellama-34b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - - llama - - en - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin + model: samantha-1.2-mistral-7b.Q2_K.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin - sha256: 1ddf73614c20d4cb11b8dcb24473c40c8086a2760ad1ecbd56ccacb4fc3b9105 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_K_M.bin + - filename: samantha-1.2-mistral-7b.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-4096-llama2-70b-ggml__h2ogpt-4096-llama2-70b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - - llama - - en - transformers - - facebook - - meta - - pytorch - - llama-2 - - h2ogpt - - license:other - - text-generation + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin + model: samantha-1.2-mistral-7b.Q3_K_L.gguf files: - - filename: h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin - sha256: 3aad0e77fc273f1216a2dc132406d11d2a8a3f39f8558021c38391b9595bb7d0 - uri: https://huggingface.co/TheBloke/h2ogpt-4096-llama2-70B-GGML/resolve/main/h2ogpt-4096-llama2-70b.ggmlv3.q5_K_S.bin + - filename: samantha-1.2-mistral-7b.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q2_k.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q3_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q2_k.bin + model: samantha-1.2-mistral-7b.Q3_K_M.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q2_k.bin + - filename: samantha-1.2-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q3_k.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q3_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q3_k.bin + model: samantha-1.2-mistral-7b.Q3_K_S.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q3_k.bin + - filename: samantha-1.2-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q3_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_0.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q4_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q4_0.bin + model: samantha-1.2-mistral-7b.Q4_0.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q4_0.bin + - filename: samantha-1.2-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_1.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q4_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q4_1.bin + model: samantha-1.2-mistral-7b.Q4_K_M.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q4_1.bin + - filename: samantha-1.2-mistral-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q4_k.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q4_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q4_k.bin + model: samantha-1.2-mistral-7b.Q4_K_S.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q4_k.bin + - filename: samantha-1.2-mistral-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q4_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_0.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q5_0.bin + model: samantha-1.2-mistral-7b.Q5_0.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q5_0.bin + - filename: samantha-1.2-mistral-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_1.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q5_1.bin + model: samantha-1.2-mistral-7b.Q5_K_M.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q5_1.bin + - filename: samantha-1.2-mistral-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q5_k.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q5_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q5_k.bin + model: samantha-1.2-mistral-7b.Q5_K_S.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q5_k.bin + - filename: samantha-1.2-mistral-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q5_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q6_k.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q6_k.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q6_k.bin + model: samantha-1.2-mistral-7b.Q6_K.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q6_k.bin + - filename: samantha-1.2-mistral-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-ggml__h2ogpt-falcon-40b.ggmlv3.q8_0.bin + name: thebloke__samantha-1.2-mistral-7b-gguf__samantha-1.2-mistral-7b.q8_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML + - https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF tags: - transformers - - falcon - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: h2ogpt-falcon-40b.ggmlv3.q8_0.bin + model: samantha-1.2-mistral-7b.Q8_0.gguf files: - - filename: h2ogpt-falcon-40b.ggmlv3.q8_0.bin + - filename: samantha-1.2-mistral-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GGML/resolve/main/h2ogpt-falcon-40b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/samantha-1.2-mistral-7B-GGUF/resolve/main/samantha-1.2-mistral-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13B.ggmlv3.q2_K.bin + files: + - filename: samantha-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13B.ggmlv3.q3_K_L.bin + files: + - filename: samantha-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13B.ggmlv3.q3_K_M.bin + files: + - filename: samantha-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13B.ggmlv3.q3_K_S.bin + files: + - filename: samantha-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13b.ggmlv3.q4_0.bin + files: + - filename: samantha-13b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_1.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13b.ggmlv3.q4_1.bin + files: + - filename: samantha-13b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_k_m.bin + license: other + urls: + - https://huggingface.co/TheBloke/Samantha-13B-GGML + tags: + - license:other + - region:us + overrides: + parameters: + model: samantha-13B.ggmlv3.q4_K_M.bin + files: + - filename: samantha-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + model: samantha-13B.ggmlv3.q4_K_S.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + - filename: samantha-13B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + model: samantha-13b.ggmlv3.q5_0.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + - filename: samantha-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + model: samantha-13b.ggmlv3.q5_1.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + - filename: samantha-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + model: samantha-13B.ggmlv3.q5_K_M.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + - filename: samantha-13B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + model: samantha-13B.ggmlv3.q5_K_S.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + - filename: samantha-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v2.ggccv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin - license: apache-2.0 + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - - transformers - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + model: samantha-13B.ggmlv3.q6_K.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + - filename: samantha-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin - license: apache-2.0 + name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + - https://huggingface.co/TheBloke/Samantha-13B-GGML tags: - - transformers - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + model: samantha-13b.ggmlv3.q8_0.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + - filename: samantha-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin - license: apache-2.0 + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - - transformers - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + model: samantha-13b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin - license: apache-2.0 + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - - transformers - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + model: samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-ggml__h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin - license: apache-2.0 + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - - transformers - - gpt - - llm - - large language model - - h2o-llmstudio - - en - - dataset:OpenAssistant/oasst1 - - license:apache-2.0 + - license:other - region:us overrides: parameters: - model: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + model: samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GGML/resolve/main/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3.ggccv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q2_k.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin + model: samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_l.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin + model: samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_m.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin + model: samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q3_k_s.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin + model: samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_0.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin + model: samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_1.bin + name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin + model: samantha-13b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin + - filename: samantha-13b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_k_m.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin + model: samantha-33B.ggmlv3.q2_K.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin + - filename: samantha-33B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q4_k_s.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin + model: samantha-33B.ggmlv3.q3_K_L.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin + - filename: samantha-33B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_0.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin + model: samantha-33B.ggmlv3.q3_K_M.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin + - filename: samantha-33B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_1.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin + model: samantha-33B.ggmlv3.q3_K_S.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin + - filename: samantha-33B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_k_m.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin + model: samantha-33B.ggmlv3.q4_0.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin + - filename: samantha-33B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q5_k_s.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin + model: samantha-33B.ggmlv3.q4_1.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin + - filename: samantha-33B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q6_k.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin + model: samantha-33B.ggmlv3.q4_K_M.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin + - filename: samantha-33B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-oasst1-512-30b-ggml__h2ogptq-oasst1-512-30b.ggmlv3.q8_0.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin + model: samantha-33B.ggmlv3.q4_K_S.bin files: - - filename: h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin + - filename: samantha-33B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-oasst1-512-30B-GGML/resolve/main/h2ogptq-oasst1-512-30B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_k.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin + model: samantha-33B.ggmlv3.q5_0.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin + - filename: samantha-33B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_l.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin + model: samantha-33B.ggmlv3.q5_1.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin + - filename: samantha-33B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_m.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin + model: samantha-33B.ggmlv3.q5_K_M.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin + - filename: samantha-33B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_k_s.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin + model: samantha-33B.ggmlv3.q5_K_S.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin + - filename: samantha-33B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + model: samantha-33B.ggmlv3.q6_K.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + - filename: samantha-33B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/samantha-33B-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + model: samantha-33B.ggmlv3.q8_0.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + - filename: samantha-33B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_k_m.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin + model: samantha-33b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_k_s.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin + model: samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + model: samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + model: samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_k_m.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin + model: samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__h2ogpt-research-oasst1-llama-65b-ggml__h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_k_s.bin + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin + model: samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/h2ogpt-research-oasst1-llama-65B-GGML/resolve/main/h2ogpt-research-oasst1-llama-65b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin + model: samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin + model: samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin + model: samantha-33b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin + - filename: samantha-33b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin + model: samantha-7B.ggmlv3.q2_K.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin + - filename: samantha-7B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + model: samantha-7B.ggmlv3.q3_K_L.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + - filename: samantha-7B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + model: samantha-7B.ggmlv3.q3_K_M.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + - filename: samantha-7B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin + model: samantha-7B.ggmlv3.q3_K_S.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin + - filename: samantha-7B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin + model: Samantha-7B.ggmlv3.q4_0.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin + - filename: Samantha-7B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + model: Samantha-7B.ggmlv3.q4_1.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + - filename: Samantha-7B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + model: samantha-7B.ggmlv3.q4_K_M.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + - filename: samantha-7B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin + model: samantha-7B.ggmlv3.q4_K_S.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin + - filename: samantha-7B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin + model: Samantha-7B.ggmlv3.q5_0.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin + - filename: Samantha-7B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin + model: Samantha-7B.ggmlv3.q5_1.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin + - filename: Samantha-7B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-13b-8k-ggml__hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + model: samantha-7B.ggmlv3.q5_K_M.bin files: - - filename: hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + - filename: samantha-7B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-13B-8K-GGML/resolve/main/hermes-llongma-2-13b-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin + model: samantha-7B.ggmlv3.q5_K_S.bin files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin + - filename: samantha-7B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin + model: samantha-7B.ggmlv3.q6_K.bin files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin + - filename: samantha-7B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/Samantha-7B-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin + model: Samantha-7B.ggmlv3.q8_0.bin files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin + - filename: Samantha-7B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin + model: samantha-mistral-7b.Q2_K.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin + - filename: samantha-mistral-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + model: samantha-mistral-7b.Q3_K_L.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + - filename: samantha-mistral-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + model: samantha-mistral-7b.Q3_K_M.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + - filename: samantha-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin + model: samantha-mistral-7b.Q3_K_S.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin + - filename: samantha-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin + model: samantha-mistral-7b.Q4_0.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin + - filename: samantha-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + model: samantha-mistral-7b.Q4_K_M.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + - filename: samantha-mistral-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + model: samantha-mistral-7b.Q4_K_S.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + - filename: samantha-mistral-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin + model: samantha-mistral-7b.Q5_0.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin + - filename: samantha-mistral-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin + model: samantha-mistral-7b.Q5_K_M.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin + - filename: samantha-mistral-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin + model: samantha-mistral-7b.Q5_K_S.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin + - filename: samantha-mistral-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermes-llongma-2-7b-8k-ggml__hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + model: samantha-mistral-7b.Q6_K.gguf files: - - filename: hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + - filename: samantha-mistral-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Hermes-LLongMA-2-7B-8K-GGML/resolve/main/hermes-llongma-2-7b-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__samantha-mistral-7b-gguf__samantha-mistral-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q2_K.bin + model: samantha-mistral-7b.Q8_0.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q2_K.bin + - filename: samantha-mistral-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-7B-GGUF/resolve/main/samantha-mistral-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin + model: samantha-mistral-instruct-7b.Q2_K.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin + - filename: samantha-mistral-instruct-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin + model: samantha-mistral-instruct-7b.Q3_K_L.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin + - filename: samantha-mistral-instruct-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin + model: samantha-mistral-instruct-7b.Q3_K_M.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin + - filename: samantha-mistral-instruct-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q4_0.bin + model: samantha-mistral-instruct-7b.Q3_K_S.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q4_0.bin + - filename: samantha-mistral-instruct-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q4_1.bin + model: samantha-mistral-instruct-7b.Q4_0.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q4_1.bin + - filename: samantha-mistral-instruct-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin + model: samantha-mistral-instruct-7b.Q4_K_M.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin + - filename: samantha-mistral-instruct-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin + model: samantha-mistral-instruct-7b.Q4_K_S.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin + - filename: samantha-mistral-instruct-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q5_0.bin + model: samantha-mistral-instruct-7b.Q5_0.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q5_0.bin + - filename: samantha-mistral-instruct-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q5_1.bin + model: samantha-mistral-instruct-7b.Q5_K_M.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q5_1.bin + - filename: samantha-mistral-instruct-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin + model: samantha-mistral-instruct-7b.Q5_K_S.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin + - filename: samantha-mistral-instruct-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin + model: samantha-mistral-instruct-7b.Q6_K.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin + - filename: samantha-mistral-instruct-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__samantha-mistral-instruct-7b-gguf__samantha-mistral-instruct-7b.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF tags: - transformers - - llama - - llama-2 - - license:llama2 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q6_K.bin + model: samantha-mistral-instruct-7b.Q8_0.gguf files: - - filename: hermeslimarp-l2-7b.ggmlv3.q6_K.bin + - filename: samantha-mistral-instruct-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/samantha-mistral-instruct-7B-GGUF/resolve/main/samantha-mistral-instruct-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__hermeslimarp-l2-7b-ggml__hermeslimarp-l2-7b.ggmlv3.q8_0.bin + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - transformers - llama - - llama-2 + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: hermeslimarp-l2-7b.ggmlv3.q8_0.bin - files: - - filename: hermeslimarp-l2-7b.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/HermesLimaRP-L2-7B-GGML/resolve/main/hermeslimarp-l2-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q2_k.bin - license: other - urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML - tags: - - license:other - - has_space - - region:us - overrides: - parameters: - model: hippogriff-30b.ggmlv3.q2_K.bin - files: - - filename: hippogriff-30b.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_l.bin - license: other - urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML - tags: - - license:other - - has_space - - region:us - overrides: - parameters: - model: hippogriff-30b.ggmlv3.q3_K_L.bin - files: - - filename: hippogriff-30b.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_m.bin - license: other - urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML - tags: - - license:other - - has_space - - region:us - overrides: - parameters: - model: hippogriff-30b.ggmlv3.q3_K_M.bin - files: - - filename: hippogriff-30b.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q3_k_s.bin - license: other - urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML - tags: - - license:other - - has_space - - region:us - overrides: - parameters: - model: hippogriff-30b.ggmlv3.q3_K_S.bin + model: sauerkrautlm-13b-v1.Q2_K.gguf files: - - filename: hippogriff-30b.ggmlv3.q3_K_S.bin + - filename: sauerkrautlm-13b-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q4_0.bin + model: sauerkrautlm-13b-v1.Q3_K_L.gguf files: - - filename: hippogriff-30b.ggmlv3.q4_0.bin + - filename: sauerkrautlm-13b-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q4_1.bin + model: sauerkrautlm-13b-v1.Q3_K_M.gguf files: - - filename: hippogriff-30b.ggmlv3.q4_1.bin + - filename: sauerkrautlm-13b-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q4_K_M.bin + model: sauerkrautlm-13b-v1.Q3_K_S.gguf files: - - filename: hippogriff-30b.ggmlv3.q4_K_M.bin + - filename: sauerkrautlm-13b-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q4_K_S.bin + model: sauerkrautlm-13b-v1.Q4_0.gguf files: - - filename: hippogriff-30b.ggmlv3.q4_K_S.bin + - filename: sauerkrautlm-13b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q5_0.bin + model: sauerkrautlm-13b-v1.Q4_K_M.gguf files: - - filename: hippogriff-30b.ggmlv3.q5_0.bin + - filename: sauerkrautlm-13b-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q5_1.bin + model: sauerkrautlm-13b-v1.Q4_K_S.gguf files: - - filename: hippogriff-30b.ggmlv3.q5_1.bin + - filename: sauerkrautlm-13b-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q5_K_M.bin + model: sauerkrautlm-13b-v1.Q5_0.gguf files: - - filename: hippogriff-30b.ggmlv3.q5_K_M.bin + - filename: sauerkrautlm-13b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q5_K_S.bin + model: sauerkrautlm-13b-v1.Q5_K_M.gguf files: - - filename: hippogriff-30b.ggmlv3.q5_K_S.bin + - filename: sauerkrautlm-13b-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q6_K.bin + model: sauerkrautlm-13b-v1.Q5_K_S.gguf files: - - filename: hippogriff-30b.ggmlv3.q6_K.bin + - filename: sauerkrautlm-13b-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/hippogriff.yaml - name: thebloke__hippogriff-30b-chat-ggml__hippogriff-30b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - text-generation + - de + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: hippogriff-30b.ggmlv3.q8_0.bin + model: sauerkrautlm-13b-v1.Q6_K.gguf files: - - filename: hippogriff-30b.ggmlv3.q8_0.bin + - filename: sauerkrautlm-13b-v1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML/resolve/main/hippogriff-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q2_k.bin + name: thebloke__sauerkrautlm-13b-v1-gguf__sauerkrautlm-13b-v1.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q2_K.bin + model: sauerkrautlm-13b-v1.Q8_0.gguf files: - - filename: huggin-13b.ggmlv3.q2_K.bin + - filename: sauerkrautlm-13b-v1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-13B-v1-GGUF/resolve/main/sauerkrautlm-13b-v1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__sauerkrautlm-3b-v1-gguf__sauerkrautlm-3b-v1.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF tags: - transformers - llama - - license:llama2 + - text-generation + - de + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q3_K_L.bin + model: sauerkrautlm-3b-v1.Q4_0.gguf files: - - filename: huggin-13b.ggmlv3.q3_K_L.bin + - filename: sauerkrautlm-3b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF/resolve/main/sauerkrautlm-3b-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__sauerkrautlm-3b-v1-gguf__sauerkrautlm-3b-v1.q4_1.gguf + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF tags: - transformers - llama - - license:llama2 + - text-generation + - de + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q3_K_M.bin + model: sauerkrautlm-3b-v1.Q4_1.gguf files: - - filename: huggin-13b.ggmlv3.q3_K_M.bin + - filename: sauerkrautlm-3b-v1.Q4_1.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF/resolve/main/sauerkrautlm-3b-v1.Q4_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__sauerkrautlm-3b-v1-gguf__sauerkrautlm-3b-v1.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF tags: - transformers - llama - - license:llama2 + - text-generation + - de + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q3_K_S.bin + model: sauerkrautlm-3b-v1.Q5_0.gguf files: - - filename: huggin-13b.ggmlv3.q3_K_S.bin + - filename: sauerkrautlm-3b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF/resolve/main/sauerkrautlm-3b-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__sauerkrautlm-3b-v1-gguf__sauerkrautlm-3b-v1.q5_1.gguf + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF tags: - transformers - llama - - license:llama2 + - text-generation + - de + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q4_0.bin + model: sauerkrautlm-3b-v1.Q5_1.gguf files: - - filename: huggin-13b.ggmlv3.q4_0.bin + - filename: sauerkrautlm-3b-v1.Q5_1.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF/resolve/main/sauerkrautlm-3b-v1.Q5_1.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__sauerkrautlm-3b-v1-gguf__sauerkrautlm-3b-v1.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF tags: - transformers - llama - - license:llama2 + - text-generation + - de + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q4_1.bin + model: sauerkrautlm-3b-v1.Q8_0.gguf files: - - filename: huggin-13b.ggmlv3.q4_1.bin + - filename: sauerkrautlm-3b-v1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-3B-v1-GGUF/resolve/main/sauerkrautlm-3b-v1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_k_m.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q4_K_M.bin + model: sauerkrautlm-70b-v1.Q2_K.gguf files: - - filename: huggin-13b.ggmlv3.q4_K_M.bin + - filename: sauerkrautlm-70b-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q4_k_s.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q4_K_S.bin + model: sauerkrautlm-70b-v1.Q3_K_L.gguf files: - - filename: huggin-13b.ggmlv3.q4_K_S.bin + - filename: sauerkrautlm-70b-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_0.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q5_0.bin + model: sauerkrautlm-70b-v1.Q3_K_M.gguf files: - - filename: huggin-13b.ggmlv3.q5_0.bin + - filename: sauerkrautlm-70b-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_1.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q5_1.bin + model: sauerkrautlm-70b-v1.Q3_K_S.gguf files: - - filename: huggin-13b.ggmlv3.q5_1.bin + - filename: sauerkrautlm-70b-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_k_m.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q5_K_M.bin + model: sauerkrautlm-70b-v1.Q4_0.gguf files: - - filename: huggin-13b.ggmlv3.q5_K_M.bin + - filename: sauerkrautlm-70b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q5_k_s.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q5_K_S.bin + model: sauerkrautlm-70b-v1.Q4_K_M.gguf files: - - filename: huggin-13b.ggmlv3.q5_K_S.bin + - filename: sauerkrautlm-70b-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q6_k.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q6_K.bin + model: sauerkrautlm-70b-v1.Q4_K_S.gguf files: - - filename: huggin-13b.ggmlv3.q6_K.bin + - filename: sauerkrautlm-70b-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-ggml__huggin-13b.ggmlv3.q8_0.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huggin-13b.ggmlv3.q8_0.bin + model: sauerkrautlm-70b-v1.Q5_0.gguf files: - - filename: huggin-13b.ggmlv3.q8_0.bin + - filename: sauerkrautlm-70b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-GGML/resolve/main/huggin-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q2_k.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q2_K.bin + model: sauerkrautlm-70b-v1.Q5_K_M.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q2_K.bin + - filename: sauerkrautlm-70b-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_l.bin + name: thebloke__sauerkrautlm-70b-v1-gguf__sauerkrautlm-70b-v1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q3_K_L.bin + model: sauerkrautlm-70b-v1.Q5_K_S.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q3_K_L.bin + - filename: sauerkrautlm-70b-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-70B-v1-GGUF/resolve/main/sauerkrautlm-70b-v1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_m.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q3_K_M.bin + model: sauerkrautlm-7b-v1.Q2_K.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q3_K_M.bin + - filename: sauerkrautlm-7b-v1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q3_k_s.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q3_K_S.bin + model: sauerkrautlm-7b-v1.Q3_K_L.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q3_K_S.bin + - filename: sauerkrautlm-7b-v1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_0.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q4_0.bin + model: sauerkrautlm-7b-v1.Q3_K_M.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q4_0.bin + - filename: sauerkrautlm-7b-v1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_1.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q4_1.bin + model: sauerkrautlm-7b-v1.Q3_K_S.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q4_1.bin + - filename: sauerkrautlm-7b-v1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_k_m.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q4_K_M.bin + model: sauerkrautlm-7b-v1.Q4_0.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q4_K_M.bin + - filename: sauerkrautlm-7b-v1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q4_k_s.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q4_K_S.bin + model: sauerkrautlm-7b-v1.Q4_K_M.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q4_K_S.bin + - filename: sauerkrautlm-7b-v1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_0.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q5_0.bin + model: sauerkrautlm-7b-v1.Q4_K_S.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q5_0.bin + - filename: sauerkrautlm-7b-v1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_1.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q5_1.bin + model: sauerkrautlm-7b-v1.Q5_0.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q5_1.bin + - filename: sauerkrautlm-7b-v1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_k_m.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q5_K_M.bin + model: sauerkrautlm-7b-v1.Q5_K_M.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q5_K_M.bin + - filename: sauerkrautlm-7b-v1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q5_k_s.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q5_K_S.bin + model: sauerkrautlm-7b-v1.Q5_K_S.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q5_K_S.bin + - filename: sauerkrautlm-7b-v1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q6_k.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q6_K.bin + model: sauerkrautlm-7b-v1.Q6_K.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q6_K.bin + - filename: sauerkrautlm-7b-v1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4-ggml__huginn-13b-v4.ggmlv3.q8_0.bin + name: thebloke__sauerkrautlm-7b-v1-gguf__sauerkrautlm-7b-v1.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF tags: - transformers - llama + - text-generation + - de + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.ggmlv3.Q8_0.bin + model: sauerkrautlm-7b-v1.Q8_0.gguf files: - - filename: huginn-13b-v4.ggmlv3.Q8_0.bin + - filename: sauerkrautlm-7b-v1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4-GGML/resolve/main/huginn-13b-v4.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-GGUF/resolve/main/sauerkrautlm-7b-v1.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q2_K.bin + model: sauerkrautlm-7b-v1-mistral.Q2_K.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q2_K.bin + - filename: sauerkrautlm-7b-v1-mistral.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q3_K_L.bin + model: sauerkrautlm-7b-v1-mistral.Q3_K_L.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q3_K_L.bin + - filename: sauerkrautlm-7b-v1-mistral.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q3_K_M.bin + model: sauerkrautlm-7b-v1-mistral.Q3_K_M.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q3_K_M.bin + - filename: sauerkrautlm-7b-v1-mistral.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q3_K_S.bin + model: sauerkrautlm-7b-v1-mistral.Q3_K_S.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q3_K_S.bin + - filename: sauerkrautlm-7b-v1-mistral.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q4_0.bin + model: sauerkrautlm-7b-v1-mistral.Q4_0.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q4_0.bin + - filename: sauerkrautlm-7b-v1-mistral.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q4_1.bin + model: sauerkrautlm-7b-v1-mistral.Q4_K_M.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q4_1.bin + - filename: sauerkrautlm-7b-v1-mistral.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q4_K_M.bin + model: sauerkrautlm-7b-v1-mistral.Q4_K_S.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q4_K_M.bin + - filename: sauerkrautlm-7b-v1-mistral.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q4_K_S.bin + model: sauerkrautlm-7b-v1-mistral.Q5_0.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q4_K_S.bin + - filename: sauerkrautlm-7b-v1-mistral.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q5_0.bin + model: sauerkrautlm-7b-v1-mistral.Q5_K_M.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q5_0.bin + - filename: sauerkrautlm-7b-v1-mistral.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q5_1.bin + model: sauerkrautlm-7b-v1-mistral.Q5_K_S.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q5_1.bin + - filename: sauerkrautlm-7b-v1-mistral.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q5_K_M.bin + model: sauerkrautlm-7b-v1-mistral.Q6_K.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q5_K_M.bin + - filename: sauerkrautlm-7b-v1-mistral.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__sauerkrautlm-7b-v1-mistral-gguf__sauerkrautlm-7b-v1-mistral.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF tags: - transformers - - llama - - license:llama2 + - mistral + - text-generation + - de + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q5_K_S.bin + model: sauerkrautlm-7b-v1-mistral.Q8_0.gguf files: - - filename: huginn-13b-v4.5.ggmlv3.Q5_K_S.bin + - filename: sauerkrautlm-7b-v1-mistral.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/SauerkrautLM-7B-v1-mistral-GGUF/resolve/main/sauerkrautlm-7b-v1-mistral.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q6_K.bin + model: scarlett-13b.ggmlv3.q2_K.bin files: - - filename: huginn-13b-v4.5.ggmlv3.Q6_K.bin + - filename: scarlett-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-13b-v4.5-ggml__huginn-13b-v4.5.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-13b-v4.5.ggmlv3.Q8_0.bin + model: scarlett-13b.ggmlv3.q3_K_L.bin files: - - filename: huginn-13b-v4.5.ggmlv3.Q8_0.bin + - filename: scarlett-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-13B-v4.5-GGML/resolve/main/huginn-13b-v4.5.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q2_K.bin + model: scarlett-13b.ggmlv3.q3_K_M.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q2_K.bin + - filename: scarlett-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q3_K_L.bin + model: scarlett-13b.ggmlv3.q3_K_S.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q3_K_L.bin + - filename: scarlett-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q3_K_M.bin + model: scarlett-13b.ggmlv3.q4_0.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q3_K_M.bin + - filename: scarlett-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q3_K_S.bin + model: scarlett-13b.ggmlv3.q4_1.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q3_K_S.bin + - filename: scarlett-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q4_0.bin + model: scarlett-13b.ggmlv3.q4_K_M.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q4_0.bin + - filename: scarlett-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q4_1.bin + model: scarlett-13b.ggmlv3.q4_K_S.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q4_1.bin + - filename: scarlett-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q4_K_M.bin + model: scarlett-13b.ggmlv3.q5_0.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q4_K_M.bin + - filename: scarlett-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q4_K_S.bin + model: scarlett-13b.ggmlv3.q5_1.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q4_K_S.bin + - filename: scarlett-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q5_0.bin + model: scarlett-13b.ggmlv3.q5_K_M.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q5_0.bin + - filename: scarlett-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q5_1.bin + model: scarlett-13b.ggmlv3.q5_K_S.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q5_1.bin + - filename: scarlett-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q5_K_M.bin + model: scarlett-13b.ggmlv3.q6_K.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q5_K_M.bin + - filename: scarlett-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/Scarlett-13B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q5_K_S.bin + model: scarlett-13b.ggmlv3.q8_0.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q5_K_S.bin + - filename: scarlett-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q6_K.bin + model: scarlett-33b.ggmlv3.q2_K.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q6_K.bin + - filename: scarlett-33b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-22b-prototype-ggml__huginn-22b-prototype.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-22b-prototype.ggmlv3.Q8_0.bin + model: scarlett-33b.ggmlv3.q3_K_L.bin files: - - filename: huginn-22b-prototype.ggmlv3.Q8_0.bin + - filename: scarlett-33b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-22B-Prototype-GGML/resolve/main/huginn-22b-prototype.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q2_K.bin + model: scarlett-33b.ggmlv3.q3_K_M.bin files: - - filename: huginn-v3-13b.ggmlv3.q2_K.bin + - filename: scarlett-33b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q3_K_L.bin + model: scarlett-33b.ggmlv3.q3_K_S.bin files: - - filename: huginn-v3-13b.ggmlv3.q3_K_L.bin + - filename: scarlett-33b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q3_K_M.bin + model: scarlett-33b.ggmlv3.q4_0.bin files: - - filename: huginn-v3-13b.ggmlv3.q3_K_M.bin + - filename: scarlett-33b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q3_K_S.bin + model: scarlett-33b.ggmlv3.q4_1.bin files: - - filename: huginn-v3-13b.ggmlv3.q3_K_S.bin + - filename: scarlett-33b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q4_0.bin + model: scarlett-33b.ggmlv3.q4_K_M.bin files: - - filename: huginn-v3-13b.ggmlv3.q4_0.bin + - filename: scarlett-33b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q4_1.bin + model: scarlett-33b.ggmlv3.q4_K_S.bin files: - - filename: huginn-v3-13b.ggmlv3.q4_1.bin + - filename: scarlett-33b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q4_K_M.bin + model: scarlett-33b.ggmlv3.q5_0.bin files: - - filename: huginn-v3-13b.ggmlv3.q4_K_M.bin + - filename: scarlett-33b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q4_K_S.bin + model: scarlett-33b.ggmlv3.q5_1.bin files: - - filename: huginn-v3-13b.ggmlv3.q4_K_S.bin + - filename: scarlett-33b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q5_0.bin + model: scarlett-33b.ggmlv3.q5_K_M.bin files: - - filename: huginn-v3-13b.ggmlv3.q5_0.bin + - filename: scarlett-33b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q5_1.bin + model: scarlett-33b.ggmlv3.q5_K_S.bin files: - - filename: huginn-v3-13b.ggmlv3.q5_1.bin + - filename: scarlett-33b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q5_K_M.bin + model: scarlett-33b.ggmlv3.q6_K.bin files: - - filename: huginn-v3-13b.ggmlv3.q5_K_M.bin + - filename: scarlett-33b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/scarlett-33B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q5_K_S.bin + model: scarlett-33b.ggmlv3.q8_0.bin files: - - filename: huginn-v3-13b.ggmlv3.q5_K_S.bin + - filename: scarlett-33b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q6_K.bin + model: scarlett-7b.ggmlv3.q2_K.bin files: - - filename: huginn-v3-13b.ggmlv3.q6_K.bin + - filename: scarlett-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginn-v3-13b-ggml__huginn-v3-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Huginn-v3-13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginn-v3-13b.ggmlv3.q8_0.bin + model: scarlett-7b.ggmlv3.q3_K_L.bin files: - - filename: huginn-v3-13b.ggmlv3.q8_0.bin + - filename: scarlett-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Huginn-v3-13B-GGML/resolve/main/huginn-v3-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q2_K.bin + model: scarlett-7b.ggmlv3.q3_K_M.bin files: - - filename: huginnv1.2.ggmlv3.q2_K.bin + - filename: scarlett-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q3_K_L.bin + model: scarlett-7b.ggmlv3.q3_K_S.bin files: - - filename: huginnv1.2.ggmlv3.q3_K_L.bin + - filename: scarlett-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q3_K_M.bin + model: scarlett-7b.ggmlv3.q4_0.bin files: - - filename: huginnv1.2.ggmlv3.q3_K_M.bin + - filename: scarlett-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q3_K_S.bin + model: scarlett-7b.ggmlv3.q4_1.bin files: - - filename: huginnv1.2.ggmlv3.q3_K_S.bin + - filename: scarlett-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q4_0.bin + model: scarlett-7b.ggmlv3.q4_K_M.bin files: - - filename: huginnv1.2.ggmlv3.q4_0.bin + - filename: scarlett-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q4_1.bin + model: scarlett-7b.ggmlv3.q4_K_S.bin files: - - filename: huginnv1.2.ggmlv3.q4_1.bin + - filename: scarlett-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q4_K_M.bin + model: scarlett-7b.ggmlv3.q5_0.bin files: - - filename: huginnv1.2.ggmlv3.q4_K_M.bin + - filename: scarlett-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q4_K_S.bin + model: scarlett-7b.ggmlv3.q5_1.bin files: - - filename: huginnv1.2.ggmlv3.q4_K_S.bin + - filename: scarlett-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q5_0.bin + model: scarlett-7b.ggmlv3.q5_K_M.bin files: - - filename: huginnv1.2.ggmlv3.q5_0.bin + - filename: scarlett-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q5_1.bin + model: scarlett-7b.ggmlv3.q5_K_S.bin files: - - filename: huginnv1.2.ggmlv3.q5_1.bin + - filename: scarlett-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q5_K_M.bin + model: scarlett-7b.ggmlv3.q6_K.bin files: - - filename: huginnv1.2.ggmlv3.q5_K_M.bin + - filename: scarlett-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGML tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q5_K_S.bin + model: scarlett-7b.ggmlv3.q8_0.bin files: - - filename: huginnv1.2.ggmlv3.q5_K_S.bin + - filename: scarlett-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__scarlett-7b-gguf__scarlett-7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q6_K.bin + model: scarlett-7b.Q2_K.gguf files: - - filename: huginnv1.2.ggmlv3.q6_K.bin + - filename: scarlett-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__huginnv1.2-ggml__huginnv1.2.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__scarlett-7b-gguf__scarlett-7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/huginnv1.2-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: - transformers - llama - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: huginnv1.2.ggmlv3.q8_0.bin + model: scarlett-7b.Q3_K_L.gguf files: - - filename: huginnv1.2.ggmlv3.q8_0.bin + - filename: scarlett-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/huginnv1.2-GGML/resolve/main/huginnv1.2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q2_k.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q2_K.bin + model: scarlett-7b.Q3_K_M.gguf files: - - filename: Karen-The-Editor.ggmlv3.q2_K.bin + - filename: scarlett-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_l.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q3_K_L.bin + model: scarlett-7b.Q3_K_S.gguf files: - - filename: Karen-The-Editor.ggmlv3.q3_K_L.bin + - filename: scarlett-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_m.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q3_K_M.bin + model: scarlett-7b.Q4_0.gguf files: - - filename: Karen-The-Editor.ggmlv3.q3_K_M.bin + - filename: scarlett-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q3_k_s.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q3_K_S.bin + model: scarlett-7b.Q4_K_M.gguf files: - - filename: Karen-The-Editor.ggmlv3.q3_K_S.bin + - filename: scarlett-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_0.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q4_0.bin + model: scarlett-7b.Q4_K_S.gguf files: - - filename: Karen-The-Editor.ggmlv3.q4_0.bin + - filename: scarlett-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_1.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q4_1.bin + model: scarlett-7b.Q5_0.gguf files: - - filename: Karen-The-Editor.ggmlv3.q4_1.bin + - filename: scarlett-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_k_m.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q4_K_M.bin + model: scarlett-7b.Q5_K_M.gguf files: - - filename: Karen-The-Editor.ggmlv3.q4_K_M.bin + - filename: scarlett-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q4_k_s.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q4_K_S.bin + model: scarlett-7b.Q5_K_S.gguf files: - - filename: Karen-The-Editor.ggmlv3.q4_K_S.bin + - filename: scarlett-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_0.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q5_0.bin + model: scarlett-7b.Q6_K.gguf files: - - filename: Karen-The-Editor.ggmlv3.q5_0.bin + - filename: scarlett-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_1.bin + name: thebloke__scarlett-7b-gguf__scarlett-7b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/Scarlett-7B-GGUF tags: + - transformers + - llama + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q5_1.bin + model: scarlett-7b.Q8_0.gguf files: - - filename: Karen-The-Editor.ggmlv3.q5_1.bin + - filename: scarlett-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Scarlett-7B-GGUF/resolve/main/scarlett-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_k_m.bin - license: other + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q2_k.gguf urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - - license:other + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q5_K_M.bin + model: sciphi-mistral-7b-32k.Q2_K.gguf files: - - filename: Karen-The-Editor.ggmlv3.q5_K_M.bin + - filename: sciphi-mistral-7b-32k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q5_k_s.bin - license: other + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q3_k_l.gguf urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - - license:other + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q5_K_S.bin + model: sciphi-mistral-7b-32k.Q3_K_L.gguf files: - - filename: Karen-The-Editor.ggmlv3.q5_K_S.bin + - filename: sciphi-mistral-7b-32k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q6_k.bin - license: other + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q3_k_m.gguf urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - - license:other + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q6_K.bin + model: sciphi-mistral-7b-32k.Q3_K_M.gguf files: - - filename: Karen-The-Editor.ggmlv3.q6_K.bin + - filename: sciphi-mistral-7b-32k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__karen_theeditor_13b-ggml__karen-the-editor.ggmlv3.q8_0.bin - license: other + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q3_k_s.gguf urls: - - https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - - license:other + - transformers + - mistral + - text-generation-inference - region:us overrides: parameters: - model: Karen-The-Editor.ggmlv3.q8_0.bin + model: sciphi-mistral-7b-32k.Q3_K_S.gguf files: - - filename: Karen-The-Editor.ggmlv3.q8_0.bin + - filename: sciphi-mistral-7b-32k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Karen_theEditor_13B-GGML/resolve/main/Karen-The-Editor.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q4_0.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q2_K.bin + model: sciphi-mistral-7b-32k.Q4_0.gguf files: - - filename: kimiko-13b.ggmlv3.q2_K.bin + - filename: sciphi-mistral-7b-32k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q4_k_m.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q3_K_L.bin + model: sciphi-mistral-7b-32k.Q4_K_M.gguf files: - - filename: kimiko-13b.ggmlv3.q3_K_L.bin + - filename: sciphi-mistral-7b-32k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q4_k_s.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q3_K_M.bin + model: sciphi-mistral-7b-32k.Q4_K_S.gguf files: - - filename: kimiko-13b.ggmlv3.q3_K_M.bin + - filename: sciphi-mistral-7b-32k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q5_0.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q3_K_S.bin + model: sciphi-mistral-7b-32k.Q5_0.gguf files: - - filename: kimiko-13b.ggmlv3.q3_K_S.bin + - filename: sciphi-mistral-7b-32k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q5_k_m.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q4_0.bin + model: sciphi-mistral-7b-32k.Q5_K_M.gguf files: - - filename: kimiko-13b.ggmlv3.q4_0.bin + - filename: sciphi-mistral-7b-32k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q5_k_s.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q4_1.bin + model: sciphi-mistral-7b-32k.Q5_K_S.gguf files: - - filename: kimiko-13b.ggmlv3.q4_1.bin + - filename: sciphi-mistral-7b-32k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q6_k.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q4_K_M.bin + model: sciphi-mistral-7b-32k.Q6_K.gguf files: - - filename: kimiko-13b.ggmlv3.q4_K_M.bin + - filename: sciphi-mistral-7b-32k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__sciphi-mistral-7b-32k-gguf__sciphi-mistral-7b-32k.q8_0.gguf urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q4_K_S.bin + model: sciphi-mistral-7b-32k.Q8_0.gguf files: - - filename: kimiko-13b.ggmlv3.q4_K_S.bin + - filename: sciphi-mistral-7b-32k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/SciPhi-Mistral-7B-32k-GGUF/resolve/main/sciphi-mistral-7b-32k.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q2_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q5_0.bin + model: sciphi-self-rag-mistral-7b-32k.Q2_K.gguf files: - - filename: kimiko-13b.ggmlv3.q5_0.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q5_1.bin + model: sciphi-self-rag-mistral-7b-32k.Q3_K_L.gguf files: - - filename: kimiko-13b.ggmlv3.q5_1.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q5_K_M.bin + model: sciphi-self-rag-mistral-7b-32k.Q3_K_M.gguf files: - - filename: kimiko-13b.ggmlv3.q5_K_M.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q5_K_S.bin + model: sciphi-self-rag-mistral-7b-32k.Q3_K_S.gguf files: - - filename: kimiko-13b.ggmlv3.q5_K_S.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q4_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q6_K.bin + model: sciphi-self-rag-mistral-7b-32k.Q4_0.gguf files: - - filename: kimiko-13b.ggmlv3.q6_K.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-13b-ggml__kimiko-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-13B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-13b.ggmlv3.q8_0.bin + model: sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf files: - - filename: kimiko-13b.ggmlv3.q8_0.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-13B-GGML/resolve/main/kimiko-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q2_K.bin + model: sciphi-self-rag-mistral-7b-32k.Q4_K_S.gguf files: - - filename: kimiko-7b.ggmlv3.q2_K.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q5_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q3_K_L.bin + model: sciphi-self-rag-mistral-7b-32k.Q5_0.gguf files: - - filename: kimiko-7b.ggmlv3.q3_K_L.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q3_K_M.bin + model: sciphi-self-rag-mistral-7b-32k.Q5_K_M.gguf files: - - filename: kimiko-7b.ggmlv3.q3_K_M.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q3_K_S.bin + model: sciphi-self-rag-mistral-7b-32k.Q5_K_S.gguf files: - - filename: kimiko-7b.ggmlv3.q3_K_S.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q6_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q4_0.bin + model: sciphi-self-rag-mistral-7b-32k.Q6_K.gguf files: - - filename: kimiko-7b.ggmlv3.q4_0.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__sciphi-self-rag-mistral-7b-32k-gguf__sciphi-self-rag-mistral-7b-32k.q8_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF tags: - transformers - - llama - - arxiv:1910.09700 - - license:llama2 + - mistral + - license:mit - text-generation-inference - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q4_1.bin + model: sciphi-self-rag-mistral-7b-32k.Q8_0.gguf files: - - filename: kimiko-7b.ggmlv3.q4_1.bin + - filename: sciphi-self-rag-mistral-7b-32k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SciPhi-Self-RAG-Mistral-7B-32k-GGUF/resolve/main/sciphi-self-rag-mistral-7b-32k.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q4_K_M.bin + model: selfee-13b.ggmlv3.q2_K.bin files: - - filename: kimiko-7b.ggmlv3.q4_K_M.bin + - filename: selfee-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q4_K_S.bin + model: selfee-13b.ggmlv3.q3_K_L.bin files: - - filename: kimiko-7b.ggmlv3.q4_K_S.bin + - filename: selfee-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q5_0.bin + model: selfee-13b.ggmlv3.q3_K_M.bin files: - - filename: kimiko-7b.ggmlv3.q5_0.bin + - filename: selfee-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q5_1.bin + model: selfee-13b.ggmlv3.q3_K_S.bin files: - - filename: kimiko-7b.ggmlv3.q5_1.bin + - filename: selfee-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q5_K_M.bin + model: selfee-13b.ggmlv3.q4_0.bin files: - - filename: kimiko-7b.ggmlv3.q5_K_M.bin + - filename: selfee-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q5_K_S.bin + model: selfee-13b.ggmlv3.q4_1.bin files: - - filename: kimiko-7b.ggmlv3.q5_K_S.bin + - filename: selfee-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q6_K.bin + model: selfee-13b.ggmlv3.q4_K_M.bin files: - - filename: kimiko-7b.ggmlv3.q6_K.bin + - filename: selfee-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-7b-ggml__kimiko-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-7B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - arxiv:1910.09700 - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-7b.ggmlv3.q8_0.bin + model: selfee-13b.ggmlv3.q4_K_S.bin files: - - filename: kimiko-7b.ggmlv3.q8_0.bin + - filename: selfee-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-7B-GGML/resolve/main/kimiko-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q2_K.bin + model: selfee-13b.ggmlv3.q5_0.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q2_K.bin + - filename: selfee-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q3_K_L.bin + model: selfee-13b.ggmlv3.q5_1.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q3_K_L.bin + - filename: selfee-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q3_K_M.bin + model: selfee-13b.ggmlv3.q5_K_M.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q3_K_M.bin + - filename: selfee-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q3_K_S.bin + model: selfee-13b.ggmlv3.q5_K_S.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q3_K_S.bin + - filename: selfee-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q4_0.bin + model: selfee-13b.ggmlv3.q6_K.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q4_0.bin + - filename: selfee-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - doi:10.57967/hf/0822 + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q4_1.bin + model: selfee-13b.ggmlv3.q8_0.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q4_1.bin + - filename: selfee-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q4_K_M.bin + model: selfee-13b.ggmlv3.q2_K.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q4_K_M.bin + - filename: selfee-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q4_K_S.bin + model: selfee-13b.ggmlv3.q3_K_L.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q4_K_S.bin + - filename: selfee-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q5_0.bin + model: selfee-13b.ggmlv3.q3_K_M.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q5_0.bin + - filename: selfee-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q5_1.bin + model: selfee-13b.ggmlv3.q3_K_S.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q5_1.bin + - filename: selfee-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q5_K_M.bin + model: selfee-13b.ggmlv3.q4_0.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q5_K_M.bin + - filename: selfee-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q5_K_S.bin + model: selfee-13b.ggmlv3.q4_1.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q5_K_S.bin + - filename: selfee-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q6_K.bin + model: selfee-13b.ggmlv3.q4_K_M.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q6_K.bin + - filename: selfee-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__kimiko-v2-13b-ggml__kimiko-v2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - - transformers - - llama - - text-generation - - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: kimiko-v2-13b.ggmlv3.Q8_0.bin + model: selfee-13b.ggmlv3.q4_K_S.bin files: - - filename: kimiko-v2-13b.ggmlv3.Q8_0.bin + - filename: selfee-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Kimiko-v2-13B-GGML/resolve/main/kimiko-v2-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q2_K.bin + model: selfee-13b.ggmlv3.q5_0.bin files: - - filename: koala-13B.ggmlv3.q2_K.bin + - filename: selfee-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q3_K_L.bin + model: selfee-13b.ggmlv3.q5_1.bin files: - - filename: koala-13B.ggmlv3.q3_K_L.bin + - filename: selfee-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q3_K_M.bin + model: selfee-13b.ggmlv3.q5_K_M.bin files: - - filename: koala-13B.ggmlv3.q3_K_M.bin + - filename: selfee-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q3_K_S.bin + model: selfee-13b.ggmlv3.q5_K_S.bin files: - - filename: koala-13B.ggmlv3.q3_K_S.bin + - filename: selfee-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q4_0.bin + model: selfee-13b.ggmlv3.q6_K.bin files: - - filename: koala-13B.ggmlv3.q4_0.bin + - filename: selfee-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q4_1.bin + model: selfee-13b.ggmlv3.q8_0.bin files: - - filename: koala-13B.ggmlv3.q4_1.bin + - filename: selfee-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q4_K_M.bin + model: selfee-13b-superhot-8k.ggmlv3.q4_0.bin files: - - filename: koala-13B.ggmlv3.q4_K_M.bin + - filename: selfee-13b-superhot-8k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q4_K_S.bin + model: selfee-13b-superhot-8k.ggmlv3.q4_1.bin files: - - filename: koala-13B.ggmlv3.q4_K_S.bin + - filename: selfee-13b-superhot-8k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q5_0.bin + model: selfee-13b-superhot-8k.ggmlv3.q5_0.bin files: - - filename: koala-13B.ggmlv3.q5_0.bin + - filename: selfee-13b-superhot-8k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q5_1.bin + model: selfee-13b-superhot-8k.ggmlv3.q5_1.bin files: - - filename: koala-13B.ggmlv3.q5_1.bin + - filename: selfee-13b-superhot-8k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q5_K_M.bin + model: selfee-13b-superhot-8k.ggmlv3.q8_0.bin files: - - filename: koala-13B.ggmlv3.q5_K_M.bin + - filename: selfee-13b-superhot-8k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q5_K_S.bin + model: selfee-7B.ggmlv3.q2_K.bin files: - - filename: koala-13B.ggmlv3.q5_K_S.bin + - filename: selfee-7B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q6_K.bin + model: selfee-7B.ggmlv3.q3_K_L.bin files: - - filename: koala-13B.ggmlv3.q6_K.bin + - filename: selfee-7B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-ggml__koala-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/koala-13B-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13B.ggmlv3.q8_0.bin + model: selfee-7B.ggmlv3.q3_K_M.bin files: - - filename: koala-13B.ggmlv3.q8_0.bin + - filename: selfee-7B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-13B-GGML/resolve/main/koala-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q2_K.bin + model: selfee-7B.ggmlv3.q3_K_S.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: selfee-7B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: selfee-7B.ggmlv3.q4_0.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: selfee-7B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: selfee-7B.ggmlv3.q4_1.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: selfee-7B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: selfee-7B.ggmlv3.q4_K_M.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: selfee-7B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: selfee-7B.ggmlv3.q4_K_S.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: selfee-7B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: selfee-7B.ggmlv3.q5_0.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: selfee-7B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: selfee-7B.ggmlv3.q5_1.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: selfee-7B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: selfee-7B.ggmlv3.q5_K_M.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: selfee-7B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-13b-superhot-8k-ggml__koala-13b-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-13b-superhot-8k.ggmlv3.q6_K.bin + model: selfee-7B.ggmlv3.q5_K_S.bin files: - - filename: koala-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: selfee-7B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Koala-13B-SuperHOT-8K-GGML/resolve/main/koala-13b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml-unquantized__koala-7b.ggml.unquantized.pr613.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7b-ggml-unquantized + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - - transformers - - koala - - ShareGPT - - llama - - gptq - - text-generation - - dataset:RyokoAI/ShareGPT52K - - dataset:Hello-SimpleAI/HC3 - license:other - region:us overrides: parameters: - model: koala-7b.ggml.unquantized.pr613.bin + model: selfee-7B.ggmlv3.q6_K.bin files: - - filename: koala-7b.ggml.unquantized.pr613.bin + - filename: selfee-7B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7b-ggml-unquantized/resolve/main/koala-7b.ggml.unquantized.pr613.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/selfee-7B-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q2_K.bin + model: selfee-7B.ggmlv3.q8_0.bin files: - - filename: koala-7B.ggmlv3.q2_K.bin + - filename: selfee-7B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q3_K_L.bin + model: selfee-7b-superhot-8k.ggmlv3.q4_0.bin files: - - filename: koala-7B.ggmlv3.q3_K_L.bin + - filename: selfee-7b-superhot-8k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q3_K_M.bin + model: selfee-7b-superhot-8k.ggmlv3.q4_1.bin files: - - filename: koala-7B.ggmlv3.q3_K_M.bin + - filename: selfee-7b-superhot-8k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q3_K_S.bin + model: selfee-7b-superhot-8k.ggmlv3.q5_0.bin files: - - filename: koala-7B.ggmlv3.q3_K_S.bin + - filename: selfee-7b-superhot-8k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q4_0.bin + model: selfee-7b-superhot-8k.ggmlv3.q5_1.bin files: - - filename: koala-7B.ggmlv3.q4_0.bin + - filename: selfee-7b-superhot-8k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: koala-7B.ggmlv3.q4_1.bin + model: selfee-7b-superhot-8k.ggmlv3.q8_0.bin files: - - filename: koala-7B.ggmlv3.q4_1.bin + - filename: selfee-7b-superhot-8k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q4_K_M.bin + model: sheep-duck-llama-2-13b.Q2_K.gguf files: - - filename: koala-7B.ggmlv3.q4_K_M.bin + - filename: sheep-duck-llama-2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q4_K_S.bin + model: sheep-duck-llama-2-13b.Q3_K_L.gguf files: - - filename: koala-7B.ggmlv3.q4_K_S.bin + - filename: sheep-duck-llama-2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q5_0.bin + model: sheep-duck-llama-2-13b.Q3_K_M.gguf files: - - filename: koala-7B.ggmlv3.q5_0.bin + - filename: sheep-duck-llama-2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q5_1.bin + model: sheep-duck-llama-2-13b.Q3_K_S.gguf files: - - filename: koala-7B.ggmlv3.q5_1.bin + - filename: sheep-duck-llama-2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q5_K_M.bin + model: sheep-duck-llama-2-13b.Q4_0.gguf files: - - filename: koala-7B.ggmlv3.q5_K_M.bin + - filename: sheep-duck-llama-2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q5_K_S.bin + model: sheep-duck-llama-2-13b.Q4_K_M.gguf files: - - filename: koala-7B.ggmlv3.q5_K_S.bin + - filename: sheep-duck-llama-2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q6_K.bin + model: sheep-duck-llama-2-13b.Q4_K_S.gguf files: - - filename: koala-7B.ggmlv3.q6_K.bin + - filename: sheep-duck-llama-2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-ggml__koala-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/koala-7B-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7B.ggmlv3.q8_0.bin + model: sheep-duck-llama-2-13b.Q5_0.gguf files: - - filename: koala-7B.ggmlv3.q8_0.bin + - filename: sheep-duck-llama-2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/koala-7B-GGML/resolve/main/koala-7B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q2_K.bin + model: sheep-duck-llama-2-13b.Q5_K_M.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q2_K.bin + - filename: sheep-duck-llama-2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q3_K_L.bin + model: sheep-duck-llama-2-13b.Q5_K_S.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: sheep-duck-llama-2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q3_K_M.bin + model: sheep-duck-llama-2-13b.Q6_K.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: sheep-duck-llama-2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-13b-gguf__sheep-duck-llama-2-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q3_K_S.bin + model: sheep-duck-llama-2-13b.Q8_0.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: sheep-duck-llama-2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF/resolve/main/sheep-duck-llama-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - - license:other + - transformers + - llama + - Riiid + - llama-2 + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q4_K_M.bin + model: sheep-duck-llama-2.Q2_K.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: sheep-duck-llama-2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - - license:other + - transformers + - llama + - Riiid + - llama-2 + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q4_K_S.bin + model: sheep-duck-llama-2.Q3_K_L.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: sheep-duck-llama-2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - - license:other + - transformers + - llama + - Riiid + - llama-2 + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q5_K_M.bin + model: sheep-duck-llama-2.Q3_K_M.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: sheep-duck-llama-2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - - license:other + - transformers + - llama + - Riiid + - llama-2 + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q5_K_S.bin + model: sheep-duck-llama-2.Q3_K_S.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: sheep-duck-llama-2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/koala.yaml - name: thebloke__koala-7b-superhot-8k-ggml__koala-7b-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - - license:other + - transformers + - llama + - Riiid + - llama-2 + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: koala-7b-superhot-8k.ggmlv3.q6_K.bin + model: sheep-duck-llama-2.Q4_0.gguf files: - - filename: koala-7b-superhot-8k.ggmlv3.q6_K.bin + - filename: sheep-duck-llama-2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Koala-7B-SuperHOT-8K-GGML/resolve/main/koala-7b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q2_k.bin + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - transformers - llama + - Riiid - llama-2 + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin + model: sheep-duck-llama-2.Q4_K_M.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin + - filename: sheep-duck-llama-2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_l.bin + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - transformers - llama + - Riiid - llama-2 + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin + model: sheep-duck-llama-2.Q4_K_S.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin + - filename: sheep-duck-llama-2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_m.bin + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - transformers - llama + - Riiid - llama-2 + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin + model: sheep-duck-llama-2.Q5_0.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin + - filename: sheep-duck-llama-2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q3_k_s.bin + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - transformers - llama + - Riiid - llama-2 + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin + model: sheep-duck-llama-2.Q5_K_M.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin + - filename: sheep-duck-llama-2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_0.bin + name: thebloke__sheep-duck-llama-2-70b-gguf__sheep-duck-llama-2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF tags: - transformers - llama + - Riiid - llama-2 + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin + model: sheep-duck-llama-2.Q5_K_S.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin + - filename: sheep-duck-llama-2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Sheep-Duck-Llama-2-70B-GGUF/resolve/main/sheep-duck-llama-2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_1.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin + model: sheep-duck-llama-2-70b-v1.1.Q2_K.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_k_m.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin + model: sheep-duck-llama-2-70b-v1.1.Q3_K_L.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q4_k_s.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin + model: sheep-duck-llama-2-70b-v1.1.Q3_K_M.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_0.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin + model: sheep-duck-llama-2-70b-v1.1.Q3_K_S.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_1.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin + model: sheep-duck-llama-2-70b-v1.1.Q4_0.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_k_m.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin + model: sheep-duck-llama-2-70b-v1.1.Q4_K_M.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q5_k_s.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin + model: sheep-duck-llama-2-70b-v1.1.Q4_K_S.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q6_k.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin + model: sheep-duck-llama-2-70b-v1.1.Q5_0.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__l2-mythomax22b-instruct-falseblock-ggml__l2-mythomax22b-instruct-falseblock.ggmlv3.q8_0.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - llama-2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin + model: sheep-duck-llama-2-70b-v1.1.Q5_K_M.gguf files: - - filename: l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/L2-MythoMax22b-Instruct-Falseblock-GGML/resolve/main/l2-mythomax22b-instruct-Falseblock.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q2_k.bin + name: thebloke__sheep-duck-llama-2-70b-v1.1-gguf__sheep-duck-llama-2-70b-v1.1.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF tags: - transformers - llama - - text-generation - - code - - text-generation-inference - - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q2_K.bin + model: sheep-duck-llama-2-70b-v1.1.Q5_K_S.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q2_K.bin + - filename: sheep-duck-llama-2-70b-v1.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/sheep-duck-llama-2-70B-v1.1-GGUF/resolve/main/sheep-duck-llama-2-70b-v1.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_l.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin + model: shiningvaliant-1.2.Q2_K.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin + - filename: shiningvaliant-1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_m.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin + model: shiningvaliant-1.2.Q3_K_L.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin + - filename: shiningvaliant-1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q3_k_s.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin + model: shiningvaliant-1.2.Q3_K_M.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin + - filename: shiningvaliant-1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_0.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q4_0.bin + model: shiningvaliant-1.2.Q3_K_S.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q4_0.bin + - filename: shiningvaliant-1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_1.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q4_1.bin + model: shiningvaliant-1.2.Q4_0.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q4_1.bin + - filename: shiningvaliant-1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_k_m.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin + model: shiningvaliant-1.2.Q4_K_M.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin + - filename: shiningvaliant-1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q4_k_s.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin + model: shiningvaliant-1.2.Q4_K_S.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin + - filename: shiningvaliant-1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_0.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q5_0.bin + model: shiningvaliant-1.2.Q5_0.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q5_0.bin + - filename: shiningvaliant-1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_k_m.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin + model: shiningvaliant-1.2.Q5_K_M.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin + - filename: shiningvaliant-1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lemur-70b-chat-v1-ggml__lemur-70b-chat-v1.ggmlv3.q5_k_s.bin + name: thebloke__shiningvaliant-1.2-gguf__shiningvaliant-1.2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML + - https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF tags: - transformers - llama + - shining-valiant + - valiant + - valiant-labs + - llama-2 + - llama-2-chat + - 70b - text-generation - - code - - text-generation-inference - en - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin + model: shiningvaliant-1.2.Q5_K_S.gguf files: - - filename: lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin + - filename: shiningvaliant-1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Lemur-70B-Chat-v1-GGML/resolve/main/lemur-70b-chat-v1.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/ShiningValiant-1.2-GGUF/resolve/main/shiningvaliant-1.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q2_k.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q2_K.bin + model: skywork-13b-base.Q2_K.gguf files: - - filename: llama-13b.ggmlv3.q2_K.bin + - filename: skywork-13b-base.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_l.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q3_K_L.bin + model: skywork-13b-base.Q3_K_L.gguf files: - - filename: llama-13b.ggmlv3.q3_K_L.bin + - filename: skywork-13b-base.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_m.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q3_K_M.bin + model: skywork-13b-base.Q3_K_M.gguf files: - - filename: llama-13b.ggmlv3.q3_K_M.bin + - filename: skywork-13b-base.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q3_k_s.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q3_K_S.bin + model: skywork-13b-base.Q3_K_S.gguf files: - - filename: llama-13b.ggmlv3.q3_K_S.bin + - filename: skywork-13b-base.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_0.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q4_0.bin + model: skywork-13b-base.Q4_0.gguf files: - - filename: llama-13b.ggmlv3.q4_0.bin + - filename: skywork-13b-base.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_1.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q4_1.bin + model: skywork-13b-base.Q4_K_M.gguf files: - - filename: llama-13b.ggmlv3.q4_1.bin + - filename: skywork-13b-base.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_k_m.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q4_K_M.bin + model: skywork-13b-base.Q4_K_S.gguf files: - - filename: llama-13b.ggmlv3.q4_K_M.bin + - filename: skywork-13b-base.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q4_k_s.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q4_K_S.bin + model: skywork-13b-base.Q5_0.gguf files: - - filename: llama-13b.ggmlv3.q4_K_S.bin + - filename: skywork-13b-base.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_0.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q5_0.bin + model: skywork-13b-base.Q5_K_M.gguf files: - - filename: llama-13b.ggmlv3.q5_0.bin + - filename: skywork-13b-base.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_1.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q5_1.bin + model: skywork-13b-base.Q5_K_S.gguf files: - - filename: llama-13b.ggmlv3.q5_1.bin + - filename: skywork-13b-base.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_k_m.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q5_K_M.bin + model: skywork-13b-base.Q6_K.gguf files: - - filename: llama-13b.ggmlv3.q5_K_M.bin + - filename: skywork-13b-base.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q5_k_s.bin + name: thebloke__skywork-13b-base-gguf__skywork-13b-base.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/Skywork-13B-base-GGUF tags: - transformers - - llama + - skywork + - arxiv:2310.19341 + - arxiv:2310.16713 - license:other + - region:us + overrides: + parameters: + model: skywork-13b-base.Q8_0.gguf + files: + - filename: skywork-13b-base.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Skywork-13B-base-GGUF/resolve/main/skywork-13b-base.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q2_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF + tags: + - transformers + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q5_K_S.bin + model: slimopenorca-mistral-7b.Q2_K.gguf files: - - filename: llama-13b.ggmlv3.q5_K_S.bin + - filename: slimopenorca-mistral-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - license:other + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q6_K.bin + model: slimopenorca-mistral-7b.Q3_K_L.gguf files: - - filename: llama-13b.ggmlv3.q6_K.bin + - filename: slimopenorca-mistral-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-ggml__llama-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-13B-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - license:other + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-13b.ggmlv3.q8_0.bin + model: slimopenorca-mistral-7b.Q3_K_M.gguf files: - - filename: llama-13b.ggmlv3.q8_0.bin + - filename: slimopenorca-mistral-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-13B-GGML/resolve/main/llama-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q4_0.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-13b-supercot.ggmlv3.q4_0.bin + model: slimopenorca-mistral-7b.Q3_K_S.gguf files: - - filename: llama-13b-supercot.ggmlv3.q4_0.bin + - filename: slimopenorca-mistral-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q4_1.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-13b-supercot.ggmlv3.q4_1.bin + model: slimopenorca-mistral-7b.Q4_0.gguf files: - - filename: llama-13b-supercot.ggmlv3.q4_1.bin + - filename: slimopenorca-mistral-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q5_0.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-13b-supercot.ggmlv3.q5_0.bin + model: slimopenorca-mistral-7b.Q4_K_M.gguf files: - - filename: llama-13b-supercot.ggmlv3.q5_0.bin + - filename: slimopenorca-mistral-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q5_1.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-13b-supercot.ggmlv3.q5_1.bin + model: slimopenorca-mistral-7b.Q4_K_S.gguf files: - - filename: llama-13b-supercot.ggmlv3.q5_1.bin + - filename: slimopenorca-mistral-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-13b-supercot-ggml__llama-13b-supercot.ggmlv3.q8_0.bin - license: other + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/llama-13b-supercot-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - - license:other + - transformers + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-13b-supercot.ggmlv3.q8_0.bin + model: slimopenorca-mistral-7b.Q5_0.gguf files: - - filename: llama-13b-supercot.ggmlv3.q8_0.bin + - filename: slimopenorca-mistral-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-13b-supercot-GGML/resolve/main/llama-13b-supercot.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q2_K.bin + model: slimopenorca-mistral-7b.Q5_K_M.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q2_K.bin + - filename: slimopenorca-mistral-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q3_K_L.bin + model: slimopenorca-mistral-7b.Q5_K_S.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q3_K_L.bin + - filename: slimopenorca-mistral-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - mistral + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q3_K_M.bin + model: slimopenorca-mistral-7b.Q6_K.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q3_K_M.bin + - filename: slimopenorca-mistral-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__slimopenorca-mistral-7b-gguf__slimopenorca-mistral-7b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral + - license:cc-by-nc-4.0 + - text-generation-inference + - region:us + overrides: + parameters: + model: slimopenorca-mistral-7b.Q8_0.gguf + files: + - filename: slimopenorca-mistral-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/SlimOpenOrca-Mistral-7B-GGUF/resolve/main/slimopenorca-mistral-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF + tags: + - transformers + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q3_K_S.bin + model: speechless-code-mistral-7b-v1.0.Q2_K.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q3_K_S.bin + - filename: speechless-code-mistral-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q4_0.bin + model: speechless-code-mistral-7b-v1.0.Q3_K_L.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q4_0.bin + - filename: speechless-code-mistral-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q4_1.bin + model: speechless-code-mistral-7b-v1.0.Q3_K_M.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q4_1.bin + - filename: speechless-code-mistral-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q4_K_M.bin + model: speechless-code-mistral-7b-v1.0.Q3_K_S.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q4_K_M.bin + - filename: speechless-code-mistral-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q4_K_S.bin + model: speechless-code-mistral-7b-v1.0.Q4_0.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q4_K_S.bin + - filename: speechless-code-mistral-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q5_0.bin + model: speechless-code-mistral-7b-v1.0.Q4_K_M.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q5_0.bin + - filename: speechless-code-mistral-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q5_1.bin + model: speechless-code-mistral-7b-v1.0.Q4_K_S.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q5_1.bin + - filename: speechless-code-mistral-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q5_K_M.bin + model: speechless-code-mistral-7b-v1.0.Q5_0.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q5_K_M.bin + - filename: speechless-code-mistral-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q5_K_S.bin + model: speechless-code-mistral-7b-v1.0.Q5_K_M.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q5_K_S.bin + - filename: speechless-code-mistral-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q6_K.bin + model: speechless-code-mistral-7b-v1.0.Q5_K_S.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q6_K.bin + - filename: speechless-code-mistral-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-ggml__llama-2-13b-chat.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch + - mistral - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat.ggmlv3.q8_0.bin + model: speechless-code-mistral-7b-v1.0.Q6_K.gguf files: - - filename: llama-2-13b-chat.ggmlv3.q8_0.bin + - filename: speechless-code-mistral-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/resolve/main/llama-2-13b-chat.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-code-mistral-7b-v1.0-gguf__speechless-code-mistral-7b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF tags: - transformers - - llama + - mistral - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin + model: speechless-code-mistral-7b-v1.0.Q8_0.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin + - filename: speechless-code-mistral-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/speechless-code-mistral-7B-v1.0-GGUF/resolve/main/speechless-code-mistral-7b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin + model: speechless-codellama-34b-v2.0.Q2_K.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin + - filename: speechless-codellama-34b-v2.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin + model: speechless-codellama-34b-v2.0.Q3_K_L.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin + - filename: speechless-codellama-34b-v2.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin + model: speechless-codellama-34b-v2.0.Q3_K_M.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin + - filename: speechless-codellama-34b-v2.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin + model: speechless-codellama-34b-v2.0.Q3_K_S.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin + - filename: speechless-codellama-34b-v2.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin + model: speechless-codellama-34b-v2.0.Q4_0.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin + - filename: speechless-codellama-34b-v2.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin + model: speechless-codellama-34b-v2.0.Q4_K_M.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin + - filename: speechless-codellama-34b-v2.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin + model: speechless-codellama-34b-v2.0.Q4_K_S.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin + - filename: speechless-codellama-34b-v2.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin + model: speechless-codellama-34b-v2.0.Q5_0.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin + - filename: speechless-codellama-34b-v2.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin + model: speechless-codellama-34b-v2.0.Q5_K_M.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin + - filename: speechless-codellama-34b-v2.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin + model: speechless-codellama-34b-v2.0.Q5_K_S.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin + - filename: speechless-codellama-34b-v2.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin + model: speechless-codellama-34b-v2.0.Q6_K.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin + - filename: speechless-codellama-34b-v2.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-codellama-34b-v2.0-gguf__speechless-codellama-34b-v2.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF tags: - transformers - llama - llama-2 + - code - text-generation - en + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2308.12950 - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin + model: speechless-codellama-34b-v2.0.Q8_0.gguf files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin + - filename: speechless-codellama-34b-v2.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-13b-chat-limarp-v2-merged-ggml__llama-2-13b-chat-limarp-v2-merged.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/speechless-codellama-34b-v2.0-GGUF/resolve/main/speechless-codellama-34b-v2.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin + model: speechless-llama2-13b.ggmlv3.Q2_K.bin files: - - filename: llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin + - filename: speechless-llama2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-chat-limarp-v2-merged-GGML/resolve/main/llama-2-13b-chat-limarp-v2-merged.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q2_k.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin + model: speechless-llama2-13b.ggmlv3.Q3_K_L.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin + - filename: speechless-llama2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_l.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin + model: speechless-llama2-13b.ggmlv3.Q3_K_M.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin + - filename: speechless-llama2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_m.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin + model: speechless-llama2-13b.ggmlv3.Q3_K_S.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin + - filename: speechless-llama2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q3_k_s.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin + model: speechless-llama2-13b.ggmlv3.Q4_0.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin + - filename: speechless-llama2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + model: speechless-llama2-13b.ggmlv3.Q4_1.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + - filename: speechless-llama2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + model: speechless-llama2-13b.ggmlv3.Q4_K_M.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + - filename: speechless-llama2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_k_m.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin + model: speechless-llama2-13b.ggmlv3.Q4_K_S.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin + - filename: speechless-llama2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q4_k_s.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin + model: speechless-llama2-13b.ggmlv3.Q5_0.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin + - filename: speechless-llama2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + model: speechless-llama2-13b.ggmlv3.Q5_1.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + - filename: speechless-llama2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + model: speechless-llama2-13b.ggmlv3.Q5_K_M.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + - filename: speechless-llama2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_k_m.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin + model: speechless-llama2-13b.ggmlv3.Q5_K_S.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin + - filename: speechless-llama2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q5_k_s.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin + model: speechless-llama2-13b.ggmlv3.Q6_K.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin + - filename: speechless-llama2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q6_k.bin + name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin + model: speechless-llama2-13b.ggmlv3.Q8_0.bin files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin + - filename: speechless-llama2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-german-assistant-v2-ggml__llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation - en - - de - - dataset:flozi00/conversations + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + model: speechless-llama2-13b.Q2_K.gguf files: - - filename: llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + - filename: speechless-llama2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-German-Assistant-v2-GGML/resolve/main/llama-2-13b-german-assistant-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q2_k.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -95914,23 +240685,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q2_K.bin + model: speechless-llama2-13b.Q3_K_L.gguf files: - - filename: llama-2-13b.ggmlv3.q2_K.bin + - filename: speechless-llama2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_l.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -95940,23 +240713,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q3_K_L.bin + model: speechless-llama2-13b.Q3_K_M.gguf files: - - filename: llama-2-13b.ggmlv3.q3_K_L.bin + - filename: speechless-llama2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_m.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -95966,23 +240741,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q3_K_M.bin + model: speechless-llama2-13b.Q3_K_S.gguf files: - - filename: llama-2-13b.ggmlv3.q3_K_M.bin + - filename: speechless-llama2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q3_k_s.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -95992,23 +240769,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q3_K_S.bin + model: speechless-llama2-13b.Q4_0.gguf files: - - filename: llama-2-13b.ggmlv3.q3_K_S.bin + - filename: speechless-llama2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_0.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96018,23 +240797,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q4_0.bin + model: speechless-llama2-13b.Q4_K_M.gguf files: - - filename: llama-2-13b.ggmlv3.q4_0.bin + - filename: speechless-llama2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_1.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96044,23 +240825,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q4_1.bin + model: speechless-llama2-13b.Q4_K_S.gguf files: - - filename: llama-2-13b.ggmlv3.q4_1.bin + - filename: speechless-llama2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_k_m.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96070,23 +240853,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q4_K_M.bin + model: speechless-llama2-13b.Q5_0.gguf files: - - filename: llama-2-13b.ggmlv3.q4_K_M.bin + - filename: speechless-llama2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q4_k_s.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96096,23 +240881,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q4_K_S.bin + model: speechless-llama2-13b.Q5_K_M.gguf files: - - filename: llama-2-13b.ggmlv3.q4_K_S.bin + - filename: speechless-llama2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_0.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96122,23 +240909,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q5_0.bin + model: speechless-llama2-13b.Q5_K_S.gguf files: - - filename: llama-2-13b.ggmlv3.q5_0.bin + - filename: speechless-llama2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_1.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96148,23 +240937,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q5_1.bin + model: speechless-llama2-13b.Q6_K.gguf files: - - filename: llama-2-13b.ggmlv3.q5_1.bin + - filename: speechless-llama2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_k_m.bin + name: thebloke__speechless-llama2-13b-gguf__speechless-llama2-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF tags: - transformers - llama @@ -96174,23 +240965,25 @@ - llama-2 - text-generation - en + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q5_K_M.bin + model: speechless-llama2-13b.Q8_0.gguf files: - - filename: llama-2-13b.ggmlv3.q5_K_M.bin + - filename: speechless-llama2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGUF/resolve/main/speechless-llama2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama @@ -96200,23 +240993,23 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q5_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin files: - - filename: llama-2-13b.ggmlv3.q5_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama @@ -96226,23 +241019,23 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q6_K.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin files: - - filename: llama-2-13b.ggmlv3.q6_K.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-13b-ggml__llama-2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-13B-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama @@ -96252,331 +241045,390 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b.ggmlv3.q8_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin files: - - filename: llama-2-13b.ggmlv3.q8_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-13B-GGML/resolve/main/llama-2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q2_K.gguf files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_L.gguf files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-13b-guanaco-qlora-ggml__llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama + - facebook + - meta + - pytorch - llama-2 - - text-classification + - text-generation - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2307.09288 - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_M.gguf files: - - filename: llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-13B-Guanaco-QLoRA-GGML/resolve/main/llama-2-13b-guanaco-qlora.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96586,22 +241438,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q2_K.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_S.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q2_K.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96611,22 +241465,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q3_K_L.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_0.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q3_K_L.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96636,22 +241492,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q3_K_M.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_M.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q3_K_M.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96661,22 +241519,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q3_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_S.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q3_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96686,22 +241546,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q4_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_0.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q4_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96711,22 +241573,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q4_1.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_M.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q4_1.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96736,22 +241600,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q4_K_M.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_S.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q4_K_M.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96761,22 +241627,24 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q4_K_S.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q6_K.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q4_K_S.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-gguf__speechless-llama2-hermes-orca-platypus-wizardlm-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF tags: - transformers - llama @@ -96786,10652 +241654,11129 @@ - llama-2 - text-generation - en + - dataset:garage-bAInd/Open-Platypus - arxiv:2307.09288 - - license:other + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q5_0.bin + model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q8_0.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q5_0.bin + - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGUF/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q5_K_M.bin + model: speechless-tora-code-7b-v1.0.Q2_K.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q5_K_M.bin + - filename: speechless-tora-code-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-70b-chat-ggml__llama-2-70b-chat.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-chat.ggmlv3.q5_K_S.bin + model: speechless-tora-code-7b-v1.0.Q3_K_L.gguf files: - - filename: llama-2-70b-chat.ggmlv3.q5_K_S.bin + - filename: speechless-tora-code-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Chat-GGML/resolve/main/llama-2-70b-chat.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q2_k.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q2_K.bin + model: speechless-tora-code-7b-v1.0.Q3_K_M.gguf files: - - filename: llama-2-70b.ggmlv3.q2_K.bin + - filename: speechless-tora-code-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q3_K_L.bin + model: speechless-tora-code-7b-v1.0.Q3_K_S.gguf files: - - filename: llama-2-70b.ggmlv3.q3_K_L.bin + - filename: speechless-tora-code-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q3_K_M.bin + model: speechless-tora-code-7b-v1.0.Q4_0.gguf files: - - filename: llama-2-70b.ggmlv3.q3_K_M.bin + - filename: speechless-tora-code-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q3_K_S.bin + model: speechless-tora-code-7b-v1.0.Q4_K_M.gguf files: - - filename: llama-2-70b.ggmlv3.q3_K_S.bin + - filename: speechless-tora-code-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_0.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q4_0.bin + model: speechless-tora-code-7b-v1.0.Q4_K_S.gguf files: - - filename: llama-2-70b.ggmlv3.q4_0.bin + - filename: speechless-tora-code-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_1.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q4_1.bin + model: speechless-tora-code-7b-v1.0.Q5_0.gguf files: - - filename: llama-2-70b.ggmlv3.q4_1.bin + - filename: speechless-tora-code-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q4_K_M.bin + model: speechless-tora-code-7b-v1.0.Q5_K_M.gguf files: - - filename: llama-2-70b.ggmlv3.q4_K_M.bin + - filename: speechless-tora-code-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q4_K_S.bin + model: speechless-tora-code-7b-v1.0.Q5_K_S.gguf files: - - filename: llama-2-70b.ggmlv3.q4_K_S.bin + - filename: speechless-tora-code-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_0.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q5_0.bin + model: speechless-tora-code-7b-v1.0.Q6_K.gguf files: - - filename: llama-2-70b.ggmlv3.q5_0.bin + - filename: speechless-tora-code-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__speechless-tora-code-7b-v1.0-gguf__speechless-tora-code-7b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - llama-2 + - code - text-generation - en - - arxiv:2307.09288 - - license:other - - has_space + - dataset:jondurbin/airoboros-2.2 + - dataset:Open-Orca/OpenOrca + - dataset:garage-bAInd/Open-Platypus + - dataset:WizardLM/WizardLM_evol_instruct_V2_196k + - dataset:TokenBender/python_eval_instruct_51k + - license:llama2 + - model-index - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q5_K_M.bin + model: speechless-tora-code-7b-v1.0.Q8_0.gguf files: - - filename: llama-2-70b.ggmlv3.q5_K_M.bin + - filename: speechless-tora-code-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/speechless-tora-code-7B-v1.0-GGUF/resolve/main/speechless-tora-code-7b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-ggml__llama-2-70b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b.ggmlv3.q5_K_S.bin + model: spicyboros-13b-2.2.Q2_K.gguf files: - - filename: llama-2-70b.ggmlv3.q5_K_S.bin + - filename: spicyboros-13b-2.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-GGML/resolve/main/llama-2-70b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin + model: spicyboros-13b-2.2.Q3_K_L.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin + - filename: spicyboros-13b-2.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin + model: spicyboros-13b-2.2.Q3_K_M.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin + - filename: spicyboros-13b-2.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin + model: spicyboros-13b-2.2.Q3_K_S.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin + - filename: spicyboros-13b-2.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin + model: spicyboros-13b-2.2.Q4_0.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin + - filename: spicyboros-13b-2.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + model: spicyboros-13b-2.2.Q4_K_M.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin + - filename: spicyboros-13b-2.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + model: spicyboros-13b-2.2.Q4_K_S.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin + - filename: spicyboros-13b-2.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin + model: spicyboros-13b-2.2.Q5_0.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin + - filename: spicyboros-13b-2.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin + model: spicyboros-13b-2.2.Q5_K_M.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin + - filename: spicyboros-13b-2.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + model: spicyboros-13b-2.2.Q5_K_S.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin + - filename: spicyboros-13b-2.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin + model: spicyboros-13b-2.2.Q6_K.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin + - filename: spicyboros-13b-2.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-70b-guanaco-qlora-ggml__llama-2-70b-guanaco-qlora.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spicyboros-13b-2.2-gguf__spicyboros-13b-2.2.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF tags: - transformers - llama - - llama-2 - - text-classification - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin + model: spicyboros-13b-2.2.Q8_0.gguf files: - - filename: llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin + - filename: spicyboros-13b-2.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-70b-Guanaco-QLoRA-GGML/resolve/main/llama-2-70b-guanaco-qlora.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-13B-2.2-GGUF/resolve/main/spicyboros-13b-2.2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q2_k.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin + model: spicyboros-70b-2.2.Q2_K.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin + - filename: spicyboros-70b-2.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_l.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin + model: spicyboros-70b-2.2.Q3_K_L.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin + - filename: spicyboros-70b-2.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_m.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin + model: spicyboros-70b-2.2.Q3_K_M.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin + - filename: spicyboros-70b-2.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q3_k_s.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin + model: spicyboros-70b-2.2.Q3_K_S.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin + - filename: spicyboros-70b-2.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + model: spicyboros-70b-2.2.Q4_0.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + - filename: spicyboros-70b-2.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + model: spicyboros-70b-2.2.Q4_K_M.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + - filename: spicyboros-70b-2.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_k_m.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin + model: spicyboros-70b-2.2.Q4_K_S.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin + - filename: spicyboros-70b-2.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q4_k_s.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin + model: spicyboros-70b-2.2.Q5_0.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin + - filename: spicyboros-70b-2.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + model: spicyboros-70b-2.2.Q5_K_M.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + - filename: spicyboros-70b-2.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_k_m.bin + name: thebloke__spicyboros-70b-2.2-gguf__spicyboros-70b-2.2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin + model: spicyboros-70b-2.2.Q5_K_S.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin + - filename: spicyboros-70b-2.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-70B-2.2-GGUF/resolve/main/spicyboros-70b-2.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-oasst-1-200-ggml__llama-2-70b-oasst-1-200.ggmlv3.q5_k_s.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - sft - - en - - de - - es - - fr - - dataset:OpenAssistant/oasst1 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin + model: spicyboros-7b-2.2.Q2_K.gguf files: - - filename: llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin + - filename: spicyboros-7b-2.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-OASST-1-200-GGML/resolve/main/llama-2-70b-oasst-1-200.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q2_k.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q2_K.bin + model: spicyboros-7b-2.2.Q3_K_L.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q2_K.bin + - filename: spicyboros-7b-2.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_l.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin + model: spicyboros-7b-2.2.Q3_K_M.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin + - filename: spicyboros-7b-2.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_m.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin + model: spicyboros-7b-2.2.Q3_K_S.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin + - filename: spicyboros-7b-2.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q3_k_s.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin + model: spicyboros-7b-2.2.Q4_0.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin + - filename: spicyboros-7b-2.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_0.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q4_0.bin + model: spicyboros-7b-2.2.Q4_K_M.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q4_0.bin + - filename: spicyboros-7b-2.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_1.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q4_1.bin + model: spicyboros-7b-2.2.Q4_K_S.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q4_1.bin + - filename: spicyboros-7b-2.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_k_m.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin + model: spicyboros-7b-2.2.Q5_0.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin + - filename: spicyboros-7b-2.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q4_k_s.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin + model: spicyboros-7b-2.2.Q5_K_M.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin + - filename: spicyboros-7b-2.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_0.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q5_0.bin + model: spicyboros-7b-2.2.Q5_K_S.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q5_0.bin + - filename: spicyboros-7b-2.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_k_m.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin + model: spicyboros-7b-2.2.Q6_K.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin + - filename: spicyboros-7b-2.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-70b-orca-200k-ggml__llama-2-70b-orca-200k.ggmlv3.q5_k_s.bin + name: thebloke__spicyboros-7b-2.2-gguf__spicyboros-7b-2.2.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML + - https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF tags: - transformers - llama - - llama-2 - - instruct - - instruction - - text-generation - - en + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin + model: spicyboros-7b-2.2.Q8_0.gguf files: - - filename: llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin + - filename: spicyboros-7b-2.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-70B-Orca-200k-GGML/resolve/main/llama-2-70b-orca-200k.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-7B-2.2-GGUF/resolve/main/spicyboros-7b-2.2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q2_k.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q2_K.bin + model: spicyboros-c34b-2.2.Q2_K.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q2_K.bin + - filename: spicyboros-c34b-2.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_l.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin + model: spicyboros-c34b-2.2.Q3_K_L.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin + - filename: spicyboros-c34b-2.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_m.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin + model: spicyboros-c34b-2.2.Q3_K_M.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin + - filename: spicyboros-c34b-2.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q3_k_s.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin + model: spicyboros-c34b-2.2.Q3_K_S.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin + - filename: spicyboros-c34b-2.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + model: spicyboros-c34b-2.2.Q4_0.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + - filename: spicyboros-c34b-2.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + model: spicyboros-c34b-2.2.Q4_K_M.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + - filename: spicyboros-c34b-2.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_k_m.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin + model: spicyboros-c34b-2.2.Q4_K_S.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin + - filename: spicyboros-c34b-2.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q4_k_s.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin + model: spicyboros-c34b-2.2.Q5_0.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin + - filename: spicyboros-c34b-2.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + model: spicyboros-c34b-2.2.Q5_K_M.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + - filename: spicyboros-c34b-2.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + model: spicyboros-c34b-2.2.Q5_K_S.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + - filename: spicyboros-c34b-2.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_k_m.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin + model: spicyboros-c34b-2.2.Q6_K.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin + - filename: spicyboros-c34b-2.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q5_k_s.bin + name: thebloke__spicyboros-c34b-2.2-gguf__spicyboros-c34b-2.2.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 + - not-for-all-audiences + - dataset:jondurbin/airoboros-2.2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin + model: spicyboros-c34b-2.2.Q8_0.gguf files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin + - filename: spicyboros-c34b-2.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Spicyboros-c34b-2.2-GGUF/resolve/main/spicyboros-c34b-2.2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q6_k.bin + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q6_K.bin + model: spring-dragon.ggmlv3.q2_K.bin files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q6_K.bin + - filename: spring-dragon.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-32k-instruct-ggml__llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - en - - dataset:togethercomputer/llama-instruct - - arxiv:2307.03172 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + model: spring-dragon.ggmlv3.q3_K_L.bin files: - - filename: llama-2-7b-32k-instruct.ggmlv3.q8_0.bin + - filename: spring-dragon.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-32K-Instruct-GGML/resolve/main/llama-2-7b-32k-instruct.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q2_K.bin + model: spring-dragon.ggmlv3.q3_K_M.bin files: - - filename: llama-2-7b-chat.ggmlv3.q2_K.bin + - filename: spring-dragon.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q3_K_L.bin + model: spring-dragon.ggmlv3.q3_K_S.bin files: - - filename: llama-2-7b-chat.ggmlv3.q3_K_L.bin + - filename: spring-dragon.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q3_K_M.bin + model: spring-dragon.ggmlv3.q4_0.bin files: - - filename: llama-2-7b-chat.ggmlv3.q3_K_M.bin + - filename: spring-dragon.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q3_K_S.bin + model: spring-dragon.ggmlv3.q4_1.bin files: - - filename: llama-2-7b-chat.ggmlv3.q3_K_S.bin + - filename: spring-dragon.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q4_0.bin + model: spring-dragon.ggmlv3.q4_K_M.bin files: - - filename: llama-2-7b-chat.ggmlv3.q4_0.bin + - filename: spring-dragon.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q4_1.bin + model: spring-dragon.ggmlv3.q4_K_S.bin files: - - filename: llama-2-7b-chat.ggmlv3.q4_1.bin + - filename: spring-dragon.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q4_K_M.bin + model: spring-dragon.ggmlv3.q5_0.bin files: - - filename: llama-2-7b-chat.ggmlv3.q4_K_M.bin + - filename: spring-dragon.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q4_K_S.bin + model: spring-dragon.ggmlv3.q5_1.bin files: - - filename: llama-2-7b-chat.ggmlv3.q4_K_S.bin + - filename: spring-dragon.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q5_0.bin + model: spring-dragon.ggmlv3.q5_K_M.bin files: - - filename: llama-2-7b-chat.ggmlv3.q5_0.bin + - filename: spring-dragon.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q5_1.bin + model: spring-dragon.ggmlv3.q5_K_S.bin files: - - filename: llama-2-7b-chat.ggmlv3.q5_1.bin + - filename: spring-dragon.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q5_K_M.bin + model: spring-dragon.ggmlv3.q6_K.bin files: - - filename: llama-2-7b-chat.ggmlv3.q5_K_M.bin + - filename: spring-dragon.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGML tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q5_K_S.bin + model: spring-dragon.ggmlv3.q8_0.bin files: - - filename: llama-2-7b-chat.ggmlv3.q5_K_S.bin + - filename: spring-dragon.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-gguf__spring-dragon.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q6_K.bin + model: spring-dragon.Q2_K.gguf files: - - filename: llama-2-7b-chat.ggmlv3.q6_K.bin + - filename: spring-dragon.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__spring-dragon-gguf__spring-dragon.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - - license:other - - has_space + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat.ggmlv3.q8_0.bin + model: spring-dragon.Q3_K_L.gguf files: - - filename: llama-2-7b-chat.ggmlv3.q8_0.bin + - filename: spring-dragon.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q2_k.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q2_K.bin + model: spring-dragon.Q3_K_M.gguf files: - - filename: llama-2-7b.ggmlv3.q2_K.bin + - filename: spring-dragon.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_l.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q3_K_L.bin + model: spring-dragon.Q3_K_S.gguf files: - - filename: llama-2-7b.ggmlv3.q3_K_L.bin + - filename: spring-dragon.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_m.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q3_K_M.bin + model: spring-dragon.Q4_0.gguf files: - - filename: llama-2-7b.ggmlv3.q3_K_M.bin + - filename: spring-dragon.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q3_k_s.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q3_K_S.bin + model: spring-dragon.Q4_K_M.gguf files: - - filename: llama-2-7b.ggmlv3.q3_K_S.bin + - filename: spring-dragon.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_0.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q4_0.bin + model: spring-dragon.Q4_K_S.gguf files: - - filename: llama-2-7b.ggmlv3.q4_0.bin + - filename: spring-dragon.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_1.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q4_1.bin + model: spring-dragon.Q5_0.gguf files: - - filename: llama-2-7b.ggmlv3.q4_1.bin + - filename: spring-dragon.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_k_m.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q4_K_M.bin + model: spring-dragon.Q5_K_M.gguf files: - - filename: llama-2-7b.ggmlv3.q4_K_M.bin + - filename: spring-dragon.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q4_k_s.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q4_K_S.bin + model: spring-dragon.Q5_K_S.gguf files: - - filename: llama-2-7b.ggmlv3.q4_K_S.bin + - filename: spring-dragon.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_0.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q5_0.bin + model: spring-dragon.Q6_K.gguf files: - - filename: llama-2-7b.ggmlv3.q5_0.bin + - filename: spring-dragon.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_1.bin + name: thebloke__spring-dragon-gguf__spring-dragon.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/Spring-Dragon-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - arxiv:2307.09288 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q5_1.bin + model: spring-dragon.Q8_0.gguf files: - - filename: llama-2-7b.ggmlv3.q5_1.bin + - filename: spring-dragon.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Spring-Dragon-GGUF/resolve/main/spring-dragon.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__sqlcoder-gguf__sqlcoder.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 + - starcoder + - code - text-generation - en - - arxiv:2307.09288 - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q5_K_M.bin + model: sqlcoder.Q2_K.gguf files: - - filename: llama-2-7b.ggmlv3.q5_K_M.bin + - filename: sqlcoder.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__sqlcoder-gguf__sqlcoder.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 + - starcoder + - code - text-generation - en - - arxiv:2307.09288 - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q5_K_S.bin + model: sqlcoder.Q3_K_L.gguf files: - - filename: llama-2-7b.ggmlv3.q5_K_S.bin + - filename: sqlcoder.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__sqlcoder-gguf__sqlcoder.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 + - starcoder + - code - text-generation - en - - arxiv:2307.09288 - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q6_K.bin + model: sqlcoder.Q3_K_M.gguf files: - - filename: llama-2-7b.ggmlv3.q6_K.bin + - filename: sqlcoder.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-2-7b-ggml__llama-2-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__sqlcoder-gguf__sqlcoder.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Llama-2-7B-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 + - starcoder + - code - text-generation - en - - arxiv:2307.09288 - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b.ggmlv3.q8_0.bin + model: sqlcoder.Q3_K_S.gguf files: - - filename: llama-2-7b.ggmlv3.q8_0.bin + - filename: sqlcoder.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama-2-7B-GGML/resolve/main/llama-2-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin + model: sqlcoder.Q4_0.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin + - filename: sqlcoder.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin + model: sqlcoder.Q4_K_M.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin + - filename: sqlcoder.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin + model: sqlcoder.Q4_K_S.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin + - filename: sqlcoder.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin + model: sqlcoder.Q5_0.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin + - filename: sqlcoder.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin + model: sqlcoder.Q5_K_M.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin + - filename: sqlcoder.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin + model: sqlcoder.Q5_K_S.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin + - filename: sqlcoder.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin + model: sqlcoder.Q6_K.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin + - filename: sqlcoder.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder-gguf__sqlcoder.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin + model: sqlcoder.Q8_0.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin + - filename: sqlcoder.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder-GGUF/resolve/main/sqlcoder.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin + model: sqlcoder2.Q2_K.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin + - filename: sqlcoder2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin + model: sqlcoder2.Q3_K_L.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin + - filename: sqlcoder2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin + model: sqlcoder2.Q3_K_M.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin + - filename: sqlcoder2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin + model: sqlcoder2.Q3_K_S.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin + - filename: sqlcoder2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin + model: sqlcoder2.Q4_0.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin + - filename: sqlcoder2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/guanaco.yaml - name: thebloke__llama-2-7b-guanaco-qlora-ggml__llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__sqlcoder2-gguf__sqlcoder2.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama - - llama-2 - - text-classification + - starcoder + - code + - text-generation - en - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + model: sqlcoder2.Q4_K_M.gguf files: - - filename: llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + - filename: sqlcoder2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-GGML/resolve/main/llama-2-7b-guanaco-qlora.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q2_k.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q2_K.bin + model: sqlcoder2.Q4_K_S.gguf files: - - filename: llama-30b.ggmlv3.q2_K.bin + - filename: sqlcoder2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_l.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q3_K_L.bin + model: sqlcoder2.Q5_0.gguf files: - - filename: llama-30b.ggmlv3.q3_K_L.bin + - filename: sqlcoder2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_m.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q3_K_M.bin + model: sqlcoder2.Q5_K_M.gguf files: - - filename: llama-30b.ggmlv3.q3_K_M.bin + - filename: sqlcoder2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q3_k_s.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q3_K_S.bin + model: sqlcoder2.Q5_K_S.gguf files: - - filename: llama-30b.ggmlv3.q3_K_S.bin + - filename: sqlcoder2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_0.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q4_0.bin + model: sqlcoder2.Q6_K.gguf files: - - filename: llama-30b.ggmlv3.q4_0.bin + - filename: sqlcoder2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_1.bin + name: thebloke__sqlcoder2-gguf__sqlcoder2.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/sqlcoder2-GGUF tags: - transformers - - llama + - starcoder + - code + - text-generation + - en - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q4_1.bin + model: sqlcoder2.Q8_0.gguf files: - - filename: llama-30b.ggmlv3.q4_1.bin + - filename: sqlcoder2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/sqlcoder2-GGUF/resolve/main/sqlcoder2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q4_K_M.bin + model: stable-platypus2-13b.ggmlv3.q2_K.bin files: - - filename: llama-30b.ggmlv3.q4_K_M.bin + - filename: stable-platypus2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q4_K_S.bin + model: stable-platypus2-13b.ggmlv3.q3_K_L.bin files: - - filename: llama-30b.ggmlv3.q4_K_S.bin + - filename: stable-platypus2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_0.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q5_0.bin + model: stable-platypus2-13b.ggmlv3.q3_K_M.bin files: - - filename: llama-30b.ggmlv3.q5_0.bin + - filename: stable-platypus2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_1.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q5_1.bin + model: stable-platypus2-13b.ggmlv3.q3_K_S.bin files: - - filename: llama-30b.ggmlv3.q5_1.bin + - filename: stable-platypus2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q5_K_M.bin + model: stable-platypus2-13b.ggmlv3.q4_0.bin files: - - filename: llama-30b.ggmlv3.q5_K_M.bin + - filename: stable-platypus2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q5_K_S.bin + model: stable-platypus2-13b.ggmlv3.q4_1.bin files: - - filename: llama-30b.ggmlv3.q5_K_S.bin + - filename: stable-platypus2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q6_k.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q6_K.bin + model: stable-platypus2-13b.ggmlv3.q4_K_M.bin files: - - filename: llama-30b.ggmlv3.q6_K.bin + - filename: stable-platypus2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-ggml__llama-30b.ggmlv3.q8_0.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-30B-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - transformers - llama - - license:other + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-30b.ggmlv3.q8_0.bin + model: stable-platypus2-13b.ggmlv3.q4_K_S.bin files: - - filename: llama-30b.ggmlv3.q8_0.bin + - filename: stable-platypus2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-30B-GGML/resolve/main/llama-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q2_k.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q2_K.bin + model: stable-platypus2-13b.ggmlv3.q5_0.bin files: - - filename: llama-30b-supercot.ggmlv3.q2_K.bin + - filename: stable-platypus2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_l.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q3_K_L.bin + model: stable-platypus2-13b.ggmlv3.q5_1.bin files: - - filename: llama-30b-supercot.ggmlv3.q3_K_L.bin + - filename: stable-platypus2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q3_K_M.bin + model: stable-platypus2-13b.ggmlv3.q5_K_M.bin files: - - filename: llama-30b-supercot.ggmlv3.q3_K_M.bin + - filename: stable-platypus2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q3_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q3_K_S.bin + model: stable-platypus2-13b.ggmlv3.q5_K_S.bin files: - - filename: llama-30b-supercot.ggmlv3.q3_K_S.bin + - filename: stable-platypus2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_0.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q4_0.bin + model: stable-platypus2-13b.ggmlv3.q6_K.bin files: - - filename: llama-30b-supercot.ggmlv3.q4_0.bin + - filename: stable-platypus2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_1.bin - license: other + name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q4_1.bin + model: stable-platypus2-13b.ggmlv3.q8_0.bin files: - - filename: llama-30b-supercot.ggmlv3.q4_1.bin + - filename: stable-platypus2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q2_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q4_K_M.bin + model: stable-platypus2-13b.Q2_K.gguf files: - - filename: llama-30b-supercot.ggmlv3.q4_K_M.bin + - filename: stable-platypus2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q4_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q3_k_l.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q4_K_S.bin + model: stable-platypus2-13b.Q3_K_L.gguf files: - - filename: llama-30b-supercot.ggmlv3.q4_K_S.bin + - filename: stable-platypus2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_0.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q3_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q5_0.bin + model: stable-platypus2-13b.Q3_K_M.gguf files: - - filename: llama-30b-supercot.ggmlv3.q5_0.bin + - filename: stable-platypus2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_1.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q3_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q5_1.bin + model: stable-platypus2-13b.Q3_K_S.gguf files: - - filename: llama-30b-supercot.ggmlv3.q5_1.bin + - filename: stable-platypus2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q4_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q5_K_M.bin + model: stable-platypus2-13b.Q4_0.gguf files: - - filename: llama-30b-supercot.ggmlv3.q5_K_M.bin + - filename: stable-platypus2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q5_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q4_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q5_K_S.bin + model: stable-platypus2-13b.Q4_K_M.gguf files: - - filename: llama-30b-supercot.ggmlv3.q5_K_S.bin + - filename: stable-platypus2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q6_k.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q4_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q6_K.bin + model: stable-platypus2-13b.Q4_K_S.gguf files: - - filename: llama-30b-supercot.ggmlv3.q6_K.bin + - filename: stable-platypus2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-ggml__llama-30b-supercot.ggmlv3.q8_0.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q5_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot.ggmlv3.q8_0.bin + model: stable-platypus2-13b.Q5_0.gguf files: - - filename: llama-30b-supercot.ggmlv3.q8_0.bin + - filename: stable-platypus2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-GGML/resolve/main/llama-30b-supercot.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q5_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin + model: stable-platypus2-13b.Q5_K_M.gguf files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin + - filename: stable-platypus2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q5_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin + model: stable-platypus2-13b.Q5_K_S.gguf files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin + - filename: stable-platypus2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q6_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin + model: stable-platypus2-13b.Q6_K.gguf files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin + - filename: stable-platypus2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__stable-platypus2-13b-gguf__stable-platypus2-13b.q8_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - dataset:garage-bAInd/Open-Platypus + - arxiv:2308.07317 + - arxiv:2307.09288 + - license:cc-by-nc-sa-4.0 + - text-generation-inference - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin + model: stable-platypus2-13b.Q8_0.gguf files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin + - filename: stable-platypus2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGUF/resolve/main/stable-platypus2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: + - arxiv:2302.13971 - license:other - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin + model: stable-vicuna-13B.ggmlv3.q2_K.bin files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin + - filename: stable-vicuna-13B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: + - arxiv:2302.13971 - license:other - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin + model: stable-vicuna-13B.ggmlv3.q3_K_L.bin files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin + - filename: stable-vicuna-13B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: + - arxiv:2302.13971 - license:other - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin + model: stable-vicuna-13B.ggmlv3.q3_K_M.bin files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin + - filename: stable-vicuna-13B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: + - arxiv:2302.13971 - license:other - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin + model: stable-vicuna-13B.ggmlv3.q3_K_S.bin files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin + - filename: stable-vicuna-13B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-30b-supercot-superhot-8k-ggml__llama-30b-supercot-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: + - arxiv:2302.13971 - license:other - region:us overrides: parameters: - model: llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin + model: stable-vicuna-13B.ggmlv3.q4_0.bin files: - - filename: llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin + - filename: stable-vicuna-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-30b-supercot-SuperHOT-8K-GGML/resolve/main/llama-30b-supercot-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q2_K.bin + model: stable-vicuna-13B.ggmlv3.q4_1.bin files: - - filename: llama-65b.ggmlv3.q2_K.bin + - filename: stable-vicuna-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q3_K_L.bin + model: stable-vicuna-13B.ggmlv3.q4_K_M.bin files: - - filename: llama-65b.ggmlv3.q3_K_L.bin + - filename: stable-vicuna-13B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q3_K_M.bin + model: stable-vicuna-13B.ggmlv3.q4_K_S.bin files: - - filename: llama-65b.ggmlv3.q3_K_M.bin + - filename: stable-vicuna-13B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q3_K_S.bin + model: stable-vicuna-13B.ggmlv3.q5_0.bin files: - - filename: llama-65b.ggmlv3.q3_K_S.bin + - filename: stable-vicuna-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q4_0.bin + model: stable-vicuna-13B.ggmlv3.q5_1.bin files: - - filename: llama-65b.ggmlv3.q4_0.bin + - filename: stable-vicuna-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q4_1.bin + model: stable-vicuna-13B.ggmlv3.q5_K_M.bin files: - - filename: llama-65b.ggmlv3.q4_1.bin + - filename: stable-vicuna-13B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q4_K_M.bin + model: stable-vicuna-13B.ggmlv3.q5_K_S.bin files: - - filename: llama-65b.ggmlv3.q4_K_M.bin + - filename: stable-vicuna-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q4_K_S.bin + model: stable-vicuna-13B.ggmlv3.q6_K.bin files: - - filename: llama-65b.ggmlv3.q4_K_S.bin + - filename: stable-vicuna-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML tags: - - transformers - - llama + - arxiv:2302.13971 - license:other - - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q5_0.bin + model: stable-vicuna-13B.ggmlv3.q8_0.bin files: - - filename: llama-65b.ggmlv3.q5_0.bin + - filename: stable-vicuna-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q2_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q5_1.bin + model: stable-vicuna-13B.Q2_K.gguf files: - - filename: llama-65b.ggmlv3.q5_1.bin + - filename: stable-vicuna-13B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q3_k_l.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q5_K_M.bin + model: stable-vicuna-13B.Q3_K_L.gguf files: - - filename: llama-65b.ggmlv3.q5_K_M.bin + - filename: stable-vicuna-13B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-65b-ggml__llama-65b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q3_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/llama-65B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-65b.ggmlv3.q5_K_S.bin + model: stable-vicuna-13B.Q3_K_M.gguf files: - - filename: llama-65b.ggmlv3.q5_K_S.bin + - filename: stable-vicuna-13B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama-65B-GGML/resolve/main/llama-65b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q3_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q2_K.bin + model: stable-vicuna-13B.Q3_K_S.gguf files: - - filename: llama-7b.ggmlv3.q2_K.bin + - filename: stable-vicuna-13B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q4_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q3_K_L.bin + model: stable-vicuna-13B.Q4_0.gguf files: - - filename: llama-7b.ggmlv3.q3_K_L.bin + - filename: stable-vicuna-13B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q4_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q3_K_M.bin + model: stable-vicuna-13B.Q4_K_M.gguf files: - - filename: llama-7b.ggmlv3.q3_K_M.bin + - filename: stable-vicuna-13B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q4_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q3_K_S.bin + model: stable-vicuna-13B.Q4_K_S.gguf files: - - filename: llama-7b.ggmlv3.q3_K_S.bin + - filename: stable-vicuna-13B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q5_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q4_0.bin + model: stable-vicuna-13B.Q5_0.gguf files: - - filename: llama-7b.ggmlv3.q4_0.bin + - filename: stable-vicuna-13B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q5_k_m.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q4_1.bin + model: stable-vicuna-13B.Q5_K_M.gguf files: - - filename: llama-7b.ggmlv3.q4_1.bin + - filename: stable-vicuna-13B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q5_k_s.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q4_K_M.bin + model: stable-vicuna-13B.Q5_K_S.gguf files: - - filename: llama-7b.ggmlv3.q4_K_M.bin + - filename: stable-vicuna-13B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q6_k.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q4_K_S.bin + model: stable-vicuna-13B.Q6_K.gguf files: - - filename: llama-7b.ggmlv3.q4_K_S.bin + - filename: stable-vicuna-13B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__stable-vicuna-13b-gguf__stable-vicuna-13b.q8_0.gguf + license: cc-by-nc-sa-4.0 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF tags: - transformers - llama - - license:other + - causal-lm + - en + - dataset:OpenAssistant/oasst1 + - dataset:nomic-ai/gpt4all_prompt_generations + - dataset:tatsu-lab/alpaca + - arxiv:2302.13971 + - license:cc-by-nc-sa-4.0 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q5_0.bin + model: stable-vicuna-13B.Q8_0.gguf files: - - filename: llama-7b.ggmlv3.q5_0.bin + - filename: stable-vicuna-13B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGUF/resolve/main/stable-vicuna-13B.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama - - license:other + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q5_1.bin + model: stablebeluga-13b.ggmlv3.q2_K.bin files: - - filename: llama-7b.ggmlv3.q5_1.bin + - filename: stablebeluga-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama - - license:other + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q5_K_M.bin + model: stablebeluga-13b.ggmlv3.q3_K_L.bin files: - - filename: llama-7b.ggmlv3.q5_K_M.bin + - filename: stablebeluga-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama - - license:other + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q5_K_S.bin + model: stablebeluga-13b.ggmlv3.q3_K_M.bin files: - - filename: llama-7b.ggmlv3.q5_K_S.bin + - filename: stablebeluga-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q6_k.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama - - license:other + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q6_K.bin + model: stablebeluga-13b.ggmlv3.q3_K_S.bin files: - - filename: llama-7b.ggmlv3.q6_K.bin + - filename: stablebeluga-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-7b-ggml__llama-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/LLaMa-7B-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama - - license:other + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama-7b.ggmlv3.q8_0.bin - files: - - filename: llama-7b.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/LLaMa-7B-GGML/resolve/main/llama-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q4_0.bin - license: other - urls: - - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: llama-deus-7b-v3.ggmlv3.q4_0.bin + model: stablebeluga-13b.ggmlv3.q4_0.bin files: - - filename: llama-deus-7b-v3.ggmlv3.q4_0.bin + - filename: stablebeluga-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q4_1.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-deus-7b-v3.ggmlv3.q4_1.bin + model: stablebeluga-13b.ggmlv3.q4_1.bin files: - - filename: llama-deus-7b-v3.ggmlv3.q4_1.bin + - filename: stablebeluga-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q5_0.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-deus-7b-v3.ggmlv3.q5_0.bin + model: stablebeluga-13b.ggmlv3.q4_K_M.bin files: - - filename: llama-deus-7b-v3.ggmlv3.q5_0.bin + - filename: stablebeluga-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q5_1.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-deus-7b-v3.ggmlv3.q5_1.bin + model: stablebeluga-13b.ggmlv3.q4_K_S.bin files: - - filename: llama-deus-7b-v3.ggmlv3.q5_1.bin + - filename: stablebeluga-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama-deus-7b-v3-ggml__llama-deus-7b-v3.ggmlv3.q8_0.bin - license: other + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: llama-deus-7b-v3.ggmlv3.q8_0.bin + model: stablebeluga-13b.ggmlv3.q5_0.bin files: - - filename: llama-deus-7b-v3.ggmlv3.q8_0.bin + - filename: stablebeluga-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama-deus-7b-v3-GGML/resolve/main/llama-deus-7b-v3.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q2_k.bin + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin + model: stablebeluga-13b.ggmlv3.q5_1.bin files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin + - filename: stablebeluga-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_l.bin + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin + model: stablebeluga-13b.ggmlv3.q5_K_M.bin files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin + - filename: stablebeluga-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_m.bin + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin + model: stablebeluga-13b.ggmlv3.q5_K_S.bin files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin + - filename: stablebeluga-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q3_k_s.bin + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin + model: stablebeluga-13b.ggmlv3.q6_K.bin files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin + - filename: stablebeluga-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + model: stablebeluga-13b.ggmlv3.q8_0.bin files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + - filename: stablebeluga-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + model: stablebeluga-13b.Q2_K.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + - filename: stablebeluga-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_k_m.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin + model: stablebeluga-13b.Q3_K_L.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin + - filename: stablebeluga-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q4_k_s.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin + model: stablebeluga-13b.Q3_K_M.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin + - filename: stablebeluga-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + model: stablebeluga-13b.Q3_K_S.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + - filename: stablebeluga-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + model: stablebeluga-13b.Q4_0.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + - filename: stablebeluga-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_k_m.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin + model: stablebeluga-13b.Q4_K_M.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin + - filename: stablebeluga-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q5_k_s.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin + model: stablebeluga-13b.Q4_K_S.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin + - filename: stablebeluga-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q6_k.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin + model: stablebeluga-13b.Q5_0.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin + - filename: stablebeluga-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-13b-megacode2-oasst-ggml__llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + model: stablebeluga-13b.Q5_K_M.gguf files: - - filename: llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + - filename: stablebeluga-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-13B-MegaCode2-OASST-GGML/resolve/main/llama2-13b-megacode2-oasst.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q2_k.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin + model: stablebeluga-13b.Q5_K_S.gguf files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin + - filename: stablebeluga-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_l.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin + model: stablebeluga-13b.Q6_K.gguf files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin + - filename: stablebeluga-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_m.bin + name: thebloke__stablebeluga-13b-gguf__stablebeluga-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-13B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin + model: stablebeluga-13b.Q8_0.gguf files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin + - filename: stablebeluga-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGUF/resolve/main/stablebeluga-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q3_k_s.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin + model: stablebeluga-7b.ggmlv3.q2_K.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin + - filename: stablebeluga-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + model: stablebeluga-7b.ggmlv3.q3_K_L.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + - filename: stablebeluga-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + model: stablebeluga-7b.ggmlv3.q3_K_M.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + - filename: stablebeluga-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_k_m.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin + model: stablebeluga-7b.ggmlv3.q3_K_S.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin + - filename: stablebeluga-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q4_k_s.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin + model: stablebeluga-7b.ggmlv3.q4_0.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin + - filename: stablebeluga-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + model: stablebeluga-7b.ggmlv3.q4_1.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + - filename: stablebeluga-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + model: stablebeluga-7b.ggmlv3.q4_K_M.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + - filename: stablebeluga-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_k_m.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin + model: stablebeluga-7b.ggmlv3.q4_K_S.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin + - filename: stablebeluga-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q5_k_s.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin + model: stablebeluga-7b.ggmlv3.q5_0.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin + - filename: stablebeluga-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q6_k.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin + model: stablebeluga-7b.ggmlv3.q5_1.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin + - filename: stablebeluga-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v2-ggml__llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + model: stablebeluga-7b.ggmlv3.q5_K_M.bin files: - - filename: llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + - filename: stablebeluga-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-22B-daydreamer-v2-GGML/resolve/main/llama2-22b-daydreamer-v2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q2_k.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin + model: stablebeluga-7b.ggmlv3.q5_K_S.bin files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin + - filename: stablebeluga-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_l.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin + model: stablebeluga-7b.ggmlv3.q6_K.bin files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin + - filename: stablebeluga-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_m.bin + name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGML tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin + model: stablebeluga-7b.ggmlv3.q8_0.bin files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin + - filename: stablebeluga-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q3_k_s.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin + model: stablebeluga-7b.Q2_K.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin + - filename: stablebeluga-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + model: stablebeluga-7b.Q3_K_L.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + - filename: stablebeluga-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + model: stablebeluga-7b.Q3_K_M.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + - filename: stablebeluga-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_k_m.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin + model: stablebeluga-7b.Q3_K_S.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin + - filename: stablebeluga-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q4_k_s.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin + model: stablebeluga-7b.Q4_0.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin + - filename: stablebeluga-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + model: stablebeluga-7b.Q4_K_M.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + - filename: stablebeluga-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + model: stablebeluga-7b.Q4_K_S.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + - filename: stablebeluga-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_k_m.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin + model: stablebeluga-7b.Q5_0.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin + - filename: stablebeluga-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q5_k_s.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin + model: stablebeluga-7b.Q5_K_M.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin + - filename: stablebeluga-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q6_k.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin + model: stablebeluga-7b.Q5_K_S.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin + - filename: stablebeluga-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-daydreamer-v3-ggml__llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + model: stablebeluga-7b.Q6_K.gguf files: - - filename: llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + - filename: stablebeluga-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-Daydreamer-v3-GGML/resolve/main/llama2-22b-daydreamer-v3.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q2_k.bin + name: thebloke__stablebeluga-7b-gguf__stablebeluga-7b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga-7B-GGUF tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q2_K.bin + model: stablebeluga-7b.Q8_0.gguf files: - - filename: llama2-22b-gplatty.ggmlv3.q2_K.bin + - filename: stablebeluga-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGUF/resolve/main/stablebeluga-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_l.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q3_K_L.bin + model: stablebeluga2-70b.ggmlv3.q2_K.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q3_K_L.bin + - filename: stablebeluga2-70b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_m.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q3_K_M.bin + model: stablebeluga2-70b.ggmlv3.q3_K_L.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q3_K_M.bin + - filename: stablebeluga2-70b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q3_k_s.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q3_K_S.bin + model: stablebeluga2-70b.ggmlv3.q3_K_M.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q3_K_S.bin + - filename: stablebeluga2-70b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_0.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q4_0.bin + model: stablebeluga2-70b.ggmlv3.q3_K_S.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q4_0.bin + - filename: stablebeluga2-70b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_1.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q4_1.bin + model: stablebeluga2-70b.ggmlv3.q4_0.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q4_1.bin + - filename: stablebeluga2-70b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_k_m.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q4_K_M.bin + model: stablebeluga2-70b.ggmlv3.q4_1.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q4_K_M.bin + - filename: stablebeluga2-70b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q4_k_s.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q4_K_S.bin + model: stablebeluga2-70b.ggmlv3.q4_K_M.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q4_K_S.bin + - filename: stablebeluga2-70b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_0.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q5_0.bin + model: stablebeluga2-70b.ggmlv3.q4_K_S.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q5_0.bin + - filename: stablebeluga2-70b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_1.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q5_1.bin + model: stablebeluga2-70b.ggmlv3.q5_0.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q5_1.bin + - filename: stablebeluga2-70b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_k_m.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q5_K_M.bin + model: stablebeluga2-70b.ggmlv3.q5_K_M.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q5_K_M.bin + - filename: stablebeluga2-70b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q5_k_s.bin + name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q5_K_S.bin + model: stablebeluga2-70b.ggmlv3.q5_K_S.bin files: - - filename: llama2-22b-gplatty.ggmlv3.q5_K_S.bin + - filename: stablebeluga2-70b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q6_k.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q6_K.bin + model: stablebeluga2-70B.Q2_K.gguf files: - - filename: llama2-22b-gplatty.ggmlv3.q6_K.bin + - filename: stablebeluga2-70B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-22b-gplatty-ggml__llama2-22b-gplatty.ggmlv3.q8_0.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - llama-2 + - text-generation + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-22b-gplatty.ggmlv3.q8_0.bin + model: stablebeluga2-70B.Q3_K_L.gguf files: - - filename: llama2-22b-gplatty.ggmlv3.q8_0.bin + - filename: stablebeluga2-70B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-22B-GPLATTY-GGML/resolve/main/llama2-22b-gplatty.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q2_k.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin + model: stablebeluga2-70B.Q3_K_M.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin + - filename: stablebeluga2-70B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_l.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + model: stablebeluga2-70B.Q3_K_S.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + - filename: stablebeluga2-70B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_m.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + model: stablebeluga2-70B.Q4_0.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + - filename: stablebeluga2-70B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q3_k_s.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + model: stablebeluga2-70B.Q4_K_M.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + - filename: stablebeluga2-70B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_0.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin + model: stablebeluga2-70B.Q4_K_S.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin + - filename: stablebeluga2-70B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_1.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin + model: stablebeluga2-70B.Q5_0.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin + - filename: stablebeluga2-70B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_k_m.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + model: stablebeluga2-70B.Q5_K_M.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + - filename: stablebeluga2-70B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q4_k_s.bin + name: thebloke__stablebeluga2-70b-gguf__stablebeluga2-70b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF tags: - transformers - llama - - sft - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + model: stablebeluga2-70B.Q5_K_S.gguf files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + - filename: stablebeluga2-70B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGUF/resolve/main/stablebeluga2-70B.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - sft - - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual - - license:llama2 + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin + model: stablebeluga2.ggmlv3.q2_K.bin files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_0.bin + - filename: stablebeluga2.ggmlv3.q2_K.bin + sha256: 5389fc547a2d365566aba34d511d0e4dee19a549412f423b42288e4aed2b0a0c + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - sft - - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual - - license:llama2 + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + model: stablebeluga2.ggmlv3.q3_K_L.bin files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_M.bin + - filename: stablebeluga2.ggmlv3.q3_K_L.bin + sha256: 7e56f17796ea4d5bfb1e2a79a23d3af9e16415fac263a45e7ddc9741507d5d51 + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2-70b-oasst-sft-v10-ggml__llama2-70b-oasst-sft-v10.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - sft - - text-generation - en - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - dataset:OpenAssistant/oasst1 - - dataset:shahules786/orca-best - - dataset:argilla/databricks-dolly-15k-curated-multilingual - - license:llama2 + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin + model: stablebeluga2.ggmlv3.q3_K_M.bin files: - - filename: llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Llama2-70B-OASST-SFT-v10-GGML/resolve/main/llama2-70b-oasst-sft-v10.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q2_k.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q3_K_M.bin + sha256: 63caa32888b6b2dd1c80639ae1b8b7c92bb7596fef8e9dce445d6fc53c3cd28e + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin + model: stablebeluga2.ggmlv3.q3_K_S.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_l.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q3_K_S.bin + sha256: f14b9e6ed679a3df86e263186afa67cf6c6feec4abd0ab4b291d8b898a9d05f0 + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin + model: stablebeluga2.ggmlv3.q4_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_m.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q4_0.bin + sha256: e8829c65c55481849751d7458f3b6da35383a86b4ba04b0e76c190f79cf2cf2f + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin + model: stablebeluga2.ggmlv3.q4_1.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q3_k_s.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q4_1.bin + sha256: d19a49d7c5565ce29302dc2cb84ed414d5134288b5bd0a4a8386e119ddd42f9a + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin + model: stablebeluga2.ggmlv3.q4_K_M.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_0.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q4_K_M.bin + sha256: 8ccf00b5a7a6a4ab4314482ff37644d0f2ac21fd9b25a5e050fd2330edcf5611 + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin + model: stablebeluga2.ggmlv3.q4_K_S.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_1.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q4_K_S.bin + sha256: eff9f34a51839a9cead0b516553c777e6d9a52864412886b34475039e6b24bf0 + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin + model: stablebeluga2.ggmlv3.q5_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_k_m.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q5_0.bin + sha256: bef6ca408d2fb408a1a631743bd3cf1c6ffb5ff307a48068a11961401e2510ab + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin + model: stablebeluga2.ggmlv3.q5_K_M.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q4_k_s.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q5_K_M.bin + sha256: f57c0343b85f02d9994d10a17238a7fbb74cd023e749c83a51306f7e3ecc979b + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/StableBeluga2-GGML tags: - - transformers - llama - - license:llama2 - - has_space + - en + - dataset:conceptofmind/cot_submix_original + - dataset:conceptofmind/flan2021_submix_original + - dataset:conceptofmind/t0_submix_original + - dataset:conceptofmind/niv2_submix_original + - arxiv:2307.09288 + - arxiv:2306.02707 + - transformers + - license:other + - text-generation - text-generation-inference - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin + model: stablebeluga2.ggmlv3.q5_K_S.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_0.bin - license: llama2 + - filename: stablebeluga2.ggmlv3.q5_K_S.bin + sha256: 7a12e2201c8007cd11a495cd6e633e5d35c6aecaf3ccf55f94f0f0aeeacbb390 + uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - dataset:bigcode/starcoderdata + - arxiv:2104.09864 + - arxiv:1910.02054 + - license:apache-2.0 + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin + model: stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin + - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - dataset:bigcode/starcoderdata + - arxiv:2104.09864 + - arxiv:1910.02054 + - license:apache-2.0 + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin + model: stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin + - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - dataset:bigcode/starcoderdata + - arxiv:2104.09864 + - arxiv:1910.02054 + - license:apache-2.0 + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin + model: stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin + - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - dataset:bigcode/starcoderdata + - arxiv:2104.09864 + - arxiv:1910.02054 + - license:apache-2.0 + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin + model: stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin + - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - dataset:bigcode/starcoderdata + - arxiv:2104.09864 + - arxiv:1910.02054 + - license:apache-2.0 + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin + model: stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin + - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/llama2-chat.yaml - name: thebloke__llama2-7b-chat-codecherrypop-qlora-ggml__llama-2-7b-chat-codecherrypop.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML + - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML tags: - transformers - - llama - - license:llama2 - - has_space - - text-generation-inference + - gpt-neox + - causal-lm + - code + - arxiv:2104.09864 + - license:other + - model-index - region:us overrides: parameters: - model: llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin + model: stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin files: - - filename: llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin + - filename: stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML/resolve/main/llama-2-7b-chat-codeCherryPop.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - gpt-neox + - causal-lm + - code + - arxiv:2104.09864 + - license:other + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q2_K.bin + model: stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q2_K.bin + - filename: stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - gpt-neox + - causal-lm + - code + - arxiv:2104.09864 + - license:other + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin + model: stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin + - filename: stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - gpt-neox + - causal-lm + - code + - arxiv:2104.09864 + - license:other + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin + model: stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin + - filename: stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - gpt-neox + - causal-lm + - code + - arxiv:2104.09864 + - license:other + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin + model: stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin + - filename: stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starchat-beta-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - generated_from_trainer + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + model: starchat-beta.ggmlv3.q4_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + - filename: starchat-beta.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starchat-beta-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - generated_from_trainer + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + model: starchat-beta.ggmlv3.q4_1.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + - filename: starchat-beta.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starchat-beta-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - generated_from_trainer + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin + model: starchat-beta.ggmlv3.q5_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin + - filename: starchat-beta.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starchat-beta-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - generated_from_trainer + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin + model: starchat-beta.ggmlv3.q5_1.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin + - filename: starchat-beta.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starchat-beta-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - generated_from_trainer + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + model: starchat-beta.ggmlv3.q8_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + - filename: starchat-beta.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__starcoder-ggml__starcoder.ggmlv3.q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoder-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin + model: starcoder.ggmlv3.q4_0.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin + - filename: starcoder.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_70b_chat_uncensored-ggml__llama2_70b_chat_uncensored.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__starcoder-ggml__starcoder.ggmlv3.q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoder-GGML tags: - transformers - - llama - - uncensored - - wizard - - vicuna - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - arxiv:2305.14314 - - license:llama2 - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin + model: starcoder.ggmlv3.q4_1.bin files: - - filename: llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin + - filename: starcoder.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML/resolve/main/llama2_70b_chat_uncensored.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q2_k.bin - license: other + name: thebloke__starcoder-ggml__starcoder.ggmlv3.q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoder-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q2_K.bin + model: starcoder.ggmlv3.q5_0.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q2_K.bin + - filename: starcoder.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_l.bin - license: other + name: thebloke__starcoder-ggml__starcoder.ggmlv3.q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoder-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin + model: starcoder.ggmlv3.q5_1.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin + - filename: starcoder.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_m.bin - license: other + name: thebloke__starcoder-ggml__starcoder.ggmlv3.q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoder-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin + model: starcoder.ggmlv3.q8_0.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin + - filename: starcoder.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q3_k_s.bin - license: other + name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoderplus-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin + model: starcoderplus.ggmlv3.q4_0.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin + - filename: starcoderplus.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_0.bin - license: other + name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoderplus-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + model: starcoderplus.ggmlv3.q4_1.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + - filename: starcoderplus.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_1.bin - license: other + name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoderplus-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + model: starcoderplus.ggmlv3.q5_0.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + - filename: starcoderplus.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_k_m.bin - license: other + name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoderplus-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin + model: starcoderplus.ggmlv3.q5_1.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin + - filename: starcoderplus.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q4_k_s.bin - license: other + name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/starcoderplus-GGML tags: - transformers - - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space - - text-generation-inference + - starcoder + - code + - text-generation + - dataset:bigcode/the-stack-dedup + - dataset:tiiuae/falcon-refinedweb + - arxiv:1911.02150 + - arxiv:2205.14135 + - arxiv:2207.14255 + - arxiv:2305.06161 + - license:bigcode-openrail-m + - model-index - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin + model: starcoderplus.ggmlv3.q8_0.bin files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin + - filename: starcoderplus.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_0.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + model: stellarbright.Q2_K.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + - filename: stellarbright.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_1.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + model: stellarbright.Q3_K_L.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + - filename: stellarbright.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_k_m.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin + model: stellarbright.Q3_K_M.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin + - filename: stellarbright.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q5_k_s.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin + model: stellarbright.Q3_K_S.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin + - filename: stellarbright.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q6_k.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q6_K.bin + model: stellarbright.Q4_0.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q6_K.bin + - filename: stellarbright.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llama2_7b_chat_uncensored-ggml__llama2_7b_chat_uncensored.ggmlv3.q8_0.bin - license: other + name: thebloke__stellarbright-gguf__stellarbright.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - license:other - - has_space + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + model: stellarbright.Q4_K_M.gguf files: - - filename: llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + - filename: stellarbright.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q2_k.bin + name: thebloke__stellarbright-gguf__stellarbright.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q2_K.bin + model: stellarbright.Q4_K_S.gguf files: - - filename: llongma-2-7b.ggmlv3.q2_K.bin + - filename: stellarbright.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_l.bin + name: thebloke__stellarbright-gguf__stellarbright.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q3_K_L.bin + model: stellarbright.Q5_0.gguf files: - - filename: llongma-2-7b.ggmlv3.q3_K_L.bin + - filename: stellarbright.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_m.bin + name: thebloke__stellarbright-gguf__stellarbright.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q3_K_M.bin + model: stellarbright.Q5_K_M.gguf files: - - filename: llongma-2-7b.ggmlv3.q3_K_M.bin + - filename: stellarbright.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q3_k_s.bin + name: thebloke__stellarbright-gguf__stellarbright.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/StellarBright-GGUF tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - stellar-bright + - llama-2 + - llama-2-chat + - 70b + - text-generation + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q3_K_S.bin + model: stellarbright.Q5_K_S.gguf files: - - filename: llongma-2-7b.ggmlv3.q3_K_S.bin + - filename: stellarbright.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/StellarBright-GGUF/resolve/main/stellarbright.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_0.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q4_0.bin + model: stheno-inverted-l2-13b.ggmlv3.Q2_K.bin files: - - filename: llongma-2-7b.ggmlv3.q4_0.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_1.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q4_1.bin + model: stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin files: - - filename: llongma-2-7b.ggmlv3.q4_1.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_k_m.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q4_K_M.bin + model: stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin files: - - filename: llongma-2-7b.ggmlv3.q4_K_M.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q4_k_s.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q4_K_S.bin + model: stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin files: - - filename: llongma-2-7b.ggmlv3.q4_K_S.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_0.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q5_0.bin + model: stheno-inverted-l2-13b.ggmlv3.Q4_0.bin files: - - filename: llongma-2-7b.ggmlv3.q5_0.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_1.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q5_1.bin + model: stheno-inverted-l2-13b.ggmlv3.Q4_1.bin files: - - filename: llongma-2-7b.ggmlv3.q5_1.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_k_m.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q5_K_M.bin + model: stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin files: - - filename: llongma-2-7b.ggmlv3.q5_K_M.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q5_k_s.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q5_K_S.bin + model: stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin files: - - filename: llongma-2-7b.ggmlv3.q5_K_S.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q6_k.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q6_K.bin + model: stheno-inverted-l2-13b.ggmlv3.Q5_0.bin files: - - filename: llongma-2-7b.ggmlv3.q6_K.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongma-2-7b-ggml__llongma-2-7b.ggmlv3.q8_0.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LLongMA-2-7B-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - arxiv:2108.12409 - - arxiv:2212.10554 + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongma-2-7b.ggmlv3.q8_0.bin + model: stheno-inverted-l2-13b.ggmlv3.Q5_1.bin files: - - filename: llongma-2-7b.ggmlv3.q8_0.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LLongMA-2-7B-GGML/resolve/main/llongma-2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q2_k.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q2_K.bin + model: stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin files: - - filename: llongorca-13b-16k.ggmlv3.q2_K.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_l.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q3_K_L.bin + model: stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin files: - - filename: llongorca-13b-16k.ggmlv3.q3_K_L.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_m.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q3_K_M.bin + model: stheno-inverted-l2-13b.ggmlv3.Q6_K.bin files: - - filename: llongorca-13b-16k.ggmlv3.q3_K_M.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q3_k_s.bin + name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q3_K_S.bin + model: stheno-inverted-l2-13b.ggmlv3.Q8_0.bin files: - - filename: llongorca-13b-16k.ggmlv3.q3_K_S.bin + - filename: stheno-inverted-l2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_0.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q4_0.bin + model: stheno-inverted-l2-13b.Q2_K.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q4_0.bin + - filename: stheno-inverted-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_1.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q4_1.bin + model: stheno-inverted-l2-13b.Q3_K_L.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q4_1.bin + - filename: stheno-inverted-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_k_m.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q4_K_M.bin + model: stheno-inverted-l2-13b.Q3_K_M.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q4_K_M.bin + - filename: stheno-inverted-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q4_k_s.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q4_K_S.bin + model: stheno-inverted-l2-13b.Q3_K_S.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q4_K_S.bin + - filename: stheno-inverted-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_0.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q5_0.bin + model: stheno-inverted-l2-13b.Q4_0.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q5_0.bin + - filename: stheno-inverted-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_1.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q5_1.bin + model: stheno-inverted-l2-13b.Q4_K_M.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q5_1.bin + - filename: stheno-inverted-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_k_m.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q5_K_M.bin + model: stheno-inverted-l2-13b.Q4_K_S.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q5_K_M.bin + - filename: stheno-inverted-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q5_k_s.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q5_K_S.bin + model: stheno-inverted-l2-13b.Q5_0.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q5_K_S.bin + - filename: stheno-inverted-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q6_k.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q6_K.bin + model: stheno-inverted-l2-13b.Q5_K_M.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q6_K.bin + - filename: stheno-inverted-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-13b-16k-ggml__llongorca-13b-16k.ggmlv3.q8_0.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-13b-16k.ggmlv3.q8_0.bin + model: stheno-inverted-l2-13b.Q5_K_S.gguf files: - - filename: llongorca-13b-16k.ggmlv3.q8_0.bin + - filename: stheno-inverted-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-13B-16K-GGML/resolve/main/llongorca-13b-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q2_k.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q2_K.bin + model: stheno-inverted-l2-13b.Q6_K.gguf files: - - filename: llongorca-7b-16k.ggmlv3.q2_K.bin + - filename: stheno-inverted-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_l.bin + name: thebloke__stheno-inverted-l2-13b-gguf__stheno-inverted-l2-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q3_K_L.bin + model: stheno-inverted-l2-13b.Q8_0.gguf files: - - filename: llongorca-7b-16k.ggmlv3.q3_K_L.bin + - filename: stheno-inverted-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGUF/resolve/main/stheno-inverted-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_m.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q3_K_M.bin + model: stheno-l2-13b.ggmlv3.Q2_K.bin files: - - filename: llongorca-7b-16k.ggmlv3.q3_K_M.bin + - filename: stheno-l2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q3_k_s.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q3_K_S.bin + model: stheno-l2-13b.ggmlv3.Q3_K_L.bin files: - - filename: llongorca-7b-16k.ggmlv3.q3_K_S.bin + - filename: stheno-l2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_0.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q4_0.bin + model: stheno-l2-13b.ggmlv3.Q3_K_M.bin files: - - filename: llongorca-7b-16k.ggmlv3.q4_0.bin + - filename: stheno-l2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_1.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q4_1.bin + model: stheno-l2-13b.ggmlv3.Q3_K_S.bin files: - - filename: llongorca-7b-16k.ggmlv3.q4_1.bin + - filename: stheno-l2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_k_m.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q4_K_M.bin + model: stheno-l2-13b.ggmlv3.Q4_0.bin files: - - filename: llongorca-7b-16k.ggmlv3.q4_K_M.bin + - filename: stheno-l2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q4_k_s.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q4_K_S.bin + model: stheno-l2-13b.ggmlv3.Q4_1.bin files: - - filename: llongorca-7b-16k.ggmlv3.q4_K_S.bin + - filename: stheno-l2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_0.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q5_0.bin + model: stheno-l2-13b.ggmlv3.Q4_K_M.bin files: - - filename: llongorca-7b-16k.ggmlv3.q5_0.bin + - filename: stheno-l2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_1.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q5_1.bin + model: stheno-l2-13b.ggmlv3.Q4_K_S.bin files: - - filename: llongorca-7b-16k.ggmlv3.q5_1.bin + - filename: stheno-l2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_k_m.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q5_K_M.bin + model: stheno-l2-13b.ggmlv3.Q5_0.bin files: - - filename: llongorca-7b-16k.ggmlv3.q5_K_M.bin + - filename: stheno-l2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q5_k_s.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q5_K_S.bin + model: stheno-l2-13b.ggmlv3.Q5_1.bin files: - - filename: llongorca-7b-16k.ggmlv3.q5_K_S.bin + - filename: stheno-l2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q6_k.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q6_K.bin + model: stheno-l2-13b.ggmlv3.Q5_K_M.bin files: - - filename: llongorca-7b-16k.ggmlv3.q6_K.bin + - filename: stheno-l2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__llongorca-7b-16k-ggml__llongorca-7b-16k.ggmlv3.q8_0.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - arxiv:2307.09288 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: llongorca-7b-16k.ggmlv3.q8_0.bin + model: stheno-l2-13b.ggmlv3.Q5_K_S.bin files: - - filename: llongorca-7b-16k.ggmlv3.q8_0.bin + - filename: stheno-l2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LlongOrca-7B-16K-GGML/resolve/main/llongorca-7b-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q2_k.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q2_K.bin + model: stheno-l2-13b.ggmlv3.Q6_K.bin files: - - filename: lokus-13b.ggmlv3.Q2_K.bin + - filename: stheno-l2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_l.bin + name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q3_K_L.bin + model: stheno-l2-13b.ggmlv3.Q8_0.bin files: - - filename: lokus-13b.ggmlv3.Q3_K_L.bin + - filename: stheno-l2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_m.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q3_K_M.bin + model: stheno-l2-13b.Q2_K.gguf files: - - filename: lokus-13b.ggmlv3.Q3_K_M.bin + - filename: stheno-l2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q3_k_s.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q3_K_S.bin + model: stheno-l2-13b.Q3_K_L.gguf files: - - filename: lokus-13b.ggmlv3.Q3_K_S.bin + - filename: stheno-l2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_0.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q4_0.bin + model: stheno-l2-13b.Q3_K_M.gguf files: - - filename: lokus-13b.ggmlv3.Q4_0.bin + - filename: stheno-l2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_1.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q4_1.bin + model: stheno-l2-13b.Q3_K_S.gguf files: - - filename: lokus-13b.ggmlv3.Q4_1.bin + - filename: stheno-l2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_k_m.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q4_K_M.bin + model: stheno-l2-13b.Q4_0.gguf files: - - filename: lokus-13b.ggmlv3.Q4_K_M.bin + - filename: stheno-l2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q4_k_s.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q4_K_S.bin + model: stheno-l2-13b.Q4_K_M.gguf files: - - filename: lokus-13b.ggmlv3.Q4_K_S.bin + - filename: stheno-l2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_0.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q5_0.bin + model: stheno-l2-13b.Q4_K_S.gguf files: - - filename: lokus-13b.ggmlv3.Q5_0.bin + - filename: stheno-l2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_1.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q5_1.bin + model: stheno-l2-13b.Q5_0.gguf files: - - filename: lokus-13b.ggmlv3.Q5_1.bin + - filename: stheno-l2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_k_m.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q5_K_M.bin + model: stheno-l2-13b.Q5_K_M.gguf files: - - filename: lokus-13b.ggmlv3.Q5_K_M.bin + - filename: stheno-l2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q5_k_s.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q5_K_S.bin + model: stheno-l2-13b.Q5_K_S.gguf files: - - filename: lokus-13b.ggmlv3.Q5_K_S.bin + - filename: stheno-l2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q6_k.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q6_K.bin + model: stheno-l2-13b.Q6_K.gguf files: - - filename: lokus-13b.ggmlv3.Q6_K.bin + - filename: stheno-l2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__lokus-13b-ggml__lokus-13b.ggmlv3.q8_0.bin + name: thebloke__stheno-l2-13b-gguf__stheno-l2-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LoKuS-13B-GGML + - https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF tags: - transformers - llama + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: lokus-13b.ggmlv3.Q8_0.bin + model: stheno-l2-13b.Q8_0.gguf files: - - filename: lokus-13b.ggmlv3.Q8_0.bin + - filename: stheno-l2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LoKuS-13B-GGML/resolve/main/lokus-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGUF/resolve/main/stheno-l2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q2_k.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q2_K.bin + model: stockmark-13b.Q2_K.gguf files: - - filename: longchat-13b-16k.ggmlv3.q2_K.bin + - filename: stockmark-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_l.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q3_K_L.bin + model: stockmark-13b.Q3_K_L.gguf files: - - filename: longchat-13b-16k.ggmlv3.q3_K_L.bin + - filename: stockmark-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_m.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q3_K_M.bin + model: stockmark-13b.Q3_K_M.gguf files: - - filename: longchat-13b-16k.ggmlv3.q3_K_M.bin + - filename: stockmark-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q3_k_s.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q3_K_S.bin + model: stockmark-13b.Q3_K_S.gguf files: - - filename: longchat-13b-16k.ggmlv3.q3_K_S.bin + - filename: stockmark-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q4_k_m.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q4_K_M.bin + model: stockmark-13b.Q4_0.gguf files: - - filename: longchat-13b-16k.ggmlv3.q4_K_M.bin + - filename: stockmark-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q4_k_s.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q4_K_S.bin + model: stockmark-13b.Q4_K_M.gguf files: - - filename: longchat-13b-16k.ggmlv3.q4_K_S.bin + - filename: stockmark-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q5_k_m.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q5_K_M.bin + model: stockmark-13b.Q4_K_S.gguf files: - - filename: longchat-13b-16k.ggmlv3.q5_K_M.bin + - filename: stockmark-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q5_k_s.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q5_K_S.bin + model: stockmark-13b.Q5_0.gguf files: - - filename: longchat-13b-16k.ggmlv3.q5_K_S.bin + - filename: stockmark-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-13b-ggml__longchat-13b-16k.ggmlv3.q6_k.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-13B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-13b-16k.ggmlv3.q6_K.bin + model: stockmark-13b.Q5_K_M.gguf files: - - filename: longchat-13b-16k.ggmlv3.q6_K.bin + - filename: stockmark-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-13B-GGML/resolve/main/longchat-13b-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q2_k.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q2_K.bin + model: stockmark-13b.Q5_K_S.gguf files: - - filename: longchat-7b-16k.ggmlv3.q2_K.bin + - filename: stockmark-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_l.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q3_K_L.bin + model: stockmark-13b.Q6_K.gguf files: - - filename: longchat-7b-16k.ggmlv3.q3_K_L.bin + - filename: stockmark-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_m.bin + name: thebloke__stockmark-13b-gguf__stockmark-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/stockmark-13B-GGUF tags: + - transformers + - llama + - japanese + - llama-2 + - text-generation + - ja - license:other + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q3_K_M.bin + model: stockmark-13b.Q8_0.gguf files: - - filename: longchat-7b-16k.ggmlv3.q3_K_M.bin + - filename: stockmark-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/stockmark-13B-GGUF/resolve/main/stockmark-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q3_K_S.bin + model: storytime-13b.Q2_K.gguf files: - - filename: longchat-7b-16k.ggmlv3.q3_K_S.bin + - filename: storytime-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q4_K_M.bin + model: storytime-13b.Q3_K_L.gguf files: - - filename: longchat-7b-16k.ggmlv3.q4_K_M.bin + - filename: storytime-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q4_K_S.bin + model: storytime-13b.Q3_K_M.gguf files: - - filename: longchat-7b-16k.ggmlv3.q4_K_S.bin + - filename: storytime-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q5_K_M.bin + model: storytime-13b.Q3_K_S.gguf files: - - filename: longchat-7b-16k.ggmlv3.q5_K_M.bin + - filename: storytime-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q5_K_S.bin + model: storytime-13b.Q4_0.gguf files: - - filename: longchat-7b-16k.ggmlv3.q5_K_S.bin + - filename: storytime-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__longchat-7b-ggml__longchat-7b-16k.ggmlv3.q6_k.bin - license: other + name: thebloke__storytime-13b-gguf__storytime-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/LongChat-7B-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: longchat-7b-16k.ggmlv3.q6_K.bin + model: storytime-13b.Q4_K_M.gguf files: - - filename: longchat-7b-16k.ggmlv3.q6_K.bin + - filename: storytime-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LongChat-7B-GGML/resolve/main/longchat-7b-16k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q2_k.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin + model: storytime-13b.Q4_K_S.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin + - filename: storytime-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_l.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin + model: storytime-13b.Q5_0.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin + - filename: storytime-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_m.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin + model: storytime-13b.Q5_K_M.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin + - filename: storytime-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q3_k_s.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin + model: storytime-13b.Q5_K_S.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin + - filename: storytime-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + model: storytime-13b.Q6_K.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + - filename: storytime-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin + name: thebloke__storytime-13b-gguf__storytime-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/storytime-13B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored + - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin + model: storytime-13b.Q8_0.gguf files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin + - filename: storytime-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/storytime-13B-GGUF/resolve/main/storytime-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin + model: superplatty-30b.ggmlv3.q2_K.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin + - filename: superplatty-30b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin + model: superplatty-30b.ggmlv3.q3_K_L.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin + - filename: superplatty-30b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin + model: superplatty-30b.ggmlv3.q3_K_M.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin + - filename: superplatty-30b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin + model: superplatty-30b.ggmlv3.q3_K_S.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin + - filename: superplatty-30b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin + model: superplatty-30b.ggmlv3.q4_0.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin + - filename: superplatty-30b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin + model: superplatty-30b.ggmlv3.q4_1.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin + - filename: superplatty-30b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin + model: superplatty-30b.ggmlv3.q4_K_M.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin + - filename: superplatty-30b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-13b-mini-ggml__losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin + model: superplatty-30b.ggmlv3.q4_K_S.bin files: - - filename: losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin + - filename: superplatty-30b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML/resolve/main/losslessmegacoder-llama2-13b-min.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin + model: superplatty-30b.ggmlv3.q5_0.bin files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin + - filename: superplatty-30b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML tags: - - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 - - text-generation-inference + - en + - license:other - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin + model: superplatty-30b.ggmlv3.q5_1.bin files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin + - filename: superplatty-30b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + tags: + - llama + - en + - license:other + - region:us + overrides: + parameters: + model: superplatty-30b.ggmlv3.q5_K_M.bin + files: + - filename: superplatty-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + tags: + - llama + - en + - license:other + - region:us + overrides: + parameters: + model: superplatty-30b.ggmlv3.q5_K_S.bin + files: + - filename: superplatty-30b.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + tags: + - llama + - en + - license:other + - region:us + overrides: + parameters: + model: superplatty-30b.ggmlv3.q6_K.bin + files: + - filename: superplatty-30b.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + tags: + - llama + - en + - license:other + - region:us + overrides: + parameters: + model: superplatty-30b.ggmlv3.q8_0.bin + files: + - filename: superplatty-30b.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__superplatty-30b-gguf__superplatty-30b.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin + model: superplatty-30b.Q2_K.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin + - filename: superplatty-30b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin + model: superplatty-30b.Q3_K_L.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin + - filename: superplatty-30b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin + model: superplatty-30b.Q3_K_M.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin + - filename: superplatty-30b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin + model: superplatty-30b.Q3_K_S.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin + - filename: superplatty-30b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin + model: superplatty-30b.Q4_0.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin + - filename: superplatty-30b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin + model: superplatty-30b.Q4_K_M.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin + - filename: superplatty-30b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin + model: superplatty-30b.Q4_K_S.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin + - filename: superplatty-30b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin + model: superplatty-30b.Q5_0.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin + - filename: superplatty-30b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin + model: superplatty-30b.Q5_K_M.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin + - filename: superplatty-30b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin + model: superplatty-30b.Q5_K_S.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin + - filename: superplatty-30b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin + model: superplatty-30b.Q6_K.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin + - filename: superplatty-30b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__losslessmegacoder-llama2-7b-mini-ggml__losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__superplatty-30b-gguf__superplatty-30b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML + - https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF tags: - transformers - llama - - dataset:rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored - - license:llama2 + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin + model: superplatty-30b.Q8_0.gguf files: - - filename: losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin + - filename: superplatty-30b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/LosslessMegaCoder-Llama2-7B-Mini-GGML/resolve/main/losslessmegacoder-llama2-7b-mini.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGUF/resolve/main/superplatty-30b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q2_k.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q2_K.bin + model: synthia-13b.ggmlv3.q2_K.bin files: - - filename: luban-13b.ggmlv3.Q2_K.bin + - filename: synthia-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_l.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q3_K_L.bin + model: synthia-13b.ggmlv3.q3_K_L.bin files: - - filename: luban-13b.ggmlv3.Q3_K_L.bin + - filename: synthia-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_m.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q3_K_M.bin + model: synthia-13b.ggmlv3.q3_K_M.bin files: - - filename: luban-13b.ggmlv3.Q3_K_M.bin + - filename: synthia-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q3_k_s.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q3_K_S.bin + model: synthia-13b.ggmlv3.q3_K_S.bin files: - - filename: luban-13b.ggmlv3.Q3_K_S.bin + - filename: synthia-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_0.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q4_0.bin + model: synthia-13b.ggmlv3.q4_0.bin files: - - filename: luban-13b.ggmlv3.Q4_0.bin + - filename: synthia-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_1.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q4_1.bin + model: synthia-13b.ggmlv3.q4_1.bin files: - - filename: luban-13b.ggmlv3.Q4_1.bin + - filename: synthia-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_k_m.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q4_K_M.bin + model: synthia-13b.ggmlv3.q4_K_M.bin files: - - filename: luban-13b.ggmlv3.Q4_K_M.bin + - filename: synthia-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q4_k_s.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q4_K_S.bin + model: synthia-13b.ggmlv3.q4_K_S.bin files: - - filename: luban-13b.ggmlv3.Q4_K_S.bin + - filename: synthia-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_0.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q5_0.bin + model: synthia-13b.ggmlv3.q5_0.bin files: - - filename: luban-13b.ggmlv3.Q5_0.bin + - filename: synthia-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_1.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q5_1.bin + model: synthia-13b.ggmlv3.q5_1.bin files: - - filename: luban-13b.ggmlv3.Q5_1.bin + - filename: synthia-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_k_m.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q5_K_M.bin + model: synthia-13b.ggmlv3.q5_K_M.bin files: - - filename: luban-13b.ggmlv3.Q5_K_M.bin + - filename: synthia-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q5_k_s.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q5_K_S.bin + model: synthia-13b.ggmlv3.q5_K_S.bin files: - - filename: luban-13b.ggmlv3.Q5_K_S.bin + - filename: synthia-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q6_k.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q6_K.bin + model: synthia-13b.ggmlv3.q6_K.bin files: - - filename: luban-13b.ggmlv3.Q6_K.bin + - filename: synthia-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luban-13b-ggml__luban-13b.ggmlv3.q8_0.bin + name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Luban-13B-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGML tags: - transformers - llama - text-generation - en - - dataset:Open-Orca/OpenOrca + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luban-13b.ggmlv3.Q8_0.bin + model: synthia-13b.ggmlv3.q8_0.bin files: - - filename: luban-13b.ggmlv3.Q8_0.bin + - filename: synthia-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Luban-13B-GGML/resolve/main/luban-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q2_k.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q2_K.bin + model: synthia-13b.Q2_K.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q2_K.bin + - filename: synthia-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_l.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin + model: synthia-13b.Q3_K_L.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin + - filename: synthia-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_m.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin + model: synthia-13b.Q3_K_M.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin + - filename: synthia-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q3_k_s.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin + model: synthia-13b.Q3_K_S.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin + - filename: synthia-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + model: synthia-13b.Q4_0.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + - filename: synthia-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + model: synthia-13b.Q4_K_M.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + - filename: synthia-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_k_m.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin + model: synthia-13b.Q4_K_S.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin + - filename: synthia-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q4_k_s.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin + model: synthia-13b.Q5_0.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin + - filename: synthia-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + model: synthia-13b.Q5_K_M.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + - filename: synthia-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + model: synthia-13b.Q5_K_S.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + - filename: synthia-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_k_m.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin + model: synthia-13b.Q6_K.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin + - filename: synthia-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q5_k_s.bin + name: thebloke__synthia-13b-gguf__synthia-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin + model: synthia-13b.Q8_0.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin + - filename: synthia-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-GGUF/resolve/main/synthia-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q6_k.bin + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q6_K.bin + model: synthia-13b-v1.2.Q2_K.gguf files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q6_K.bin + - filename: synthia-13b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__luna-ai-llama2-uncensored-ggml__luna-ai-llama2-uncensored.ggmlv3.q8_0.bin + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - transformers - llama + - text-generation + - en + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: luna-ai-llama2-uncensored.ggmlv3.q8_0.bin - files: - - filename: luna-ai-llama2-uncensored.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q2_k.bin - license: other - urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin + model: synthia-13b-v1.2.Q3_K_L.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin + - filename: synthia-13b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin + model: synthia-13b-v1.2.Q3_K_M.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin + - filename: synthia-13b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin + model: synthia-13b-v1.2.Q3_K_S.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin + - filename: synthia-13b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin + model: synthia-13b-v1.2.Q4_0.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin + - filename: synthia-13b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin + model: synthia-13b-v1.2.Q4_K_M.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin + - filename: synthia-13b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin + model: synthia-13b-v1.2.Q4_K_S.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin + - filename: synthia-13b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin + model: synthia-13b-v1.2.Q5_0.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin + - filename: synthia-13b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin + model: synthia-13b-v1.2.Q5_K_M.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin + - filename: synthia-13b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin + model: synthia-13b-v1.2.Q5_K_S.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin + - filename: synthia-13b-v1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin + model: synthia-13b-v1.2.Q6_K.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin + - filename: synthia-13b-v1.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-13b-v1.2-gguf__synthia-13b-v1.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin + model: synthia-13b-v1.2.Q8_0.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin + - filename: synthia-13b-v1.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-13B-v1.2-GGUF/resolve/main/synthia-13b-v1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin + model: synthia-34b-v1.2.Q2_K.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin + - filename: synthia-34b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin + model: synthia-34b-v1.2.Q3_K_L.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin + - filename: synthia-34b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-ggml__manticore-13b-chat-pyg.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin + model: synthia-34b-v1.2.Q3_K_M.gguf files: - - filename: Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin + - filename: synthia-34b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/manticore-13b-chat-pyg-GGML/resolve/main/Manticore-13B-Chat-Pyg.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin + model: synthia-34b-v1.2.Q3_K_S.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin + - filename: synthia-34b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin + model: synthia-34b-v1.2.Q4_0.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin + - filename: synthia-34b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin + model: synthia-34b-v1.2.Q4_K_M.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin + - filename: synthia-34b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin + model: synthia-34b-v1.2.Q4_K_S.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin + - filename: synthia-34b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin + model: synthia-34b-v1.2.Q5_0.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin + - filename: synthia-34b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin + model: synthia-34b-v1.2.Q5_K_M.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin + - filename: synthia-34b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin + model: synthia-34b-v1.2.Q5_K_S.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin + - filename: synthia-34b-v1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin + model: synthia-34b-v1.2.Q6_K.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin + - filename: synthia-34b-v1.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-guanaco-superhot-8k-ggml__manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-34b-v1.2-gguf__synthia-34b-v1.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin + model: synthia-34b-v1.2.Q8_0.gguf files: - - filename: manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin + - filename: synthia-34b-v1.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-Guanaco-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-guanaco-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-34B-v1.2-GGUF/resolve/main/synthia-34b-v1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin + model: synthia-70b.ggmlv3.Q2_K.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin + - filename: synthia-70b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin + model: synthia-70b.ggmlv3.Q3_K_L.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin + - filename: synthia-70b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin + model: synthia-70b.ggmlv3.Q3_K_M.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin + - filename: synthia-70b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin + model: synthia-70b.ggmlv3.Q3_K_S.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin + - filename: synthia-70b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin + model: synthia-70b.ggmlv3.Q4_0.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin + - filename: synthia-70b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin + model: synthia-70b.ggmlv3.Q4_1.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin + - filename: synthia-70b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin + model: synthia-70b.ggmlv3.Q4_K_M.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin + - filename: synthia-70b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin + model: synthia-70b.ggmlv3.Q4_K_S.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin + - filename: synthia-70b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-chat-pyg-superhot-8k-ggml__manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin + model: synthia-70b.ggmlv3.Q5_0.bin files: - - filename: manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin + - filename: synthia-70b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-Chat-Pyg-SuperHOT-8K-GGML/resolve/main/manticore-13b-chat-pyg-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q2_K.bin + model: synthia-70b.ggmlv3.Q5_K_M.bin files: - - filename: Manticore-13B.ggmlv3.q2_K.bin + - filename: synthia-70b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q3_K_L.bin + model: synthia-70b.ggmlv3.Q5_K_S.bin files: - - filename: Manticore-13B.ggmlv3.q3_K_L.bin + - filename: synthia-70b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q3_K_M.bin + model: synthia-70b.Q2_K.gguf files: - - filename: Manticore-13B.ggmlv3.q3_K_M.bin + - filename: synthia-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q3_K_S.bin + model: synthia-70b.Q3_K_L.gguf files: - - filename: Manticore-13B.ggmlv3.q3_K_S.bin + - filename: synthia-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q4_0.bin + model: synthia-70b.Q3_K_M.gguf files: - - filename: Manticore-13B.ggmlv3.q4_0.bin + - filename: synthia-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q4_1.bin + model: synthia-70b.Q3_K_S.gguf files: - - filename: Manticore-13B.ggmlv3.q4_1.bin + - filename: synthia-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q4_K_M.bin + model: synthia-70b.Q4_K_M.gguf files: - - filename: Manticore-13B.ggmlv3.q4_K_M.bin + - filename: synthia-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q4_K_S.bin + model: synthia-70b.Q4_K_S.gguf files: - - filename: Manticore-13B.ggmlv3.q4_K_S.bin + - filename: synthia-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q5_0.bin + model: synthia-70b.Q5_K_M.gguf files: - - filename: Manticore-13B.ggmlv3.q5_0.bin + - filename: synthia-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-gguf__synthia-70b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q5_1.bin + model: synthia-70b.Q5_K_S.gguf files: - - filename: Manticore-13B.ggmlv3.q5_1.bin + - filename: synthia-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-GGUF/resolve/main/synthia-70b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q5_K_M.bin + model: synthia-70b-v1.1.ggmlv3.Q2_K.bin files: - - filename: Manticore-13B.ggmlv3.q5_K_M.bin + - filename: synthia-70b-v1.1.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q5_K_S.bin + model: synthia-70b-v1.1.ggmlv3.Q3_K_L.bin files: - - filename: Manticore-13B.ggmlv3.q5_K_S.bin + - filename: synthia-70b-v1.1.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q6_K.bin + model: synthia-70b-v1.1.ggmlv3.Q3_K_M.bin files: - - filename: Manticore-13B.ggmlv3.q6_K.bin + - filename: synthia-70b-v1.1.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-ggml__manticore-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Manticore-13B.ggmlv3.q8_0.bin + model: synthia-70b-v1.1.ggmlv3.Q3_K_S.bin files: - - filename: Manticore-13B.ggmlv3.q8_0.bin + - filename: synthia-70b-v1.1.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-GGML/resolve/main/Manticore-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q2_K.bin + model: synthia-70b-v1.1.ggmlv3.Q4_0.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: synthia-70b-v1.1.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: synthia-70b-v1.1.ggmlv3.Q4_1.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: synthia-70b-v1.1.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: synthia-70b-v1.1.ggmlv3.Q4_K_M.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: synthia-70b-v1.1.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: synthia-70b-v1.1.ggmlv3.Q4_K_S.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: synthia-70b-v1.1.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: synthia-70b-v1.1.ggmlv3.Q5_0.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: synthia-70b-v1.1.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: synthia-70b-v1.1.ggmlv3.Q5_K_M.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: synthia-70b-v1.1.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: synthia-70b-v1.1.ggmlv3.Q5_K_S.bin files: - - filename: manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: synthia-70b-v1.1.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: synthia-70b-v1.1.Q2_K.gguf files: - - filename: manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: synthia-70b-v1.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/manticore.yaml - name: thebloke__manticore-13b-superhot-8k-ggml__manticore-13b-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: manticore-13b-superhot-8k.ggmlv3.q6_K.bin + model: synthia-70b-v1.1.Q3_K_L.gguf files: - - filename: manticore-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: synthia-70b-v1.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Manticore-13B-SuperHOT-8K-GGML/resolve/main/manticore-13b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q4_0.bin - license: apache-2.0 + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Marx-3b-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - llama - text-generation - en - - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned - - license:apache-2.0 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: marx-3b.ggmlv3.q4_0.bin + model: synthia-70b-v1.1.Q3_K_M.gguf files: - - filename: marx-3b.ggmlv3.q4_0.bin + - filename: synthia-70b-v1.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q4_1.bin - license: apache-2.0 + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Marx-3b-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - llama - text-generation - en - - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned - - license:apache-2.0 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: marx-3b.ggmlv3.q4_1.bin + model: synthia-70b-v1.1.Q3_K_S.gguf files: - - filename: marx-3b.ggmlv3.q4_1.bin + - filename: synthia-70b-v1.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q5_0.bin - license: apache-2.0 + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Marx-3b-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - llama - text-generation - en - - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned - - license:apache-2.0 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: marx-3b.ggmlv3.q5_0.bin + model: synthia-70b-v1.1.Q4_0.gguf files: - - filename: marx-3b.ggmlv3.q5_0.bin + - filename: synthia-70b-v1.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q5_1.bin - license: apache-2.0 + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Marx-3b-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - llama - text-generation - en - - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned - - license:apache-2.0 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: marx-3b.ggmlv3.q5_1.bin + model: synthia-70b-v1.1.Q4_K_M.gguf files: - - filename: marx-3b.ggmlv3.q5_1.bin + - filename: synthia-70b-v1.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__marx-3b-ggml__marx-3b.ggmlv3.q8_0.bin - license: apache-2.0 + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Marx-3b-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - llama - text-generation - en - - dataset:totally-not-an-llm/everything-sharegptformat-morecleaned - - license:apache-2.0 + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: marx-3b.ggmlv3.q8_0.bin + model: synthia-70b-v1.1.Q4_K_S.gguf files: - - filename: marx-3b.ggmlv3.q8_0.bin + - filename: synthia-70b-v1.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Marx-3b-GGML/resolve/main/marx-3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q4_0.bin - license: cc + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/medalpaca-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - - medical + - llama - text-generation - en - - arxiv:2303.14070 - - license:cc + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: medalpaca-13B.ggmlv3.q4_0.bin + model: synthia-70b-v1.1.Q5_0.gguf files: - - filename: medalpaca-13B.ggmlv3.q4_0.bin + - filename: synthia-70b-v1.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q4_1.bin - license: cc + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/medalpaca-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - - medical + - llama - text-generation - en - - arxiv:2303.14070 - - license:cc + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: medalpaca-13B.ggmlv3.q4_1.bin + model: synthia-70b-v1.1.Q5_K_M.gguf files: - - filename: medalpaca-13B.ggmlv3.q4_1.bin + - filename: synthia-70b-v1.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q5_0.bin - license: cc + name: thebloke__synthia-70b-v1.1-gguf__synthia-70b-v1.1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/medalpaca-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF tags: - transformers - - medical + - llama - text-generation - en - - arxiv:2303.14070 - - license:cc + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: medalpaca-13B.ggmlv3.q5_0.bin + model: synthia-70b-v1.1.Q5_K_S.gguf files: - - filename: medalpaca-13B.ggmlv3.q5_0.bin + - filename: synthia-70b-v1.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGUF/resolve/main/synthia-70b-v1.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q5_1.bin - license: cc + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/medalpaca-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - transformers - - medical - - text-generation - - en - - arxiv:2303.14070 - - license:cc + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: medalpaca-13B.ggmlv3.q5_1.bin + model: synthia-70b-v1.2.Q2_K.gguf files: - - filename: medalpaca-13B.ggmlv3.q5_1.bin + - filename: synthia-70b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__medalpaca-13b-ggml__medalpaca-13b.ggmlv3.q8_0.bin - license: cc + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/medalpaca-13B-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - transformers - - medical - - text-generation - - en - - arxiv:2303.14070 - - license:cc + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: medalpaca-13B.ggmlv3.q8_0.bin + model: synthia-70b-v1.2.Q3_K_L.gguf files: - - filename: medalpaca-13B.ggmlv3.q8_0.bin + - filename: synthia-70b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/medalpaca-13B-GGML/resolve/main/medalpaca-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q2_K.bin + model: synthia-70b-v1.2.Q3_K_M.gguf files: - - filename: minotaur-13b.ggmlv3.q2_K.bin + - filename: synthia-70b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q3_K_L.bin + model: synthia-70b-v1.2.Q3_K_S.gguf files: - - filename: minotaur-13b.ggmlv3.q3_K_L.bin + - filename: synthia-70b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q3_K_M.bin + model: synthia-70b-v1.2.Q4_0.gguf files: - - filename: minotaur-13b.ggmlv3.q3_K_M.bin + - filename: synthia-70b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q3_K_S.bin + model: synthia-70b-v1.2.Q4_K_M.gguf files: - - filename: minotaur-13b.ggmlv3.q3_K_S.bin + - filename: synthia-70b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q4_0.bin + model: synthia-70b-v1.2.Q4_K_S.gguf files: - - filename: minotaur-13b.ggmlv3.q4_0.bin + - filename: synthia-70b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q4_1.bin + model: synthia-70b-v1.2.Q5_0.gguf files: - - filename: minotaur-13b.ggmlv3.q4_1.bin + - filename: synthia-70b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q4_K_M.bin + model: synthia-70b-v1.2.Q5_K_M.gguf files: - - filename: minotaur-13b.ggmlv3.q4_K_M.bin + - filename: synthia-70b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__synthia-70b-v1.2-gguf__synthia-70b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q4_K_S.bin + model: synthia-70b-v1.2.Q5_K_S.gguf files: - - filename: minotaur-13b.ggmlv3.q4_K_S.bin + - filename: synthia-70b-v1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2-GGUF/resolve/main/synthia-70b-v1.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q5_0.bin + model: synthia-70b-v1.2b.Q2_K.gguf files: - - filename: minotaur-13b.ggmlv3.q5_0.bin + - filename: synthia-70b-v1.2b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q5_1.bin + model: synthia-70b-v1.2b.Q3_K_L.gguf files: - - filename: minotaur-13b.ggmlv3.q5_1.bin + - filename: synthia-70b-v1.2b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q5_K_M.bin + model: synthia-70b-v1.2b.Q3_K_M.gguf files: - - filename: minotaur-13b.ggmlv3.q5_K_M.bin + - filename: synthia-70b-v1.2b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q5_K_S.bin + model: synthia-70b-v1.2b.Q3_K_S.gguf files: - - filename: minotaur-13b.ggmlv3.q5_K_S.bin + - filename: synthia-70b-v1.2b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q6_K.bin + model: synthia-70b-v1.2b.Q4_0.gguf files: - - filename: minotaur-13b.ggmlv3.q6_K.bin + - filename: synthia-70b-v1.2b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-ggml__minotaur-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b.ggmlv3.q8_0.bin + model: synthia-70b-v1.2b.Q4_K_M.gguf files: - - filename: minotaur-13b.ggmlv3.q8_0.bin + - filename: synthia-70b-v1.2b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-fixed-GGML/resolve/main/minotaur-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin + model: synthia-70b-v1.2b.Q4_K_S.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin + - filename: synthia-70b-v1.2b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin + model: synthia-70b-v1.2b.Q5_0.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin + - filename: synthia-70b-v1.2b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin + model: synthia-70b-v1.2b.Q5_K_M.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin + - filename: synthia-70b-v1.2b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__synthia-70b-v1.2b-gguf__synthia-70b-v1.2b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin + model: synthia-70b-v1.2b.Q5_K_S.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin + - filename: synthia-70b-v1.2b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-70B-v1.2b-GGUF/resolve/main/synthia-70b-v1.2b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin + model: synthia-70b-v1.5.Q2_K.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin + - filename: synthia-70b-v1.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin + model: synthia-70b-v1.5.Q3_K_L.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin + - filename: synthia-70b-v1.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin + model: synthia-70b-v1.5.Q3_K_M.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin + - filename: synthia-70b-v1.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin + model: synthia-70b-v1.5.Q3_K_S.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin + - filename: synthia-70b-v1.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-fixed-superhot-8k-ggml__minotaur-13b-fixed-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin + model: synthia-70b-v1.5.Q4_0.gguf files: - - filename: minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin + - filename: synthia-70b-v1.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Minotaur-13B-fixed-SuperHOT-8K-GGML/resolve/main/minotaur-13b-fixed-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: synthia-70b-v1.5.Q4_K_M.gguf + files: + - filename: synthia-70b-v1.5.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q4_k_s.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q2_K.bin + model: synthia-70b-v1.5.Q4_K_S.gguf files: - - filename: minotaur-13B.ggmlv3.q2_K.bin + - filename: synthia-70b-v1.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q3_K_L.bin + model: synthia-70b-v1.5.Q5_0.gguf files: - - filename: minotaur-13B.ggmlv3.q3_K_L.bin + - filename: synthia-70b-v1.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q3_K_M.bin + model: synthia-70b-v1.5.Q5_K_M.gguf files: - - filename: minotaur-13B.ggmlv3.q3_K_M.bin + - filename: synthia-70b-v1.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__synthia-70b-v1.5-gguf__synthia-70b-v1.5.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q3_K_S.bin + model: synthia-70b-v1.5.Q5_K_S.gguf files: - - filename: minotaur-13B.ggmlv3.q3_K_S.bin + - filename: synthia-70b-v1.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/SynthIA-70B-v1.5-GGUF/resolve/main/synthia-70b-v1.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q4_0.bin + model: synthia-7b.ggmlv3.Q2_K.bin files: - - filename: minotaur-13B.ggmlv3.q4_0.bin + - filename: synthia-7b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q4_1.bin + model: synthia-7b.ggmlv3.Q3_K_L.bin files: - - filename: minotaur-13B.ggmlv3.q4_1.bin + - filename: synthia-7b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q4_K_M.bin + model: synthia-7b.ggmlv3.Q3_K_M.bin files: - - filename: minotaur-13B.ggmlv3.q4_K_M.bin + - filename: synthia-7b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q4_K_S.bin + model: synthia-7b.ggmlv3.Q3_K_S.bin files: - - filename: minotaur-13B.ggmlv3.q4_K_S.bin + - filename: synthia-7b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q5_0.bin + model: synthia-7b.ggmlv3.Q4_0.bin files: - - filename: minotaur-13B.ggmlv3.q5_0.bin + - filename: synthia-7b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q5_1.bin + model: synthia-7b.ggmlv3.Q4_1.bin files: - - filename: minotaur-13B.ggmlv3.q5_1.bin + - filename: synthia-7b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q5_K_M.bin + model: synthia-7b.ggmlv3.Q4_K_M.bin files: - - filename: minotaur-13B.ggmlv3.q5_K_M.bin + - filename: synthia-7b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q5_K_S.bin + model: synthia-7b.ggmlv3.Q4_K_S.bin files: - - filename: minotaur-13B.ggmlv3.q5_K_S.bin + - filename: synthia-7b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q6_K.bin + model: synthia-7b.ggmlv3.Q5_0.bin files: - - filename: minotaur-13B.ggmlv3.q6_K.bin + - filename: synthia-7b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-13b-ggml__minotaur-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-13B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - - OpenAccess AI Collective - - MPT - - axolotl - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-13B.ggmlv3.q8_0.bin + model: synthia-7b.ggmlv3.Q5_1.bin files: - - filename: minotaur-13B.ggmlv3.q8_0.bin + - filename: synthia-7b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-13B-GGML/resolve/main/minotaur-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q4_0.bin + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-15B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-15b.ggmlv3.q4_0.bin + model: synthia-7b.ggmlv3.Q5_K_M.bin files: - - filename: minotaur-15b.ggmlv3.q4_0.bin + - filename: synthia-7b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q4_1.bin + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-15B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-15b.ggmlv3.q4_1.bin + model: synthia-7b.ggmlv3.Q5_K_S.bin files: - - filename: minotaur-15b.ggmlv3.q4_1.bin + - filename: synthia-7b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q5_0.bin + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-15B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-15b.ggmlv3.q5_0.bin + model: synthia-7b.ggmlv3.Q6_K.bin files: - - filename: minotaur-15b.ggmlv3.q5_0.bin + - filename: synthia-7b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q5_1.bin + name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-15B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGML tags: - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-15b.ggmlv3.q5_1.bin + model: synthia-7b.ggmlv3.Q8_0.bin files: - - filename: minotaur-15b.ggmlv3.q5_1.bin + - filename: synthia-7b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-15b-ggml__minotaur-15b.ggmlv3.q8_0.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-15B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - code - - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - - dataset:QingyiSi/Alpaca-CoT - - dataset:teknium/GPTeacher-General-Instruct - - dataset:metaeval/ScienceQA_text_only - - dataset:hellaswag - - dataset:openai/summarize_from_feedback - - dataset:riddle_sense - - dataset:gsm8k - - dataset:camel-ai/math - - dataset:camel-ai/biology - - dataset:camel-ai/physics - - dataset:camel-ai/chemistry - - dataset:winglian/evals - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: minotaur-15b.ggmlv3.q8_0.bin + model: synthia-7b.Q2_K.gguf files: - - filename: minotaur-15b.ggmlv3.q8_0.bin + - filename: synthia-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-15B-GGML/resolve/main/minotaur-15b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__synthia-7b-gguf__synthia-7b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - mpt - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 - - license:other + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: minotaur-mpt-7b.ggmlv3.q4_0.bin + model: synthia-7b.Q3_K_L.gguf files: - - filename: minotaur-mpt-7b.ggmlv3.q4_0.bin + - filename: synthia-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__synthia-7b-gguf__synthia-7b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - mpt - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 - - license:other + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: minotaur-mpt-7b.ggmlv3.q4_1.bin + model: synthia-7b.Q3_K_M.gguf files: - - filename: minotaur-mpt-7b.ggmlv3.q4_1.bin + - filename: synthia-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__synthia-7b-gguf__synthia-7b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - mpt - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 - - license:other + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: minotaur-mpt-7b.ggmlv3.q5_0.bin + model: synthia-7b.Q3_K_S.gguf files: - - filename: minotaur-mpt-7b.ggmlv3.q5_0.bin + - filename: synthia-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__synthia-7b-gguf__synthia-7b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - mpt - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 - - license:other + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: minotaur-mpt-7b.ggmlv3.q5_1.bin + model: synthia-7b.Q4_0.gguf files: - - filename: minotaur-mpt-7b.ggmlv3.q5_1.bin + - filename: synthia-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__minotaur-mpt-7b-ggml__minotaur-mpt-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__synthia-7b-gguf__synthia-7b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - - mpt - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 - - license:other + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: minotaur-mpt-7b.ggmlv3.q8_0.bin + model: synthia-7b.Q4_K_M.gguf files: - - filename: minotaur-mpt-7b.ggmlv3.q8_0.bin + - filename: synthia-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/minotaur-mpt-7B-GGML/resolve/main/minotaur-mpt-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q2_k.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - llama - - en - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q2_K.bin + model: synthia-7b.Q4_K_S.gguf files: - - filename: model_007-70b.ggmlv3.Q2_K.bin + - filename: synthia-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_l.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - llama - - en - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q3_K_L.bin + model: synthia-7b.Q5_0.gguf files: - - filename: model_007-70b.ggmlv3.Q3_K_L.bin + - filename: synthia-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_m.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - llama - - en - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q3_K_M.bin + model: synthia-7b.Q5_K_M.gguf files: - - filename: model_007-70b.ggmlv3.Q3_K_M.bin + - filename: synthia-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q3_k_s.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - llama - - en - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q3_K_S.bin + model: synthia-7b.Q5_K_S.gguf files: - - filename: model_007-70b.ggmlv3.Q3_K_S.bin + - filename: synthia-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_0.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF tags: - transformers - llama - - en - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q4_0.bin + model: synthia-7b.Q6_K.gguf files: - - filename: model_007-70b.ggmlv3.Q4_0.bin + - filename: synthia-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_1.bin + name: thebloke__synthia-7b-gguf__synthia-7b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: synthia-7b.Q8_0.gguf + files: + - filename: synthia-7b.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Synthia-7B-GGUF/resolve/main/synthia-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107439,19 +252784,20 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q4_1.bin + model: synthia-7b-v1.2.Q2_K.gguf files: - - filename: model_007-70b.ggmlv3.Q4_1.bin + - filename: synthia-7b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_k_m.bin + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107459,19 +252805,20 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q4_K_M.bin + model: synthia-7b-v1.2.Q3_K_L.gguf files: - - filename: model_007-70b.ggmlv3.Q4_K_M.bin + - filename: synthia-7b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q4_k_s.bin + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107479,19 +252826,20 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q4_K_S.bin + model: synthia-7b-v1.2.Q3_K_M.gguf files: - - filename: model_007-70b.ggmlv3.Q4_K_S.bin + - filename: synthia-7b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_0.bin + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107499,19 +252847,20 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q5_0.bin + model: synthia-7b-v1.2.Q3_K_S.gguf files: - - filename: model_007-70b.ggmlv3.Q5_0.bin + - filename: synthia-7b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_k_m.bin + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107519,19 +252868,20 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q5_K_M.bin + model: synthia-7b-v1.2.Q4_0.gguf files: - - filename: model_007-70b.ggmlv3.Q5_K_M.bin + - filename: synthia-7b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__model_007-70b-ggml__model_007-70b.ggmlv3.q5_k_s.bin + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/model_007-70B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - llama + - text-generation - en - arxiv:2306.02707 - license:llama2 @@ -107539,42852 +252889,44050 @@ - region:us overrides: parameters: - model: model_007-70b.ggmlv3.Q5_K_S.bin + model: synthia-7b-v1.2.Q4_K_M.gguf files: - - filename: model_007-70b.ggmlv3.Q5_K_S.bin + - filename: synthia-7b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/model_007-70B-GGML/resolve/main/model_007-70b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q4_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/mpt-30B-chat-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:camel-ai/code - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final - - dataset:teknium1/GPTeacher/codegen-isntruct - - dataset:timdettmers/openassistant-guanaco - - dataset:camel-ai/math - - dataset:project-baize/baize-chatbot/medical_chat_data - - dataset:project-baize/baize-chatbot/quora_chat_data - - dataset:project-baize/baize-chatbot/stackoverflow_chat_data - - dataset:camel-ai/biology - - dataset:camel-ai/chemistry - - dataset:camel-ai/ai_society - - dataset:jondurbin/airoboros-gpt4-1.2 - - dataset:LongConversations - - dataset:camel-ai/physics - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 - - has_space + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-chat.ggmlv0.q4_0.bin + model: synthia-7b-v1.2.Q4_K_S.gguf files: - - filename: mpt-30b-chat.ggmlv0.q4_0.bin + - filename: synthia-7b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q4_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/mpt-30B-chat-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:camel-ai/code - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final - - dataset:teknium1/GPTeacher/codegen-isntruct - - dataset:timdettmers/openassistant-guanaco - - dataset:camel-ai/math - - dataset:project-baize/baize-chatbot/medical_chat_data - - dataset:project-baize/baize-chatbot/quora_chat_data - - dataset:project-baize/baize-chatbot/stackoverflow_chat_data - - dataset:camel-ai/biology - - dataset:camel-ai/chemistry - - dataset:camel-ai/ai_society - - dataset:jondurbin/airoboros-gpt4-1.2 - - dataset:LongConversations - - dataset:camel-ai/physics - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 - - has_space + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-chat.ggmlv0.q4_1.bin + model: synthia-7b-v1.2.Q5_0.gguf files: - - filename: mpt-30b-chat.ggmlv0.q4_1.bin + - filename: synthia-7b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q5_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/mpt-30B-chat-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:camel-ai/code - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final - - dataset:teknium1/GPTeacher/codegen-isntruct - - dataset:timdettmers/openassistant-guanaco - - dataset:camel-ai/math - - dataset:project-baize/baize-chatbot/medical_chat_data - - dataset:project-baize/baize-chatbot/quora_chat_data - - dataset:project-baize/baize-chatbot/stackoverflow_chat_data - - dataset:camel-ai/biology - - dataset:camel-ai/chemistry - - dataset:camel-ai/ai_society - - dataset:jondurbin/airoboros-gpt4-1.2 - - dataset:LongConversations - - dataset:camel-ai/physics - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 - - has_space + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-chat.ggmlv0.q5_0.bin + model: synthia-7b-v1.2.Q5_K_M.gguf files: - - filename: mpt-30b-chat.ggmlv0.q5_0.bin + - filename: synthia-7b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q5_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/mpt-30B-chat-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:camel-ai/code - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final - - dataset:teknium1/GPTeacher/codegen-isntruct - - dataset:timdettmers/openassistant-guanaco - - dataset:camel-ai/math - - dataset:project-baize/baize-chatbot/medical_chat_data - - dataset:project-baize/baize-chatbot/quora_chat_data - - dataset:project-baize/baize-chatbot/stackoverflow_chat_data - - dataset:camel-ai/biology - - dataset:camel-ai/chemistry - - dataset:camel-ai/ai_society - - dataset:jondurbin/airoboros-gpt4-1.2 - - dataset:LongConversations - - dataset:camel-ai/physics - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 - - has_space + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-chat.ggmlv0.q5_1.bin + model: synthia-7b-v1.2.Q5_K_S.gguf files: - - filename: mpt-30b-chat.ggmlv0.q5_1.bin + - filename: synthia-7b-v1.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-chat-ggml__mpt-30b-chat.ggmlv0.q8_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/mpt-30B-chat-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:camel-ai/code - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:teknium1/GPTeacher/roleplay-instruct-v2-final - - dataset:teknium1/GPTeacher/codegen-isntruct - - dataset:timdettmers/openassistant-guanaco - - dataset:camel-ai/math - - dataset:project-baize/baize-chatbot/medical_chat_data - - dataset:project-baize/baize-chatbot/quora_chat_data - - dataset:project-baize/baize-chatbot/stackoverflow_chat_data - - dataset:camel-ai/biology - - dataset:camel-ai/chemistry - - dataset:camel-ai/ai_society - - dataset:jondurbin/airoboros-gpt4-1.2 - - dataset:LongConversations - - dataset:camel-ai/physics - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 - - has_space + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-chat.ggmlv0.q8_0.bin + model: synthia-7b-v1.2.Q6_K.gguf files: - - filename: mpt-30b-chat.ggmlv0.q8_0.bin + - filename: synthia-7b-v1.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-chat-GGML/resolve/main/mpt-30b-chat.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q4_0.bin - license: other + name: thebloke__synthia-7b-v1.2-gguf__synthia-7b-v1.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF tags: - - license:other + - transformers + - llama + - text-generation + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-dolphin-v2.ggmlv1.q4_0.bin + model: synthia-7b-v1.2.Q8_0.gguf files: - - filename: mpt-30b-dolphin-v2.ggmlv1.q4_0.bin + - filename: synthia-7b-v1.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.2-GGUF/resolve/main/synthia-7b-v1.2.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q4_1.bin - license: other + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-dolphin-v2.ggmlv1.q4_1.bin + model: synthia-7b-v1.3.Q2_K.gguf files: - - filename: mpt-30b-dolphin-v2.ggmlv1.q4_1.bin + - filename: synthia-7b-v1.3.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q5_0.bin - license: other + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-dolphin-v2.ggmlv1.q5_0.bin + model: synthia-7b-v1.3.Q3_K_L.gguf files: - - filename: mpt-30b-dolphin-v2.ggmlv1.q5_0.bin + - filename: synthia-7b-v1.3.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q5_1.bin - license: other + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-dolphin-v2.ggmlv1.q5_1.bin + model: synthia-7b-v1.3.Q3_K_M.gguf files: - - filename: mpt-30b-dolphin-v2.ggmlv1.q5_1.bin + - filename: synthia-7b-v1.3.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-dolphin-v2-ggml__mpt-30b-dolphin-v2.ggmlv1.q8_0.bin - license: other + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - - license:other + - transformers + - mistral + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-dolphin-v2.ggmlv1.q8_0.bin + model: synthia-7b-v1.3.Q3_K_S.gguf files: - - filename: mpt-30b-dolphin-v2.ggmlv1.q8_0.bin + - filename: synthia-7b-v1.3.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-30B-Dolphin-v2-GGML/resolve/main/mpt-30b-dolphin-v2.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q4_0.bin + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q4_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:allenai/c4 - - dataset:mc4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack-dedup - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b.ggmlv0.q4_0.bin + model: synthia-7b-v1.3.Q4_0.gguf files: - - filename: mpt-30b.ggmlv0.q4_0.bin + - filename: synthia-7b-v1.3.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q4_1.bin + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q4_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:allenai/c4 - - dataset:mc4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack-dedup - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b.ggmlv0.q4_1.bin + model: synthia-7b-v1.3.Q4_K_M.gguf files: - - filename: mpt-30b.ggmlv0.q4_1.bin + - filename: synthia-7b-v1.3.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q5_0.bin + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q4_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:allenai/c4 - - dataset:mc4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack-dedup - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b.ggmlv0.q5_0.bin + model: synthia-7b-v1.3.Q4_K_S.gguf files: - - filename: mpt-30b.ggmlv0.q5_0.bin + - filename: synthia-7b-v1.3.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q5_1.bin + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:allenai/c4 - - dataset:mc4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack-dedup - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b.ggmlv0.q5_1.bin + model: synthia-7b-v1.3.Q5_0.gguf files: - - filename: mpt-30b.ggmlv0.q5_1.bin + - filename: synthia-7b-v1.3.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-ggml__mpt-30b.ggmlv0.q8_0.bin + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:allenai/c4 - - dataset:mc4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack-dedup - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b.ggmlv0.q8_0.bin + model: synthia-7b-v1.3.Q5_K_M.gguf files: - - filename: mpt-30b.ggmlv0.q8_0.bin + - filename: synthia-7b-v1.3.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-GGML/resolve/main/mpt-30b.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q4_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:competition_math - - dataset:conceptofmind/cot_submix_original/cot_gsm8k - - dataset:knkarthick/dialogsum - - dataset:mosaicml/dolly_hhrlhf - - dataset:duorc - - dataset:tau/scrolls/qasper - - dataset:emozilla/quality - - dataset:scrolls/summ_screen_fd - - dataset:spider - - arxiv:2205.14135 - - arxiv:2108.12409 - - license:cc-by-sa-3.0 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-instruct.ggmlv0.q4_0.bin + model: synthia-7b-v1.3.Q5_K_S.gguf files: - - filename: mpt-30b-instruct.ggmlv0.q4_0.bin + - filename: synthia-7b-v1.3.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q4_1.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:competition_math - - dataset:conceptofmind/cot_submix_original/cot_gsm8k - - dataset:knkarthick/dialogsum - - dataset:mosaicml/dolly_hhrlhf - - dataset:duorc - - dataset:tau/scrolls/qasper - - dataset:emozilla/quality - - dataset:scrolls/summ_screen_fd - - dataset:spider - - arxiv:2205.14135 - - arxiv:2108.12409 - - license:cc-by-sa-3.0 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-instruct.ggmlv0.q4_1.bin + model: synthia-7b-v1.3.Q6_K.gguf files: - - filename: mpt-30b-instruct.ggmlv0.q4_1.bin + - filename: synthia-7b-v1.3.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q5_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v1.3-gguf__synthia-7b-v1.3.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML + - https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:competition_math - - dataset:conceptofmind/cot_submix_original/cot_gsm8k - - dataset:knkarthick/dialogsum - - dataset:mosaicml/dolly_hhrlhf - - dataset:duorc - - dataset:tau/scrolls/qasper - - dataset:emozilla/quality - - dataset:scrolls/summ_screen_fd - - dataset:spider - - arxiv:2205.14135 - - arxiv:2108.12409 - - license:cc-by-sa-3.0 + - mistral + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-instruct.ggmlv0.q5_0.bin + model: synthia-7b-v1.3.Q8_0.gguf files: - - filename: mpt-30b-instruct.ggmlv0.q5_0.bin + - filename: synthia-7b-v1.3.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/Synthia-7B-v1.3-GGUF/resolve/main/synthia-7b-v1.3.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q5_1.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:competition_math - - dataset:conceptofmind/cot_submix_original/cot_gsm8k - - dataset:knkarthick/dialogsum - - dataset:mosaicml/dolly_hhrlhf - - dataset:duorc - - dataset:tau/scrolls/qasper - - dataset:emozilla/quality - - dataset:scrolls/summ_screen_fd - - dataset:spider - - arxiv:2205.14135 - - arxiv:2108.12409 - - license:cc-by-sa-3.0 + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-instruct.ggmlv0.q5_1.bin + model: synthia-7b-v1.5.Q2_K.gguf files: - - filename: mpt-30b-instruct.ggmlv0.q5_1.bin + - filename: synthia-7b-v1.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-30b-instruct-ggml__mpt-30b-instruct.ggmlv0.q8_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-30B-instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:competition_math - - dataset:conceptofmind/cot_submix_original/cot_gsm8k - - dataset:knkarthick/dialogsum - - dataset:mosaicml/dolly_hhrlhf - - dataset:duorc - - dataset:tau/scrolls/qasper - - dataset:emozilla/quality - - dataset:scrolls/summ_screen_fd - - dataset:spider - - arxiv:2205.14135 - - arxiv:2108.12409 - - license:cc-by-sa-3.0 + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-30b-instruct.ggmlv0.q8_0.bin + model: synthia-7b-v1.5.Q3_K_L.gguf files: - - filename: mpt-30b-instruct.ggmlv0.q8_0.bin + - filename: synthia-7b-v1.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-30B-instruct-GGML/resolve/main/mpt-30b-instruct.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q4_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-7b-chat-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - - Composer - - MosaicML - - llm-foundry - - dataset:jeffwan/sharegpt_vicuna - - dataset:Hello-SimpleAI/HC3 - - dataset:tatsu-lab/alpaca - - dataset:Anthropic/hh-rlhf - - dataset:victor123/evol_instruct_70k - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 + - transformers + - mistral + - text-generation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat.ggmlv0.q4_0.bin + model: synthia-7b-v1.5.Q3_K_M.gguf files: - - filename: mpt-7b-chat.ggmlv0.q4_0.bin + - filename: synthia-7b-v1.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q4_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q4_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-7b-chat-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - - Composer - - MosaicML - - llm-foundry - - dataset:jeffwan/sharegpt_vicuna - - dataset:Hello-SimpleAI/HC3 - - dataset:tatsu-lab/alpaca - - dataset:Anthropic/hh-rlhf - - dataset:victor123/evol_instruct_70k - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 + - transformers + - mistral + - text-generation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat.ggmlv0.q4_1.bin + model: synthia-7b-v1.5.Q3_K_S.gguf files: - - filename: mpt-7b-chat.ggmlv0.q4_1.bin + - filename: synthia-7b-v1.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q4_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q5_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-7b-chat-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - - Composer - - MosaicML - - llm-foundry - - dataset:jeffwan/sharegpt_vicuna - - dataset:Hello-SimpleAI/HC3 - - dataset:tatsu-lab/alpaca - - dataset:Anthropic/hh-rlhf - - dataset:victor123/evol_instruct_70k - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 + - transformers + - mistral + - text-generation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat.ggmlv0.q5_0.bin + model: synthia-7b-v1.5.Q4_0.gguf files: - - filename: mpt-7b-chat.ggmlv0.q5_0.bin + - filename: synthia-7b-v1.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q5_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q5_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-7b-chat-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - - Composer - - MosaicML - - llm-foundry - - dataset:jeffwan/sharegpt_vicuna - - dataset:Hello-SimpleAI/HC3 - - dataset:tatsu-lab/alpaca - - dataset:Anthropic/hh-rlhf - - dataset:victor123/evol_instruct_70k - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 + - transformers + - mistral + - text-generation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat.ggmlv0.q5_1.bin + model: synthia-7b-v1.5.Q4_K_M.gguf files: - - filename: mpt-7b-chat.ggmlv0.q5_1.bin + - filename: synthia-7b-v1.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q5_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-chat-ggml__mpt-7b-chat.ggmlv0.q8_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/mpt-7b-chat-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - - Composer - - MosaicML - - llm-foundry - - dataset:jeffwan/sharegpt_vicuna - - dataset:Hello-SimpleAI/HC3 - - dataset:tatsu-lab/alpaca - - dataset:Anthropic/hh-rlhf - - dataset:victor123/evol_instruct_70k - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-nc-sa-4.0 + - transformers + - mistral + - text-generation + - en + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-chat.ggmlv0.q8_0.bin + model: synthia-7b-v1.5.Q4_K_S.gguf files: - - filename: mpt-7b-chat.ggmlv0.q8_0.bin + - filename: synthia-7b-v1.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/mpt-7b-chat-GGML/resolve/main/mpt-7b-chat.ggmlv0.q8_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.fp16.bin + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.fp16.bin + model: synthia-7b-v1.5.Q5_0.gguf files: - - filename: mpt-7b.ggmlv3.fp16.bin + - filename: synthia-7b-v1.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.fp16.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q4_0.bin + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.q4_0.bin + model: synthia-7b-v1.5.Q5_K_M.gguf files: - - filename: mpt-7b.ggmlv3.q4_0.bin + - filename: synthia-7b-v1.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q4_1.bin + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q5_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.q4_1.bin + model: synthia-7b-v1.5.Q5_K_S.gguf files: - - filename: mpt-7b.ggmlv3.q4_1.bin + - filename: synthia-7b-v1.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q5_0.bin + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q6_k.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.q5_0.bin + model: synthia-7b-v1.5.Q6_K.gguf files: - - filename: mpt-7b.ggmlv3.q5_0.bin + - filename: synthia-7b-v1.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q5_1.bin + name: thebloke__synthia-7b-v1.5-gguf__synthia-7b-v1.5.q8_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.q5_1.bin + model: synthia-7b-v1.5.Q8_0.gguf files: - - filename: mpt-7b.ggmlv3.q5_1.bin + - filename: synthia-7b-v1.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v1.5-GGUF/resolve/main/synthia-7b-v1.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-ggml__mpt-7b.ggmlv3.q8_0.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q2_k.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - StreamingDatasets - - dataset:mc4 - - dataset:c4 - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:bigcode/the-stack - - dataset:allenai/s2orc - - arxiv:2108.12409 - - arxiv:2302.13971 - - arxiv:2205.14135 - - arxiv:2010.04245 - - arxiv:1909.08053 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b.ggmlv3.q8_0.bin + model: synthia-7b-v2.0.Q2_K.gguf files: - - filename: mpt-7b.ggmlv3.q8_0.bin + - filename: synthia-7b-v2.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-GGML/resolve/main/mpt-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.fp16.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.fp16.bin + model: synthia-7b-v2.0.Q3_K_L.gguf files: - - filename: mpt-7b-instruct.ggmlv3.fp16.bin + - filename: synthia-7b-v2.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.fp16.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q4_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.q4_0.bin + model: synthia-7b-v2.0.Q3_K_M.gguf files: - - filename: mpt-7b-instruct.ggmlv3.q4_0.bin + - filename: synthia-7b-v2.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q4_1.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.q4_1.bin + model: synthia-7b-v2.0.Q3_K_S.gguf files: - - filename: mpt-7b-instruct.ggmlv3.q4_1.bin + - filename: synthia-7b-v2.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q5_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.q5_0.bin + model: synthia-7b-v2.0.Q4_0.gguf files: - - filename: mpt-7b-instruct.ggmlv3.q5_0.bin + - filename: synthia-7b-v2.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q5_1.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.q5_1.bin + model: synthia-7b-v2.0.Q4_K_M.gguf files: - - filename: mpt-7b-instruct.ggmlv3.q5_1.bin + - filename: synthia-7b-v2.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-instruct-ggml__mpt-7b-instruct.ggmlv3.q8_0.bin - license: cc-by-sa-3.0 + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:mosaicml/dolly_hhrlhf - - arxiv:2205.14135 - - arxiv:2108.12409 - - arxiv:2010.04245 - - license:cc-by-sa-3.0 - - has_space + - mistral + - text-generation + - en + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-instruct.ggmlv3.q8_0.bin + model: synthia-7b-v2.0.Q4_K_S.gguf files: - - filename: mpt-7b-instruct.ggmlv3.q8_0.bin + - filename: synthia-7b-v2.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Instruct-GGML/resolve/main/mpt-7b-instruct.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.fp16.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q5_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - - has_space - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.fp16.bin + model: synthia-7b-v2.0.Q5_0.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.fp16.bin + - filename: synthia-7b-v2.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.fp16.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q4_0.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q5_k_m.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - - has_space - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.q4_0.bin + model: synthia-7b-v2.0.Q5_K_M.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.q4_0.bin + - filename: synthia-7b-v2.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q4_1.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q5_k_s.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - - has_space - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.q4_1.bin + model: synthia-7b-v2.0.Q5_K_S.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.q4_1.bin + - filename: synthia-7b-v2.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q5_0.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q6_k.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - - has_space - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.q5_0.bin + model: synthia-7b-v2.0.Q6_K.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.q5_0.bin + - filename: synthia-7b-v2.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q5_1.bin + name: thebloke__synthia-7b-v2.0-gguf__synthia-7b-v2.0.q8_0.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 + - mistral + - text-generation + - en - license:apache-2.0 - - has_space - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.q5_1.bin + model: synthia-7b-v2.0.Q8_0.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.q5_1.bin + - filename: synthia-7b-v2.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/SynthIA-7B-v2.0-GGUF/resolve/main/synthia-7b-v2.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mpt-7b-storywriter-ggml__mpt-7b-storywriter.ggmlv3.q8_0.bin - license: apache-2.0 + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - - mpt - - Composer - - MosaicML - - llm-foundry - - dataset:the_pile_books3 - - arxiv:2108.12409 - - arxiv:2205.14135 - - arxiv:2302.06675 - - license:apache-2.0 - - has_space + - llama + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mpt-7b-storywriter.ggmlv3.q8_0.bin + model: thespis-13b-v0.3.Q2_K.gguf files: - - filename: mpt-7b-storywriter.ggmlv3.q8_0.bin + - filename: thespis-13b-v0.3.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/resolve/main/mpt-7b-storywriter.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q2_k.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin + model: thespis-13b-v0.3.Q3_K_L.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin + - filename: thespis-13b-v0.3.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin + model: thespis-13b-v0.3.Q3_K_M.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin + - filename: thespis-13b-v0.3.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin + model: thespis-13b-v0.3.Q3_K_S.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin + - filename: thespis-13b-v0.3.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin + model: thespis-13b-v0.3.Q4_0.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin + - filename: thespis-13b-v0.3.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_0.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin + model: thespis-13b-v0.3.Q4_K_M.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin + - filename: thespis-13b-v0.3.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_1.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin + model: thespis-13b-v0.3.Q4_K_S.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin + - filename: thespis-13b-v0.3.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin + model: thespis-13b-v0.3.Q5_0.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin + - filename: thespis-13b-v0.3.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin + model: thespis-13b-v0.3.Q5_K_M.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin + - filename: thespis-13b-v0.3.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_0.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin + model: thespis-13b-v0.3.Q5_K_S.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin + - filename: thespis-13b-v0.3.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_1.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin + model: thespis-13b-v0.3.Q6_K.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin + - filename: thespis-13b-v0.3.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__thespis-13b-v0.3-gguf__thespis-13b-v0.3.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin + model: thespis-13b-v0.3.Q8_0.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin + - filename: thespis-13b-v0.3.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.3-GGUF/resolve/main/thespis-13b-v0.3.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin + model: thespis-13b-v0.4.Q2_K.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin + - filename: thespis-13b-v0.4.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q6_k.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin + model: thespis-13b-v0.4.Q3_K_L.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin + - filename: thespis-13b-v0.4.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-l2-13b-ggml__mythical-destroyer-l2-13b.ggmlv3.q8_0.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin + model: thespis-13b-v0.4.Q3_K_M.gguf files: - - filename: mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin + - filename: thespis-13b-v0.4.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-L2-13B-GGML/resolve/main/mythical-destroyer-l2-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q2_k.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin + model: thespis-13b-v0.4.Q3_K_S.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin + - filename: thespis-13b-v0.4.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin + model: thespis-13b-v0.4.Q4_0.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin + - filename: thespis-13b-v0.4.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin + model: thespis-13b-v0.4.Q4_K_M.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin + - filename: thespis-13b-v0.4.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin + model: thespis-13b-v0.4.Q4_K_S.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin + - filename: thespis-13b-v0.4.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_0.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin + model: thespis-13b-v0.4.Q5_0.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin + - filename: thespis-13b-v0.4.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_1.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin + model: thespis-13b-v0.4.Q5_K_M.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin + - filename: thespis-13b-v0.4.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin + model: thespis-13b-v0.4.Q5_K_S.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin + - filename: thespis-13b-v0.4.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin + model: thespis-13b-v0.4.Q6_K.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin + - filename: thespis-13b-v0.4.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_0.bin + name: thebloke__thespis-13b-v0.4-gguf__thespis-13b-v0.4.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF tags: - transformers - llama - - en - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin + model: thespis-13b-v0.4.Q8_0.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin + - filename: thespis-13b-v0.4.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.4-GGUF/resolve/main/thespis-13b-v0.4.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_1.bin + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en + - not-for-all-audiences - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin + model: thespis-13b-v0.5.Q2_K.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin + - filename: thespis-13b-v0.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en + - not-for-all-audiences - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin + model: thespis-13b-v0.5.Q3_K_L.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin + - filename: thespis-13b-v0.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en + - not-for-all-audiences - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin + model: thespis-13b-v0.5.Q3_K_M.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin + - filename: thespis-13b-v0.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q6_k.bin + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en + - not-for-all-audiences - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin + model: thespis-13b-v0.5.Q3_K_S.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin + - filename: thespis-13b-v0.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythical-destroyer-v2-l2-13b-ggml__mythical-destroyer-v2-l2-13b.ggmlv3.q8_0.bin + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en + - not-for-all-audiences - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin + model: thespis-13b-v0.5.Q4_0.gguf files: - - filename: mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin + - filename: thespis-13b-v0.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Mythical-Destroyer-V2-L2-13B-GGML/resolve/main/mythical-destroyer-v2-l2-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q2_K.bin + model: thespis-13b-v0.5.Q4_K_M.gguf files: - - filename: mythoboros-13b.ggmlv3.q2_K.bin + - filename: thespis-13b-v0.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q3_K_L.bin + model: thespis-13b-v0.5.Q4_K_S.gguf files: - - filename: mythoboros-13b.ggmlv3.q3_K_L.bin + - filename: thespis-13b-v0.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q3_K_M.bin + model: thespis-13b-v0.5.Q5_0.gguf files: - - filename: mythoboros-13b.ggmlv3.q3_K_M.bin + - filename: thespis-13b-v0.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q3_K_S.bin + model: thespis-13b-v0.5.Q5_K_M.gguf files: - - filename: mythoboros-13b.ggmlv3.q3_K_S.bin + - filename: thespis-13b-v0.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q4_0.bin + model: thespis-13b-v0.5.Q5_K_S.gguf files: - - filename: mythoboros-13b.ggmlv3.q4_0.bin + - filename: thespis-13b-v0.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q4_1.bin + model: thespis-13b-v0.5.Q6_K.gguf files: - - filename: mythoboros-13b.ggmlv3.q4_1.bin + - filename: thespis-13b-v0.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__thespis-13b-v0.5-gguf__thespis-13b-v0.5.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF tags: - transformers - llama - - en - - license:other + - not-for-all-audiences + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q4_K_M.bin + model: thespis-13b-v0.5.Q8_0.gguf files: - - filename: mythoboros-13b.ggmlv3.q4_K_M.bin + - filename: thespis-13b-v0.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-13B-v0.5-GGUF/resolve/main/thespis-13b-v0.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q2_k.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q4_K_S.bin + model: thespis-mistral-7b-v0.5.Q2_K.gguf files: - - filename: mythoboros-13b.ggmlv3.q4_K_S.bin + - filename: thespis-mistral-7b-v0.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q3_k_l.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q5_0.bin + model: thespis-mistral-7b-v0.5.Q3_K_L.gguf files: - - filename: mythoboros-13b.ggmlv3.q5_0.bin + - filename: thespis-mistral-7b-v0.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q3_k_m.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q5_1.bin + model: thespis-mistral-7b-v0.5.Q3_K_M.gguf files: - - filename: mythoboros-13b.ggmlv3.q5_1.bin + - filename: thespis-mistral-7b-v0.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q3_k_s.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q5_K_M.bin + model: thespis-mistral-7b-v0.5.Q3_K_S.gguf files: - - filename: mythoboros-13b.ggmlv3.q5_K_M.bin + - filename: thespis-mistral-7b-v0.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q4_0.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q5_K_S.bin + model: thespis-mistral-7b-v0.5.Q4_0.gguf files: - - filename: mythoboros-13b.ggmlv3.q5_K_S.bin + - filename: thespis-mistral-7b-v0.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q4_k_m.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q6_K.bin + model: thespis-mistral-7b-v0.5.Q4_K_M.gguf files: - - filename: mythoboros-13b.ggmlv3.q6_K.bin + - filename: thespis-mistral-7b-v0.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythoboros-13b-ggml__mythoboros-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q4_k_s.gguf urls: - - https://huggingface.co/TheBloke/MythoBoros-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences + - text-generation-inference + - region:us + overrides: + parameters: + model: thespis-mistral-7b-v0.5.Q4_K_S.gguf + files: + - filename: thespis-mistral-7b-v0.5.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q5_0.gguf + urls: + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF + tags: + - transformers + - mistral + - not-for-all-audiences + - text-generation-inference + - region:us + overrides: + parameters: + model: thespis-mistral-7b-v0.5.Q5_0.gguf + files: + - filename: thespis-mistral-7b-v0.5.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q5_k_m.gguf + urls: + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF + tags: + - transformers + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythoboros-13b.ggmlv3.q8_0.bin + model: thespis-mistral-7b-v0.5.Q5_K_M.gguf files: - - filename: mythoboros-13b.ggmlv3.q8_0.bin + - filename: thespis-mistral-7b-v0.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoBoros-13B-GGML/resolve/main/mythoboros-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q5_k_s.gguf urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q2_K.bin + model: thespis-mistral-7b-v0.5.Q5_K_S.gguf files: - - filename: mythologic-13b.ggmlv3.q2_K.bin + - filename: thespis-mistral-7b-v0.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q6_k.gguf urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q3_K_L.bin + model: thespis-mistral-7b-v0.5.Q6_K.gguf files: - - filename: mythologic-13b.ggmlv3.q3_K_L.bin + - filename: thespis-mistral-7b-v0.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__thespis-mistral-7b-v0.5-gguf__thespis-mistral-7b-v0.5.q8_0.gguf urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF tags: - transformers - - llama - - en - - license:other + - mistral + - not-for-all-audiences - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q3_K_M.bin + model: thespis-mistral-7b-v0.5.Q8_0.gguf files: - - filename: mythologic-13b.ggmlv3.q3_K_M.bin + - filename: thespis-mistral-7b-v0.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Thespis-Mistral-7B-v0.5-GGUF/resolve/main/thespis-mistral-7b-v0.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q3_K_S.bin + model: tigerbot-70b-chat.Q2_K.gguf files: - - filename: mythologic-13b.ggmlv3.q3_K_S.bin + - filename: tigerbot-70b-chat.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q4_0.bin + model: tigerbot-70b-chat.Q3_K_L.gguf files: - - filename: mythologic-13b.ggmlv3.q4_0.bin + - filename: tigerbot-70b-chat.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q4_1.bin + model: tigerbot-70b-chat.Q3_K_M.gguf files: - - filename: mythologic-13b.ggmlv3.q4_1.bin + - filename: tigerbot-70b-chat.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q4_K_M.bin + model: tigerbot-70b-chat.Q3_K_S.gguf files: - - filename: mythologic-13b.ggmlv3.q4_K_M.bin + - filename: tigerbot-70b-chat.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q4_K_S.bin + model: tigerbot-70b-chat.Q4_0.gguf files: - - filename: mythologic-13b.ggmlv3.q4_K_S.bin + - filename: tigerbot-70b-chat.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q5_0.bin + model: tigerbot-70b-chat.Q4_K_M.gguf files: - - filename: mythologic-13b.ggmlv3.q5_0.bin + - filename: tigerbot-70b-chat.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q5_1.bin + model: tigerbot-70b-chat.Q4_K_S.gguf files: - - filename: mythologic-13b.ggmlv3.q5_1.bin + - filename: tigerbot-70b-chat.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q5_K_M.bin + model: tigerbot-70b-chat.Q5_0.gguf files: - - filename: mythologic-13b.ggmlv3.q5_K_M.bin + - filename: tigerbot-70b-chat.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q5_K_S.bin + model: tigerbot-70b-chat.Q5_K_M.gguf files: - - filename: mythologic-13b.ggmlv3.q5_K_S.bin + - filename: tigerbot-70b-chat.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__tigerbot-70b-chat-gguf__tigerbot-70b-chat.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF tags: - transformers - llama + - zh - en - - license:other + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q6_K.bin + model: tigerbot-70b-chat.Q5_K_S.gguf files: - - filename: mythologic-13b.ggmlv3.q6_K.bin + - filename: tigerbot-70b-chat.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/TigerBot-70B-Chat-GGUF/resolve/main/tigerbot-70b-chat.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-13b-ggml__mythologic-13b.ggmlv3.q8_0.bin + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-13b.ggmlv3.q8_0.bin + model: tinyllama-1.1b-1t-openorca.Q2_K.gguf files: - - filename: mythologic-13b.ggmlv3.q8_0.bin + - filename: tinyllama-1.1b-1t-openorca.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-13B-GGML/resolve/main/mythologic-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q2_K.bin + model: tinyllama-1.1b-1t-openorca.Q3_K_L.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q2_K.bin + - filename: tinyllama-1.1b-1t-openorca.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q3_K_L.bin + model: tinyllama-1.1b-1t-openorca.Q3_K_M.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q3_K_L.bin + - filename: tinyllama-1.1b-1t-openorca.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q3_K_M.bin + model: tinyllama-1.1b-1t-openorca.Q3_K_S.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q3_K_M.bin + - filename: tinyllama-1.1b-1t-openorca.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q3_K_S.bin + model: tinyllama-1.1b-1t-openorca.Q4_0.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q3_K_S.bin + - filename: tinyllama-1.1b-1t-openorca.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q4_0.bin + model: tinyllama-1.1b-1t-openorca.Q4_K_M.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q4_0.bin + - filename: tinyllama-1.1b-1t-openorca.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q4_1.bin + model: tinyllama-1.1b-1t-openorca.Q4_K_S.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q4_1.bin + - filename: tinyllama-1.1b-1t-openorca.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q4_K_M.bin + model: tinyllama-1.1b-1t-openorca.Q5_0.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q4_K_M.bin + - filename: tinyllama-1.1b-1t-openorca.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q4_K_S.bin + model: tinyllama-1.1b-1t-openorca.Q5_K_M.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q4_K_S.bin + - filename: tinyllama-1.1b-1t-openorca.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q5_0.bin + model: tinyllama-1.1b-1t-openorca.Q5_K_S.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q5_0.bin + - filename: tinyllama-1.1b-1t-openorca.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q5_1.bin + model: tinyllama-1.1b-1t-openorca.Q6_K.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q5_1.bin + - filename: tinyllama-1.1b-1t-openorca.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-1t-openorca-gguf__tinyllama-1.1b-1t-openorca.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF tags: - transformers - llama - en - - license:llama2 + - dataset:Open-Orca/OpenOrca + - dataset:bigcode/starcoderdata + - dataset:cerebras/SlimPajama-627B + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q5_K_M.bin + model: tinyllama-1.1b-1t-openorca.Q8_0.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q5_K_M.bin + - filename: tinyllama-1.1b-1t-openorca.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q5_K_S.bin + model: tinyllama-1.1b-chat-v0.3.Q2_K.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q5_K_S.bin + - filename: tinyllama-1.1b-chat-v0.3.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q6_K.bin + model: tinyllama-1.1b-chat-v0.3.Q3_K_L.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q6_K.bin + - filename: tinyllama-1.1b-chat-v0.3.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-l2-13b-ggml__mythologic-l2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-l2-13b.ggmlv3.q8_0.bin + model: tinyllama-1.1b-chat-v0.3.Q3_K_M.gguf files: - - filename: mythologic-l2-13b.ggmlv3.q8_0.bin + - filename: tinyllama-1.1b-chat-v0.3.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-L2-13B-GGML/resolve/main/mythologic-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q2_K.bin + model: tinyllama-1.1b-chat-v0.3.Q3_K_S.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q2_K.bin + - filename: tinyllama-1.1b-chat-v0.3.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q3_K_L.bin + model: tinyllama-1.1b-chat-v0.3.Q4_0.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q3_K_L.bin + - filename: tinyllama-1.1b-chat-v0.3.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q3_K_M.bin + model: tinyllama-1.1b-chat-v0.3.Q4_K_M.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q3_K_M.bin + - filename: tinyllama-1.1b-chat-v0.3.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q3_K_S.bin + model: tinyllama-1.1b-chat-v0.3.Q4_K_S.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q3_K_S.bin + - filename: tinyllama-1.1b-chat-v0.3.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q4_0.bin + model: tinyllama-1.1b-chat-v0.3.Q5_0.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q4_0.bin + - filename: tinyllama-1.1b-chat-v0.3.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q4_1.bin + model: tinyllama-1.1b-chat-v0.3.Q5_K_M.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q4_1.bin + - filename: tinyllama-1.1b-chat-v0.3.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q4_K_M.bin + model: tinyllama-1.1b-chat-v0.3.Q5_K_S.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q4_K_M.bin + - filename: tinyllama-1.1b-chat-v0.3.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q4_K_S.bin + model: tinyllama-1.1b-chat-v0.3.Q6_K.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q4_K_S.bin + - filename: tinyllama-1.1b-chat-v0.3.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-chat-v0.3-gguf__tinyllama-1.1b-chat-v0.3.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - dataset:OpenAssistant/oasst_top1_2023-08-25 + - license:apache-2.0 + - has_space - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q5_0.bin + model: tinyllama-1.1b-chat-v0.3.Q8_0.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q5_0.bin + - filename: tinyllama-1.1b-chat-v0.3.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q5_1.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q2_K.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q5_1.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q5_K_M.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_L.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q5_K_M.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q5_K_S.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_M.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q5_K_S.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q6_K.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_S.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q6_K.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythologic-mini-7b-ggml__mythologic-mini-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythologic-mini-7b.ggmlv3.q8_0.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q4_0.gguf files: - - filename: mythologic-mini-7b.ggmlv3.q8_0.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoLogic-Mini-7B-GGML/resolve/main/mythologic-mini-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q2_K.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_M.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q2_K.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_S.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q5_0.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_M.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q4_0.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_S.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q4_0.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q4_1.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q6_K.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q4_1.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-intermediate-step-480k-1t-gguf__tinyllama-1.1b-intermediate-step-480k-1t.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin + model: tinyllama-1.1b-intermediate-step-480k-1t.Q8_0.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin + - filename: tinyllama-1.1b-intermediate-step-480k-1t.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-intermediate-step-480k-1T-GGUF/resolve/main/tinyllama-1.1b-intermediate-step-480k-1t.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin + model: tinyllama-1.1b-python-v0.1.Q2_K.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin + - filename: tinyllama-1.1b-python-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q5_0.bin + model: tinyllama-1.1b-python-v0.1.Q3_K_L.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q5_0.bin + - filename: tinyllama-1.1b-python-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q5_1.bin + model: tinyllama-1.1b-python-v0.1.Q3_K_M.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q5_1.bin + - filename: tinyllama-1.1b-python-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin + model: tinyllama-1.1b-python-v0.1.Q3_K_S.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin + - filename: tinyllama-1.1b-python-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin + model: tinyllama-1.1b-python-v0.1.Q4_0.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin + - filename: tinyllama-1.1b-python-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q6_K.bin + model: tinyllama-1.1b-python-v0.1.Q4_K_M.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q6_K.bin + - filename: tinyllama-1.1b-python-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-kimiko-mix-ggml__mythomax-kimiko-mix.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama - - license:llama2 - - text-generation-inference + - tinyllama + - en + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-kimiko-mix.ggmlv3.Q8_0.bin + model: tinyllama-1.1b-python-v0.1.Q4_K_S.gguf files: - - filename: mythomax-kimiko-mix.ggmlv3.Q8_0.bin + - filename: tinyllama-1.1b-python-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-Kimiko-Mix-GGML/resolve/main/mythomax-kimiko-mix.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q2_K.bin + model: tinyllama-1.1b-python-v0.1.Q5_0.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q2_K.bin + - filename: tinyllama-1.1b-python-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q3_K_L.bin + model: tinyllama-1.1b-python-v0.1.Q5_K_M.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q3_K_L.bin + - filename: tinyllama-1.1b-python-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q3_K_M.bin + model: tinyllama-1.1b-python-v0.1.Q5_K_S.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q3_K_M.bin + - filename: tinyllama-1.1b-python-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q3_K_S.bin + model: tinyllama-1.1b-python-v0.1.Q6_K.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q3_K_S.bin + - filename: tinyllama-1.1b-python-v0.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tinyllama-1.1b-python-v0.1-gguf__tinyllama-1.1b-python-v0.1.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF tags: - transformers - - llama + - tinyllama - en - - license:llama2 - - text-generation-inference + - dataset:cerebras/SlimPajama-627B + - dataset:bigcode/starcoderdata + - license:apache-2.0 - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q4_0.bin + model: tinyllama-1.1b-python-v0.1.Q8_0.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q4_0.bin + - filename: tinyllama-1.1b-python-v0.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/TinyLlama-1.1B-python-v0.1-GGUF/resolve/main/tinyllama-1.1b-python-v0.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q4_1.bin + model: tinyllama-2-1b-miniguanaco.Q2_K.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q4_1.bin + - filename: tinyllama-2-1b-miniguanaco.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q2_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q4_K_M.bin + model: tinyllama-2-1b-miniguanaco.Q3_K_L.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q4_K_M.bin + - filename: tinyllama-2-1b-miniguanaco.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q4_K_S.bin + model: tinyllama-2-1b-miniguanaco.Q3_K_M.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q4_K_S.bin + - filename: tinyllama-2-1b-miniguanaco.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q5_0.bin + model: tinyllama-2-1b-miniguanaco.Q3_K_S.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q5_0.bin + - filename: tinyllama-2-1b-miniguanaco.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q5_1.bin + model: tinyllama-2-1b-miniguanaco.Q4_0.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q5_1.bin + - filename: tinyllama-2-1b-miniguanaco.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q4_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q5_K_M.bin + model: tinyllama-2-1b-miniguanaco.Q4_K_M.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q5_K_M.bin + - filename: tinyllama-2-1b-miniguanaco.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q5_K_S.bin + model: tinyllama-2-1b-miniguanaco.Q4_K_S.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q5_K_S.bin + - filename: tinyllama-2-1b-miniguanaco.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q6_K.bin + model: tinyllama-2-1b-miniguanaco.Q5_0.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q6_K.bin + - filename: tinyllama-2-1b-miniguanaco.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-13b-ggml__mythomax-l2-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q5_0.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-13b.ggmlv3.q8_0.bin + model: tinyllama-2-1b-miniguanaco.Q5_K_M.gguf files: - - filename: mythomax-l2-13b.ggmlv3.q8_0.bin + - filename: tinyllama-2-1b-miniguanaco.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-13B-GGML/resolve/main/mythomax-l2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin + model: tinyllama-2-1b-miniguanaco.Q5_K_S.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin + - filename: tinyllama-2-1b-miniguanaco.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin + model: tinyllama-2-1b-miniguanaco.Q6_K.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin + - filename: tinyllama-2-1b-miniguanaco.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q6_K.gguf +- url: github:go-skynet/model-gallery/guanaco.yaml + name: thebloke__tinyllama-2-1b-miniguanaco-gguf__tinyllama-2-1b-miniguanaco.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF tags: - transformers - llama - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin + model: tinyllama-2-1b-miniguanaco.Q8_0.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin + - filename: tinyllama-2-1b-miniguanaco.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Tinyllama-2-1b-miniguanaco-GGUF/resolve/main/tinyllama-2-1b-miniguanaco.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q3_k_s.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin + model: tora-13b-v1.0.Q2_K.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin + - filename: tora-13b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_0.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin + model: tora-13b-v1.0.Q3_K_L.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin + - filename: tora-13b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_1.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin + model: tora-13b-v1.0.Q3_K_M.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin + - filename: tora-13b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_k_m.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin + model: tora-13b-v1.0.Q3_K_S.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin + - filename: tora-13b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q4_k_s.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin + model: tora-13b-v1.0.Q4_0.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin + - filename: tora-13b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_0.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin + model: tora-13b-v1.0.Q4_K_M.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin + - filename: tora-13b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_1.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin + model: tora-13b-v1.0.Q4_K_S.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin + - filename: tora-13b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_k_m.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin + model: tora-13b-v1.0.Q5_0.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin + - filename: tora-13b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q5_k_s.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin + model: tora-13b-v1.0.Q5_K_M.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin + - filename: tora-13b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q6_k.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin + model: tora-13b-v1.0.Q5_K_S.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin + - filename: tora-13b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomax-l2-kimiko-v2-13b-ggml__mythomax-l2-kimiko-v2-13b.ggmlv3.q8_0.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin + model: tora-13b-v1.0.Q6_K.gguf files: - - filename: mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin + - filename: tora-13b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMax-L2-Kimiko-v2-13B-GGML/resolve/main/mythomax-l2-kimiko-v2-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q2_k.bin + name: thebloke__tora-13b-v1.0-gguf__tora-13b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q2_K.bin + model: tora-13b-v1.0.Q8_0.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q2_K.bin + - filename: tora-13b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tora-13B-v1.0-GGUF/resolve/main/tora-13b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_l.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q3_K_L.bin + model: tora-70b-v1.0.Q2_K.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q3_K_L.bin + - filename: tora-70b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_m.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q3_K_M.bin + model: tora-70b-v1.0.Q3_K_L.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q3_K_M.bin + - filename: tora-70b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q3_k_s.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q3_K_S.bin + model: tora-70b-v1.0.Q3_K_M.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q3_K_S.bin + - filename: tora-70b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_0.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q4_0.bin + model: tora-70b-v1.0.Q3_K_S.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q4_0.bin + - filename: tora-70b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_1.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q4_1.bin + model: tora-70b-v1.0.Q4_0.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q4_1.bin + - filename: tora-70b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_k_m.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q4_K_M.bin + model: tora-70b-v1.0.Q4_K_M.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q4_K_M.bin + - filename: tora-70b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q4_k_s.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q4_K_S.bin + model: tora-70b-v1.0.Q4_K_S.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q4_K_S.bin + - filename: tora-70b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_0.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q5_0.bin + model: tora-70b-v1.0.Q5_0.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q5_0.bin + - filename: tora-70b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_1.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q5_1.bin + model: tora-70b-v1.0.Q5_K_M.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q5_1.bin + - filename: tora-70b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_k_m.bin + name: thebloke__tora-70b-v1.0-gguf__tora-70b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q5_K_M.bin + model: tora-70b-v1.0.Q5_K_S.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q5_K_M.bin + - filename: tora-70b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tora-70B-v1.0-GGUF/resolve/main/tora-70b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q5_k_s.bin + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q5_K_S.bin + model: tora-7b-v1.0.Q2_K.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q5_K_S.bin + - filename: tora-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q6_k.bin + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q6_K.bin + model: tora-7b-v1.0.Q3_K_L.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q6_K.bin + - filename: tora-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__mythomix-l2-13b-ggml__mythomix-l2-13b.ggmlv3.q8_0.bin + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: mythomix-l2-13b.ggmlv3.q8_0.bin + model: tora-7b-v1.0.Q3_K_M.gguf files: - - filename: mythomix-l2-13b.ggmlv3.q8_0.bin + - filename: tora-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/MythoMix-L2-13B-GGML/resolve/main/mythomix-l2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q2_k.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q2_K.bin + model: tora-7b-v1.0.Q3_K_S.gguf files: - - filename: newhope.ggmlv3.q2_K.bin + - filename: tora-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_l.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q3_K_L.bin + model: tora-7b-v1.0.Q4_0.gguf files: - - filename: newhope.ggmlv3.q3_K_L.bin + - filename: tora-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_m.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q3_K_M.bin + model: tora-7b-v1.0.Q4_K_M.gguf files: - - filename: newhope.ggmlv3.q3_K_M.bin + - filename: tora-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q3_k_s.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q3_K_S.bin + model: tora-7b-v1.0.Q4_K_S.gguf files: - - filename: newhope.ggmlv3.q3_K_S.bin + - filename: tora-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q4_0.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q4_0.bin + model: tora-7b-v1.0.Q5_0.gguf files: - - filename: newhope.ggmlv3.q4_0.bin + - filename: tora-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q4_1.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q4_1.bin + model: tora-7b-v1.0.Q5_K_M.gguf files: - - filename: newhope.ggmlv3.q4_1.bin + - filename: tora-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q4_k_m.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q4_K_M.bin + model: tora-7b-v1.0.Q5_K_S.gguf files: - - filename: newhope.ggmlv3.q4_K_M.bin + - filename: tora-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q4_k_s.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q4_K_S.bin + model: tora-7b-v1.0.Q6_K.gguf files: - - filename: newhope.ggmlv3.q4_K_S.bin + - filename: tora-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q5_0.bin - license: other + name: thebloke__tora-7b-v1.0-gguf__tora-7b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q5_0.bin + model: tora-7b-v1.0.Q8_0.gguf files: - - filename: newhope.ggmlv3.q5_0.bin + - filename: tora-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tora-7B-v1.0-GGUF/resolve/main/tora-7b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q5_1.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q5_1.bin + model: tora-code-13b-v1.0.Q2_K.gguf files: - - filename: newhope.ggmlv3.q5_1.bin + - filename: tora-code-13b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q5_k_m.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q5_K_M.bin + model: tora-code-13b-v1.0.Q3_K_L.gguf files: - - filename: newhope.ggmlv3.q5_K_M.bin + - filename: tora-code-13b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q5_k_s.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q5_K_S.bin + model: tora-code-13b-v1.0.Q3_K_M.gguf files: - - filename: newhope.ggmlv3.q5_K_S.bin + - filename: tora-code-13b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q6_k.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q6_K.bin + model: tora-code-13b-v1.0.Q3_K_S.gguf files: - - filename: newhope.ggmlv3.q6_K.bin + - filename: tora-code-13b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__newhope-ggml__newhope.ggmlv3.q8_0.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/NewHope-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - transformers - llama - - license:other + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: newhope.ggmlv3.q8_0.bin + model: tora-code-13b-v1.0.Q4_0.gguf files: - - filename: newhope.ggmlv3.q8_0.bin + - filename: tora-code-13b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/NewHope-GGML/resolve/main/newhope.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q2_K.bin + model: tora-code-13b-v1.0.Q4_K_M.gguf files: - - filename: nous-hermes-13b.ggmlv3.q2_K.bin + - filename: tora-code-13b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q3_K_L.bin + model: tora-code-13b-v1.0.Q4_K_S.gguf files: - - filename: nous-hermes-13b.ggmlv3.q3_K_L.bin + - filename: tora-code-13b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q3_K_M.bin + model: tora-code-13b-v1.0.Q5_0.gguf files: - - filename: nous-hermes-13b.ggmlv3.q3_K_M.bin + - filename: tora-code-13b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q3_K_S.bin + model: tora-code-13b-v1.0.Q5_K_M.gguf files: - - filename: nous-hermes-13b.ggmlv3.q3_K_S.bin + - filename: tora-code-13b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q4_0.bin + model: tora-code-13b-v1.0.Q5_K_S.gguf files: - - filename: nous-hermes-13b.ggmlv3.q4_0.bin + - filename: tora-code-13b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q4_1.bin + model: tora-code-13b-v1.0.Q6_K.gguf files: - - filename: nous-hermes-13b.ggmlv3.q4_1.bin + - filename: tora-code-13b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__tora-code-13b-v1.0-gguf__tora-code-13b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q4_K_M.bin + model: tora-code-13b-v1.0.Q8_0.gguf files: - - filename: nous-hermes-13b.ggmlv3.q4_K_M.bin + - filename: tora-code-13b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-13B-v1.0-GGUF/resolve/main/tora-code-13b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q4_K_S.bin + model: tora-code-34b-v1.0.Q2_K.gguf files: - - filename: nous-hermes-13b.ggmlv3.q4_K_S.bin + - filename: tora-code-34b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q5_0.bin + model: tora-code-34b-v1.0.Q3_K_L.gguf files: - - filename: nous-hermes-13b.ggmlv3.q5_0.bin + - filename: tora-code-34b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q5_1.bin + model: tora-code-34b-v1.0.Q3_K_M.gguf files: - - filename: nous-hermes-13b.ggmlv3.q5_1.bin + - filename: tora-code-34b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q5_K_M.bin + model: tora-code-34b-v1.0.Q3_K_S.gguf files: - - filename: nous-hermes-13b.ggmlv3.q5_K_M.bin + - filename: tora-code-34b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q5_K_S.bin + model: tora-code-34b-v1.0.Q4_0.gguf files: - - filename: nous-hermes-13b.ggmlv3.q5_K_S.bin + - filename: tora-code-34b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q6_K.bin + model: tora-code-34b-v1.0.Q4_K_M.gguf files: - - filename: nous-hermes-13b.ggmlv3.q6_K.bin + - filename: tora-code-34b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-13b-ggml__nous-hermes-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - code + - math + - text-generation + - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-13b.ggmlv3.q8_0.bin + model: tora-code-34b-v1.0.Q4_K_S.gguf files: - - filename: nous-hermes-13b.ggmlv3.q8_0.bin + - filename: tora-code-34b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q2_k.bin + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q2_K.bin + model: tora-code-34b-v1.0.Q5_0.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q2_K.bin + - filename: tora-code-34b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_l.bin + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin + model: tora-code-34b-v1.0.Q5_K_M.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin + - filename: tora-code-34b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_m.bin + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin + model: tora-code-34b-v1.0.Q5_K_S.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin + - filename: tora-code-34b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q3_k_s.bin + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin + model: tora-code-34b-v1.0.Q6_K.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin + - filename: tora-code-34b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_0.bin + name: thebloke__tora-code-34b-v1.0-gguf__tora-code-34b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q4_0.bin + model: tora-code-34b-v1.0.Q8_0.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q4_0.bin + - filename: tora-code-34b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tora-code-34b-v1.0-GGUF/resolve/main/tora-code-34b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_1.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q4_1.bin + model: tora-code-7b-v1.0.Q2_K.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q4_1.bin + - filename: tora-code-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_k_m.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin + model: tora-code-7b-v1.0.Q3_K_L.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin + - filename: tora-code-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q4_k_s.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin + model: tora-code-7b-v1.0.Q3_K_M.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin + - filename: tora-code-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_0.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q5_0.bin + model: tora-code-7b-v1.0.Q3_K_S.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q5_0.bin + - filename: tora-code-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_1.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q5_1.bin + model: tora-code-7b-v1.0.Q4_0.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q5_1.bin + - filename: tora-code-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_k_m.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin + model: tora-code-7b-v1.0.Q4_K_M.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin + - filename: tora-code-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q5_k_s.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin + model: tora-code-7b-v1.0.Q4_K_S.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin + - filename: tora-code-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q6_k.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q6_K.bin + model: tora-code-7b-v1.0.Q5_0.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q6_K.bin + - filename: tora-code-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama-2-7b-ggml__nous-hermes-llama-2-7b.ggmlv3.q8_0.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama-2-7b.ggmlv3.q8_0.bin + model: tora-code-7b-v1.0.Q5_K_M.gguf files: - - filename: nous-hermes-llama-2-7b.ggmlv3.q8_0.bin + - filename: tora-code-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama-2-7B-GGML/resolve/main/nous-hermes-llama-2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q2_k.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q2_K.bin + model: tora-code-7b-v1.0.Q5_K_S.gguf files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q2_K.bin + - filename: tora-code-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_l.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin + model: tora-code-7b-v1.0.Q6_K.gguf files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin + - filename: tora-code-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_m.bin + name: thebloke__tora-code-7b-v1.0-gguf__tora-code-7b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF tags: - transformers - llama - - llama-2 - - self-instruct - - distillation - - synthetic instruction + - code + - math + - text-generation - en + - dataset:gsm8k + - dataset:competition_math + - arxiv:2309.17452 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin + model: tora-code-7b-v1.0.Q8_0.gguf files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin + - filename: tora-code-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/tora-code-7B-v1.0-GGUF/resolve/main/tora-code-7b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q3_k_s.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin + model: trurl-2-13b.ggmlv3.q2_K.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin + - filename: trurl-2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_0.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q4_0.bin + model: trurl-2-13b.ggmlv3.q3_K_L.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q4_0.bin + - filename: trurl-2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_1.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q4_1.bin + model: trurl-2-13b.ggmlv3.q3_K_M.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q4_1.bin + - filename: trurl-2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_k_m.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin + model: trurl-2-13b.ggmlv3.q3_K_S.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin + - filename: trurl-2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q4_k_s.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin + model: trurl-2-13b.ggmlv3.q4_0.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin + - filename: trurl-2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_0.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q5_0.bin + model: trurl-2-13b.ggmlv3.q4_1.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q5_0.bin + - filename: trurl-2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_k_m.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin + model: trurl-2-13b.ggmlv3.q4_K_M.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin + - filename: trurl-2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-70b-ggml__nous-hermes-llama2-70b.ggmlv3.q5_k_s.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin + model: trurl-2-13b.ggmlv3.q4_K_S.bin files: - - filename: nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin + - filename: trurl-2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/resolve/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q2_k.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q2_K.bin + model: trurl-2-13b.ggmlv3.q5_0.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q2_K.bin + - filename: trurl-2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_l.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin + model: trurl-2-13b.ggmlv3.q5_1.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin + - filename: trurl-2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_m.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin + model: trurl-2-13b.ggmlv3.q5_K_M.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin + - filename: trurl-2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q3_k_s.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin + model: trurl-2-13b.ggmlv3.q5_K_S.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin + - filename: trurl-2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_0.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q4_0.bin + model: trurl-2-13b.ggmlv3.q6_K.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q4_0.bin + - filename: trurl-2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_1.bin + name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q4_1.bin + model: trurl-2-13b.ggmlv3.q8_0.bin files: - - filename: nous-hermes-llama2-13b.ggmlv3.q4_1.bin + - filename: trurl-2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_k_m.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin + model: trurl-2-13b.Q2_K.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin + - filename: trurl-2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q4_k_s.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin + model: trurl-2-13b.Q3_K_L.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin + - filename: trurl-2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_0.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q5_0.bin + model: trurl-2-13b.Q3_K_M.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q5_0.bin + - filename: trurl-2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_1.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q5_1.bin + model: trurl-2-13b.Q3_K_S.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q5_1.bin + - filename: trurl-2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_k_m.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin + model: trurl-2-13b.Q4_0.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin + - filename: trurl-2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q5_k_s.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin + model: trurl-2-13b.Q4_K_M.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin + - filename: trurl-2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q6_k.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q6_K.bin + model: trurl-2-13b.Q4_K_S.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q6_K.bin + - filename: trurl-2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-hermes-llama2-ggml__nous-hermes-llama2-13b.ggmlv3.q8_0.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - self-instruct - - distillation - - synthetic instruction + - trurl + - trurl-2 + - text-generation - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-hermes-llama2-13b.ggmlv3.q8_0.bin + model: trurl-2-13b.Q5_0.gguf files: - - filename: nous-hermes-llama2-13b.ggmlv3.q8_0.bin + - filename: trurl-2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Hermes-Llama2-GGML/resolve/main/nous-hermes-llama2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q2_k.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q2_K.bin + model: trurl-2-13b.Q5_K_M.gguf files: - - filename: nous-puffin-70b.ggmlv3.Q2_K.bin + - filename: trurl-2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_l.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q3_K_L.bin + model: trurl-2-13b.Q5_K_S.gguf files: - - filename: nous-puffin-70b.ggmlv3.Q3_K_L.bin + - filename: trurl-2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_m.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q3_K_M.bin + model: trurl-2-13b.Q6_K.gguf files: - - filename: nous-puffin-70b.ggmlv3.Q3_K_M.bin + - filename: trurl-2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q3_k_s.bin + name: thebloke__trurl-2-13b-gguf__trurl-2-13b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-13B-GGUF tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q3_K_S.bin + model: trurl-2-13b.Q8_0.gguf files: - - filename: nous-puffin-70b.ggmlv3.Q3_K_S.bin + - filename: trurl-2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGUF/resolve/main/trurl-2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_0.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q4_0.bin + model: trurl-2-7b.ggmlv3.q2_K.bin files: - - filename: nous-puffin-70b.ggmlv3.Q4_0.bin + - filename: trurl-2-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_1.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q4_1.bin + model: trurl-2-7b.ggmlv3.q3_K_L.bin files: - - filename: nous-puffin-70b.ggmlv3.Q4_1.bin + - filename: trurl-2-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_k_m.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q4_K_M.bin + model: trurl-2-7b.ggmlv3.q3_K_M.bin files: - - filename: nous-puffin-70b.ggmlv3.Q4_K_M.bin + - filename: trurl-2-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q4_k_s.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q4_K_S.bin + model: trurl-2-7b.ggmlv3.q3_K_S.bin files: - - filename: nous-puffin-70b.ggmlv3.Q4_K_S.bin + - filename: trurl-2-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_0.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q5_0.bin + model: trurl-2-7b.ggmlv3.q4_0.bin files: - - filename: nous-puffin-70b.ggmlv3.Q5_0.bin + - filename: trurl-2-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_k_m.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q5_K_M.bin + model: trurl-2-7b.ggmlv3.q4_1.bin files: - - filename: nous-puffin-70b.ggmlv3.Q5_K_M.bin + - filename: trurl-2-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__nous-puffin-70b-ggml__nous-puffin-70b.ggmlv3.q5_k_s.bin + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - llama + - voicelab + - pytorch - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin + - trurl + - trurl-2 + - text-generation + - en + - pl - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: nous-puffin-70b.ggmlv3.Q5_K_S.bin + model: trurl-2-7b.ggmlv3.q4_K_M.bin files: - - filename: nous-puffin-70b.ggmlv3.Q5_K_S.bin + - filename: trurl-2-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Nous-Puffin-70B-GGML/resolve/main/nous-puffin-70b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__octocoder-ggml__octocoder.ggmlv1.q4_0.bin - license: bigcode-openrail-m + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Octocoder-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - - starcoder - - code + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - - dataset:bigcode/commitpackft - - dataset:bigcode/oasst-octopack - - arxiv:2308.07124 - - license:bigcode-openrail-m - - model-index + - en + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: octocoder.ggmlv1.q4_0.bin + model: trurl-2-7b.ggmlv3.q4_K_S.bin files: - - filename: octocoder.ggmlv1.q4_0.bin + - filename: trurl-2-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__octocoder-ggml__octocoder.ggmlv1.q4_1.bin - license: bigcode-openrail-m + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Octocoder-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - - starcoder - - code + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - - dataset:bigcode/commitpackft - - dataset:bigcode/oasst-octopack - - arxiv:2308.07124 - - license:bigcode-openrail-m - - model-index + - en + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: octocoder.ggmlv1.q4_1.bin + model: trurl-2-7b.ggmlv3.q5_0.bin files: - - filename: octocoder.ggmlv1.q4_1.bin + - filename: trurl-2-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__octocoder-ggml__octocoder.ggmlv1.q5_0.bin - license: bigcode-openrail-m + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Octocoder-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - - starcoder - - code + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - - dataset:bigcode/commitpackft - - dataset:bigcode/oasst-octopack - - arxiv:2308.07124 - - license:bigcode-openrail-m - - model-index + - en + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: octocoder.ggmlv1.q5_0.bin + model: trurl-2-7b.ggmlv3.q5_1.bin files: - - filename: octocoder.ggmlv1.q5_0.bin + - filename: trurl-2-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__octocoder-ggml__octocoder.ggmlv1.q5_1.bin - license: bigcode-openrail-m + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Octocoder-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - - starcoder - - code + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - - dataset:bigcode/commitpackft - - dataset:bigcode/oasst-octopack - - arxiv:2308.07124 - - license:bigcode-openrail-m - - model-index + - en + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: octocoder.ggmlv1.q5_1.bin + model: trurl-2-7b.ggmlv3.q5_K_M.bin files: - - filename: octocoder.ggmlv1.q5_1.bin + - filename: trurl-2-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__octocoder-ggml__octocoder.ggmlv1.q8_0.bin - license: bigcode-openrail-m + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Octocoder-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers - - starcoder - - code + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - - dataset:bigcode/commitpackft - - dataset:bigcode/oasst-octopack - - arxiv:2308.07124 - - license:bigcode-openrail-m - - model-index + - en + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: octocoder.ggmlv1.q8_0.bin + model: trurl-2-7b.ggmlv3.q5_K_S.bin files: - - filename: octocoder.ggmlv1.q8_0.bin + - filename: trurl-2-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Octocoder-GGML/resolve/main/octocoder.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q2_k.bin - license: cc + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q2_K.bin + model: trurl-2-7b.ggmlv3.q6_K.bin files: - - filename: open-llama-13b-open-instruct.ggmlv3.q2_K.bin + - filename: trurl-2-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_l.bin - license: cc + name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGML tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin + model: trurl-2-7b.ggmlv3.q8_0.bin files: - - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin + - filename: trurl-2-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_m.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin + model: trurl-2-7b.Q2_K.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin + - filename: trurl-2-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q3_k_s.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin + model: trurl-2-7b.Q3_K_L.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin + - filename: trurl-2-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_0.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q4_0.bin + model: trurl-2-7b.Q3_K_M.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q4_0.bin + - filename: trurl-2-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_1.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q4_1.bin + model: trurl-2-7b.Q3_K_S.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q4_1.bin + - filename: trurl-2-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_k_m.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin + model: trurl-2-7b.Q4_0.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin + - filename: trurl-2-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q4_k_s.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin + model: trurl-2-7b.Q4_K_M.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin + - filename: trurl-2-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_0.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q5_0.bin + model: trurl-2-7b.Q4_K_S.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q5_0.bin + - filename: trurl-2-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_1.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q5_1.bin + model: trurl-2-7b.Q5_0.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q5_1.bin + - filename: trurl-2-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_k_m.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin + model: trurl-2-7b.Q5_K_M.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin + - filename: trurl-2-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q5_k_s.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin + model: trurl-2-7b.Q5_K_S.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin + - filename: trurl-2-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q6_k.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-13b-open-instruct.ggmlv3.q6_K.bin + model: trurl-2-7b.Q6_K.gguf files: - - filename: open-llama-13b-open-instruct.ggmlv3.q6_K.bin + - filename: trurl-2-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-13b-open-instruct-ggml__open-llama-13b-open-instruct.ggmlv3.q8_0.bin - license: cc + name: thebloke__trurl-2-7b-gguf__trurl-2-7b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML + - https://huggingface.co/TheBloke/Trurl-2-7B-GGUF tags: - transformers + - llama + - voicelab + - pytorch + - llama-2 + - trurl + - trurl-2 - text-generation - en - - dataset:VMware/open-instruct-v1-oasst-dolly-hhrlhf - - license:cc - - region:us - overrides: - parameters: - model: open-llama-13b-open-instruct.ggmlv3.q8_0.bin - files: - - filename: open-llama-13b-open-instruct.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-13b-open-instruct-GGML/resolve/main/open-llama-13b-open-instruct.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q2_k.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: open-llama-7B-open-instruct.ggmlv3.q2_K.bin - files: - - filename: open-llama-7B-open-instruct.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_l.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin - files: - - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_m.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin - files: - - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q3_k_s.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin - files: - - filename: open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_0.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other - - region:us - overrides: - parameters: - model: open-llama-7B-open-instruct.ggmlv3.q4_0.bin - files: - - filename: open-llama-7B-open-instruct.ggmlv3.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_1.bin - license: other - urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML - tags: - - license:other + - pl + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q4_1.bin + model: trurl-2-7b.Q8_0.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q4_1.bin + - filename: trurl-2-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGUF/resolve/main/trurl-2-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_k_m.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin + model: tulpar-7b-v0.Q2_K.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin + - filename: tulpar-7b-v0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q4_k_s.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin + model: tulpar-7b-v0.Q3_K_L.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin + - filename: tulpar-7b-v0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_0.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q5_0.bin + model: tulpar-7b-v0.Q3_K_M.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q5_0.bin + - filename: tulpar-7b-v0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_1.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q5_1.bin + model: tulpar-7b-v0.Q3_K_S.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q5_1.bin + - filename: tulpar-7b-v0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_k_m.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin + model: tulpar-7b-v0.Q4_0.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin + - filename: tulpar-7b-v0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q5_k_s.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin + model: tulpar-7b-v0.Q4_K_M.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin + - filename: tulpar-7b-v0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q6_k.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q6_K.bin + model: tulpar-7b-v0.Q4_K_S.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q6_K.bin + - filename: tulpar-7b-v0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-open-instruct-ggml__open-llama-7b-open-instruct.ggmlv3.q8_0.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7B-open-instruct.ggmlv3.q8_0.bin + model: tulpar-7b-v0.Q5_0.gguf files: - - filename: open-llama-7B-open-instruct.ggmlv3.q8_0.bin + - filename: tulpar-7b-v0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7b-open-instruct-GGML/resolve/main/open-llama-7B-open-instruct.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q2_k.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin + model: tulpar-7b-v0.Q5_K_M.gguf files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin + - filename: tulpar-7b-v0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_l.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin + model: tulpar-7b-v0.Q5_K_S.gguf files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin + - filename: tulpar-7b-v0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_m.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin + model: tulpar-7b-v0.Q6_K.gguf files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin + - filename: tulpar-7b-v0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q3_k_s.bin - license: other + name: thebloke__tulpar-7b-v0-gguf__tulpar-7b-v0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF tags: - - license:other + - transformers + - llama + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin + model: tulpar-7b-v0.Q8_0.gguf files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin + - filename: tulpar-7b-v0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Tulpar-7B-v0-GGUF/resolve/main/tulpar-7b-v0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin + model: tulu-13b.ggmlv3.q2_K.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin + - filename: tulu-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin + model: tulu-13b.ggmlv3.q3_K_L.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin + - filename: tulu-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_k_m.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin + model: tulu-13b.ggmlv3.q3_K_M.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin + - filename: tulu-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q4_k_s.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin + model: tulu-13b.ggmlv3.q3_K_S.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin + - filename: tulu-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin + model: tulu-13b.ggmlv3.q4_0.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin + - filename: tulu-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin + model: tulu-13b.ggmlv3.q4_1.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin + - filename: tulu-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_k_m.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin + model: tulu-13b.ggmlv3.q4_K_M.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin + - filename: tulu-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q5_k_s.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin + model: tulu-13b.ggmlv3.q4_K_S.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin + - filename: tulu-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q6_k.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin + model: tulu-13b.ggmlv3.q5_0.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin + - filename: tulu-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__open-llama-7b-v2-open-instruct-ggml__open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin + model: tulu-13b.ggmlv3.q5_1.bin files: - - filename: open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin + - filename: tulu-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GGML/resolve/main/open-llama-7b-v2-open-instruct.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: - - transformers - - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin + model: tulu-13b.ggmlv3.q5_K_M.bin files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin + - filename: tulu-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: - - transformers - - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin + model: tulu-13b.ggmlv3.q5_K_S.bin files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin + - filename: tulu-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: - - transformers - - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin + model: tulu-13b.ggmlv3.q6_K.bin files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin + - filename: tulu-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGML tags: - - transformers - - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin + model: tulu-13b.ggmlv3.q8_0.bin files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin + - filename: tulu-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin + model: tulu-13b.Q2_K.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin + - filename: tulu-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin + model: tulu-13b.Q3_K_L.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin + - filename: tulu-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin + model: tulu-13b.Q3_K_M.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin + - filename: tulu-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin + model: tulu-13b.Q3_K_S.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin + - filename: tulu-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin + model: tulu-13b.Q4_0.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin + - filename: tulu-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin + model: tulu-13b.Q4_K_M.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin + - filename: tulu-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin + model: tulu-13b.Q4_K_S.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin + - filename: tulu-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin + model: tulu-13b.Q5_0.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin + - filename: tulu-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin + model: tulu-13b.Q5_K_M.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin + - filename: tulu-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-8k-3319-ggml__openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__tulu-13b-gguf__tulu-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - sft - - text-generation - en - - dataset:ehartford/dolphin - - dataset:shahules786/orca-chat - - dataset:togethercomputer/RedPajama-Data-1T - - dataset:atom-in-the-universe/fanfics-10k-50k - - arxiv:2306.02707 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin + model: tulu-13b.Q5_K_S.gguf files: - - filename: openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin + - filename: tulu-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-8K-3319-GGML/resolve/main/openassistant-llama2-13b-orca-8k-3319.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_k.bin + name: thebloke__tulu-13b-gguf__tulu-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin + model: tulu-13b.Q6_K.gguf files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin + - filename: tulu-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_l.bin + name: thebloke__tulu-13b-gguf__tulu-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-13B-GGUF tags: - transformers - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin + model: tulu-13b.Q8_0.gguf files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin + - filename: tulu-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-13B-GGUF/resolve/main/tulu-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_m.bin + name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin + model: tulu-13b-superhot-8k.ggmlv3.q4_0.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin + - filename: tulu-13b-superhot-8k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_k_s.bin + name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin + model: tulu-13b-superhot-8k.ggmlv3.q4_1.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin + - filename: tulu-13b-superhot-8k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin + name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin + model: tulu-13b-superhot-8k.ggmlv3.q5_0.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin + - filename: tulu-13b-superhot-8k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin + name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin + model: tulu-13b-superhot-8k.ggmlv3.q5_1.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin + - filename: tulu-13b-superhot-8k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_k_m.bin + name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin + model: tulu-13b-superhot-8k.ggmlv3.q8_0.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin + - filename: tulu-13b-superhot-8k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_k_s.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin + model: tulu-30b.ggmlv3.q2_K.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin + - filename: tulu-30b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin + model: tulu-30b.ggmlv3.q3_K_L.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin + - filename: tulu-30b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin + model: tulu-30b.ggmlv3.q3_K_M.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin + - filename: tulu-30b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_k_m.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin + model: tulu-30b.ggmlv3.q3_K_S.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin + - filename: tulu-30b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_k_s.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin + model: tulu-30b.ggmlv3.q4_0.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin + - filename: tulu-30b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_k.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin + model: tulu-30b.ggmlv3.q4_1.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin + - filename: tulu-30b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-llama2-13b-orca-v2-8k-3166-ggml__openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: - - transformers - - llama - - dataset:shahules786/orca-chat - - dataset:rombodawg/MegaCodeTraining112k - - dataset:theblackcat102/evol-codealpaca-v1 - - dataset:nickrosh/Evol-Instruct-Code-80k-v1 + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin + model: tulu-30b.ggmlv3.q4_K_M.bin files: - - filename: openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin + - filename: tulu-30b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-Llama2-13B-Orca-v2-8K-3166-GGML/resolve/main/openassistant-llama2-13b-orca-v2-8k-3166.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q2_k.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin + model: tulu-30b.ggmlv3.q4_K_S.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin + - filename: tulu-30b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_l.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin + model: tulu-30b.ggmlv3.q5_0.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin + - filename: tulu-30b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_m.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin + model: tulu-30b.ggmlv3.q5_1.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin + - filename: tulu-30b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q3_k_s.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin + model: tulu-30b.ggmlv3.q5_K_M.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin + - filename: tulu-30b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_0.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin + model: tulu-30b.ggmlv3.q5_K_S.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin + - filename: tulu-30b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_k_m.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin + model: tulu-30b.ggmlv3.q6_K.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin + - filename: tulu-30b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q4_k_s.bin + name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGML tags: + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin + model: tulu-30b.ggmlv3.q8_0.bin files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin + - filename: tulu-30b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_0.bin + name: thebloke__tulu-30b-gguf__tulu-30b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: + - transformers + - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other + - text-generation-inference - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin + model: tulu-30b.Q2_K.gguf files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin + - filename: tulu-30b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_1.bin + name: thebloke__tulu-30b-gguf__tulu-30b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: + - transformers + - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other + - text-generation-inference - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin + model: tulu-30b.Q3_K_L.gguf files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin + - filename: tulu-30b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_k_m.bin + name: thebloke__tulu-30b-gguf__tulu-30b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: + - transformers + - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other + - text-generation-inference - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin + model: tulu-30b.Q3_K_M.gguf files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin + - filename: tulu-30b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q5_k_s.bin + name: thebloke__tulu-30b-gguf__tulu-30b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: + - transformers + - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other + - text-generation-inference - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin + model: tulu-30b.Q3_K_S.gguf files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin + - filename: tulu-30b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openassistant-sft-7-llama-30b-ggml__openassistant-sft-7-llama-30b.ggmlv3.q6_k.bin + name: thebloke__tulu-30b-gguf__tulu-30b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: + - transformers + - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 - arxiv:2304.07327 - license:other + - text-generation-inference - region:us overrides: parameters: - model: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin + model: tulu-30b.Q4_0.gguf files: - - filename: OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin + - filename: tulu-30b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenAssistant-SFT-7-Llama-30B-GGML/resolve/main/OpenAssistant-SFT-7-Llama-30B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin + model: tulu-30b.Q4_K_M.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin + - filename: tulu-30b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin + model: tulu-30b.Q4_K_S.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin + - filename: tulu-30b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin + model: tulu-30b.Q5_0.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin + - filename: tulu-30b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin + model: tulu-30b.Q5_K_M.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin + - filename: tulu-30b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin + model: tulu-30b.Q5_K_S.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin + - filename: tulu-30b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin + model: tulu-30b.Q6_K.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin + - filename: tulu-30b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tulu-30b-gguf__tulu-30b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-30B-GGUF tags: - transformers - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin + model: tulu-30b.Q8_0.gguf files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin + - filename: tulu-30b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-30B-GGUF/resolve/main/tulu-30b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin + model: tulu-7b.ggmlv3.q2_K.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin + - filename: tulu-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin + model: tulu-7b.ggmlv3.q3_K_L.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin + - filename: tulu-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin + model: tulu-7b.ggmlv3.q3_K_M.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin + - filename: tulu-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin + model: tulu-7b.ggmlv3.q3_K_S.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin + - filename: tulu-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin + model: tulu-7b.ggmlv3.q4_0.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin + - filename: tulu-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin + model: tulu-7b.ggmlv3.q4_1.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin + - filename: tulu-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openbuddy-llama2-13b-v11.1-ggml__openbuddy-llama2-13b-v11.1.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama - - text-generation - - zh - en - - fr - - de - - ja - - ko - - it - - ru - - license:llama2 - - text-generation-inference + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin + model: tulu-7b.ggmlv3.q4_K_M.bin files: - - filename: openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin + - filename: tulu-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenBuddy-Llama2-13B-v11.1-GGML/resolve/main/openbuddy-llama2-13b-v11.1.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q2_k.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q2_K.bin + model: tulu-7b.ggmlv3.q4_K_S.bin files: - - filename: openchat_v3.2.ggmlv3.q2_K.bin + - filename: tulu-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_l.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q3_K_L.bin + model: tulu-7b.ggmlv3.q5_0.bin files: - - filename: openchat_v3.2.ggmlv3.q3_K_L.bin + - filename: tulu-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_m.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q3_K_M.bin + model: tulu-7b.ggmlv3.q5_1.bin files: - - filename: openchat_v3.2.ggmlv3.q3_K_M.bin + - filename: tulu-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q3_k_s.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q3_K_S.bin + model: tulu-7b.ggmlv3.q5_K_M.bin files: - - filename: openchat_v3.2.ggmlv3.q3_K_S.bin + - filename: tulu-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_0.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q4_0.bin + model: tulu-7b.ggmlv3.q5_K_S.bin files: - - filename: openchat_v3.2.ggmlv3.q4_0.bin + - filename: tulu-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_1.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q4_1.bin + model: tulu-7b.ggmlv3.q6_K.bin files: - - filename: openchat_v3.2.ggmlv3.q4_1.bin + - filename: tulu-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_k_m.bin + name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGML tags: - - transformers - - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q4_K_M.bin + model: tulu-7b.ggmlv3.q8_0.bin files: - - filename: openchat_v3.2.ggmlv3.q4_K_M.bin + - filename: tulu-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q4_k_s.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q4_K_S.bin + model: tulu-7b.Q2_K.gguf files: - - filename: openchat_v3.2.ggmlv3.q4_K_S.bin + - filename: tulu-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_0.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q5_0.bin + model: tulu-7b.Q3_K_L.gguf files: - - filename: openchat_v3.2.ggmlv3.q5_0.bin + - filename: tulu-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_1.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q5_1.bin + model: tulu-7b.Q3_K_M.gguf files: - - filename: openchat_v3.2.ggmlv3.q5_1.bin + - filename: tulu-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_k_m.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q5_K_M.bin + model: tulu-7b.Q3_K_S.gguf files: - - filename: openchat_v3.2.ggmlv3.q5_K_M.bin + - filename: tulu-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q5_k_s.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q5_K_S.bin + model: tulu-7b.Q4_0.gguf files: - - filename: openchat_v3.2.ggmlv3.q5_K_S.bin + - filename: tulu-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q6_k.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q6_K.bin + model: tulu-7b.Q4_K_M.gguf files: - - filename: openchat_v3.2.ggmlv3.q6_K.bin + - filename: tulu-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openchat_v3.2-ggml__openchat_v3.2.ggmlv3.q8_0.bin + name: thebloke__tulu-7b-gguf__tulu-7b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/OpenChat_v3.2-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama + - en + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 - license:other - text-generation-inference - region:us overrides: parameters: - model: openchat_v3.2.ggmlv3.q8_0.bin + model: tulu-7b.Q4_K_S.gguf files: - - filename: openchat_v3.2.ggmlv3.q8_0.bin + - filename: tulu-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenChat_v3.2-GGML/resolve/main/openchat_v3.2.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__tulu-7b-gguf__tulu-7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q2_K.bin + model: tulu-7b.Q5_0.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q2_K.bin + - filename: tulu-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__tulu-7b-gguf__tulu-7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q3_K_L.bin + model: tulu-7b.Q5_K_M.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q3_K_L.bin + - filename: tulu-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__tulu-7b-gguf__tulu-7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q3_K_M.bin + model: tulu-7b.Q5_K_S.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q3_K_M.bin + - filename: tulu-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__tulu-7b-gguf__tulu-7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q3_K_S.bin + model: tulu-7b.Q6_K.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q3_K_S.bin + - filename: tulu-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__tulu-7b-gguf__tulu-7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/tulu-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - dataset:databricks/databricks-dolly-15k + - dataset:OpenAssistant/oasst1 + - dataset:sahil2801/CodeAlpaca-20k + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q4_0.bin + model: tulu-7b.Q8_0.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q4_0.bin + - filename: tulu-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/tulu-7B-GGUF/resolve/main/tulu-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 - - text-generation-inference + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q4_1.bin + model: tulu-7b-superhot-8k.ggmlv3.q4_0.bin files: - - filename: openorca-platypus2-13b.ggmlv3.q4_1.bin + - filename: tulu-7b-superhot-8k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 - - text-generation-inference + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q4_K_M.bin + model: tulu-7b-superhot-8k.ggmlv3.q4_1.bin files: - - filename: openorca-platypus2-13b.ggmlv3.q4_K_M.bin + - filename: tulu-7b-superhot-8k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 - - text-generation-inference + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q4_K_S.bin + model: tulu-7b-superhot-8k.ggmlv3.q5_0.bin files: - - filename: openorca-platypus2-13b.ggmlv3.q4_K_S.bin + - filename: tulu-7b-superhot-8k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 - - text-generation-inference + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q5_0.bin + model: tulu-7b-superhot-8k.ggmlv3.q5_1.bin files: - - filename: openorca-platypus2-13b.ggmlv3.q5_0.bin + - filename: tulu-7b-superhot-8k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 - - text-generation-inference + - arxiv:2306.04751 + - arxiv:2302.13971 + - arxiv:2304.07327 + - license:other - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q5_1.bin + model: tulu-7b-superhot-8k.ggmlv3.q8_0.bin files: - - filename: openorca-platypus2-13b.ggmlv3.q5_1.bin + - filename: tulu-7b-superhot-8k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q5_K_M.bin + model: u-amethyst-20b.Q2_K.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q5_K_M.bin + - filename: u-amethyst-20b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q5_K_S.bin + model: u-amethyst-20b.Q3_K_L.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q5_K_S.bin + - filename: u-amethyst-20b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q6_K.bin + model: u-amethyst-20b.Q3_K_M.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q6_K.bin + - filename: u-amethyst-20b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-platypus2-13b-ggml__openorca-platypus2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorca-platypus2-13b.ggmlv3.q8_0.bin + model: u-amethyst-20b.Q3_K_S.gguf files: - - filename: openorca-platypus2-13b.ggmlv3.q8_0.bin + - filename: u-amethyst-20b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Platypus2-13B-GGML/resolve/main/openorca-platypus2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin + model: u-amethyst-20b.Q4_0.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin + - filename: u-amethyst-20b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin + model: u-amethyst-20b.Q4_K_M.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin + - filename: u-amethyst-20b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin + model: u-amethyst-20b.Q4_K_S.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin + - filename: u-amethyst-20b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin + model: u-amethyst-20b.Q5_0.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin + - filename: u-amethyst-20b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin + model: u-amethyst-20b.Q5_K_M.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin + - filename: u-amethyst-20b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin + model: u-amethyst-20b.Q5_K_S.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin + - filename: u-amethyst-20b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin + model: u-amethyst-20b.Q6_K.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin + - filename: u-amethyst-20b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__u-amethyst-20b-gguf__u-amethyst-20b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin + model: u-amethyst-20b.Q8_0.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin + - filename: u-amethyst-20b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/U-Amethyst-20B-GGUF/resolve/main/u-amethyst-20b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin + name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-GGML tags: - - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 + - dataset:stingning/ultrachat + - arxiv:2305.14233 - license:other + - has_space - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin + model: ultralm-13b.ggmlv3.q4_0.bin files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin + - filename: ultralm-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin + name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-GGML tags: - - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 + - dataset:stingning/ultrachat + - arxiv:2305.14233 - license:other + - has_space - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin + model: ultralm-13b.ggmlv3.q4_1.bin files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin + - filename: ultralm-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_k_m.bin + name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-GGML tags: - - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 + - dataset:stingning/ultrachat + - arxiv:2305.14233 - license:other + - has_space - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin + model: ultralm-13b.ggmlv3.q5_0.bin files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin + - filename: ultralm-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q5_k_s.bin + name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-GGML tags: - - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 + - dataset:stingning/ultrachat + - arxiv:2305.14233 - license:other + - has_space - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin + model: ultralm-13b.ggmlv3.q5_1.bin files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin + - filename: ultralm-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q6_k.bin + name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-GGML tags: - - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 + - dataset:stingning/ultrachat + - arxiv:2305.14233 - license:other + - has_space - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin + model: ultralm-13b.ggmlv3.q8_0.bin files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin + - filename: ultralm-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorca-preview1-13b-ggml__openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q2_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - llama + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin + model: ultralm-13b-v2.0.Q2_K.gguf files: - - filename: openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin + - filename: ultralm-13b-v2.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrca-Preview1-13B-GGML/resolve/main/openorca-preview1-200k-llama-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q2_k.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin + model: ultralm-13b-v2.0.Q3_K_L.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin + - filename: ultralm-13b-v2.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin + model: ultralm-13b-v2.0.Q3_K_M.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin + - filename: ultralm-13b-v2.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin + model: ultralm-13b-v2.0.Q3_K_S.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin + - filename: ultralm-13b-v2.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q4_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin + model: ultralm-13b-v2.0.Q4_0.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin + - filename: ultralm-13b-v2.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin + model: ultralm-13b-v2.0.Q4_K_M.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin + - filename: ultralm-13b-v2.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin + model: ultralm-13b-v2.0.Q4_K_S.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin + - filename: ultralm-13b-v2.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q5_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin + model: ultralm-13b-v2.0.Q5_0.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin + - filename: ultralm-13b-v2.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin + model: ultralm-13b-v2.0.Q5_K_M.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin + - filename: ultralm-13b-v2.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin + model: ultralm-13b-v2.0.Q5_K_S.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin + - filename: ultralm-13b-v2.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q6_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin + model: ultralm-13b-v2.0.Q6_K.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin + - filename: ultralm-13b-v2.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__ultralm-13b-v2.0-gguf__ultralm-13b-v2.0.q8_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - license:mit - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin + model: ultralm-13b-v2.0.Q8_0.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin + - filename: ultralm-13b-v2.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UltraLM-13B-v2.0-GGUF/resolve/main/ultralm-13b-v2.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q2_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin + model: uncensored-frank-13b.Q2_K.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin + - filename: uncensored-frank-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q6_k.bin - license: other + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin + model: uncensored-frank-13b.Q3_K_L.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin + - filename: uncensored-frank-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__openorcaxopenchat-preview2-13b-ggml__openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin - license: other + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers - llama - - text-generation - en - - dataset:Open-Orca/OpenOrca - - arxiv:2306.02707 - - arxiv:2301.13688 - - license:other + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 - text-generation-inference - region:us overrides: parameters: - model: openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin + model: uncensored-frank-13b.Q3_K_M.gguf files: - - filename: openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin + - filename: uncensored-frank-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/OpenOrcaxOpenChat-Preview2-13B-GGML/resolve/main/openorcaxopenchat-preview2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q2_k.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q2_K.bin + model: uncensored-frank-13b.Q3_K_S.gguf files: - - filename: orca-mini-13b.ggmlv3.q2_K.bin + - filename: uncensored-frank-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_l.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q4_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q3_K_L.bin + model: uncensored-frank-13b.Q4_0.gguf files: - - filename: orca-mini-13b.ggmlv3.q3_K_L.bin + - filename: uncensored-frank-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_m.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q3_K_M.bin + model: uncensored-frank-13b.Q4_K_M.gguf files: - - filename: orca-mini-13b.ggmlv3.q3_K_M.bin + - filename: uncensored-frank-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q3_k_s.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q3_K_S.bin + model: uncensored-frank-13b.Q4_K_S.gguf files: - - filename: orca-mini-13b.ggmlv3.q3_K_S.bin + - filename: uncensored-frank-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_0.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q5_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q4_0.bin + model: uncensored-frank-13b.Q5_0.gguf files: - - filename: orca-mini-13b.ggmlv3.q4_0.bin + - filename: uncensored-frank-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_1.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q4_1.bin + model: uncensored-frank-13b.Q5_K_M.gguf files: - - filename: orca-mini-13b.ggmlv3.q4_1.bin + - filename: uncensored-frank-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_k_m.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q4_K_M.bin + model: uncensored-frank-13b.Q5_K_S.gguf files: - - filename: orca-mini-13b.ggmlv3.q4_K_M.bin + - filename: uncensored-frank-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q4_k_s.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q6_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q4_K_S.bin + model: uncensored-frank-13b.Q6_K.gguf files: - - filename: orca-mini-13b.ggmlv3.q4_K_S.bin + - filename: uncensored-frank-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_0.bin - license: mit + name: thebloke__uncensored-frank-13b-gguf__uncensored-frank-13b.q8_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q5_0.bin + model: uncensored-frank-13b.Q8_0.gguf files: - - filename: orca-mini-13b.ggmlv3.q5_0.bin + - filename: uncensored-frank-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-13b-GGUF/resolve/main/uncensored-frank-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_1.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q2_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q5_1.bin + model: uncensored-frank-33b.Q2_K.gguf files: - - filename: orca-mini-13b.ggmlv3.q5_1.bin + - filename: uncensored-frank-33b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_k_m.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q5_K_M.bin + model: uncensored-frank-33b.Q3_K_L.gguf files: - - filename: orca-mini-13b.ggmlv3.q5_K_M.bin + - filename: uncensored-frank-33b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q5_k_s.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q5_K_S.bin + model: uncensored-frank-33b.Q3_K_M.gguf files: - - filename: orca-mini-13b.ggmlv3.q5_K_S.bin + - filename: uncensored-frank-33b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q6_k.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q6_K.bin + model: uncensored-frank-33b.Q3_K_S.gguf files: - - filename: orca-mini-13b.ggmlv3.q6_K.bin + - filename: uncensored-frank-33b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_13b-ggml__orca-mini-13b.ggmlv3.q8_0.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q4_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-13b.ggmlv3.q8_0.bin + model: uncensored-frank-33b.Q4_0.gguf files: - - filename: orca-mini-13b.ggmlv3.q8_0.bin + - filename: uncensored-frank-33b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_13B-GGML/resolve/main/orca-mini-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q4_0.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_3B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit - - has_space + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-3b.ggmlv3.q4_0.bin + model: uncensored-frank-33b.Q4_K_M.gguf files: - - filename: orca-mini-3b.ggmlv3.q4_0.bin + - filename: uncensored-frank-33b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q4_1.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_3B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit - - has_space + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-3b.ggmlv3.q4_1.bin + model: uncensored-frank-33b.Q4_K_S.gguf files: - - filename: orca-mini-3b.ggmlv3.q4_1.bin + - filename: uncensored-frank-33b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q5_0.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q5_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_3B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit - - has_space + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-3b.ggmlv3.q5_0.bin + model: uncensored-frank-33b.Q5_0.gguf files: - - filename: orca-mini-3b.ggmlv3.q5_0.bin + - filename: uncensored-frank-33b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q5_1.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_3B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit - - has_space + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-3b.ggmlv3.q5_1.bin + model: uncensored-frank-33b.Q5_K_M.gguf files: - - filename: orca-mini-3b.ggmlv3.q5_1.bin + - filename: uncensored-frank-33b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_3b-ggml__orca-mini-3b.ggmlv3.q8_0.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_3B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit - - has_space + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-3b.ggmlv3.q8_0.bin + model: uncensored-frank-33b.Q5_K_S.gguf files: - - filename: orca-mini-3b.ggmlv3.q8_0.bin + - filename: uncensored-frank-33b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_3B-GGML/resolve/main/orca-mini-3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q2_k.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q6_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q2_K.bin + model: uncensored-frank-33b.Q6_K.gguf files: - - filename: orca-mini-7b.ggmlv3.q2_K.bin + - filename: uncensored-frank-33b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_l.bin - license: mit + name: thebloke__uncensored-frank-33b-gguf__uncensored-frank-33b.q8_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q3_K_L.bin + model: uncensored-frank-33b.Q8_0.gguf files: - - filename: orca-mini-7b.ggmlv3.q3_K_L.bin + - filename: uncensored-frank-33b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-33b-GGUF/resolve/main/uncensored-frank-33b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_m.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q2_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q3_K_M.bin + model: uncensored-frank-7b.Q2_K.gguf files: - - filename: orca-mini-7b.ggmlv3.q3_K_M.bin + - filename: uncensored-frank-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q3_k_s.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q3_K_S.bin + model: uncensored-frank-7b.Q3_K_L.gguf files: - - filename: orca-mini-7b.ggmlv3.q3_K_S.bin + - filename: uncensored-frank-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_0.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q4_0.bin + model: uncensored-frank-7b.Q3_K_M.gguf files: - - filename: orca-mini-7b.ggmlv3.q4_0.bin + - filename: uncensored-frank-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_1.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q4_1.bin + model: uncensored-frank-7b.Q3_K_S.gguf files: - - filename: orca-mini-7b.ggmlv3.q4_1.bin + - filename: uncensored-frank-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_k_m.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q4_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q4_K_M.bin + model: uncensored-frank-7b.Q4_0.gguf files: - - filename: orca-mini-7b.ggmlv3.q4_K_M.bin + - filename: uncensored-frank-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q4_k_s.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q4_K_S.bin + model: uncensored-frank-7b.Q4_K_M.gguf files: - - filename: orca-mini-7b.ggmlv3.q4_K_S.bin + - filename: uncensored-frank-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_0.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q5_0.bin + model: uncensored-frank-7b.Q4_K_S.gguf files: - - filename: orca-mini-7b.ggmlv3.q5_0.bin + - filename: uncensored-frank-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_1.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q5_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q5_1.bin + model: uncensored-frank-7b.Q5_0.gguf files: - - filename: orca-mini-7b.ggmlv3.q5_1.bin + - filename: uncensored-frank-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_k_m.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q5_K_M.bin + model: uncensored-frank-7b.Q5_K_M.gguf files: - - filename: orca-mini-7b.ggmlv3.q5_K_M.bin + - filename: uncensored-frank-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q5_k_s.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q5_K_S.bin + model: uncensored-frank-7b.Q5_K_S.gguf files: - - filename: orca-mini-7b.ggmlv3.q5_K_S.bin + - filename: uncensored-frank-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q6_k.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q6_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q6_K.bin + model: uncensored-frank-7b.Q6_K.gguf files: - - filename: orca-mini-7b.ggmlv3.q6_K.bin + - filename: uncensored-frank-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_7b-ggml__orca-mini-7b.ggmlv3.q8_0.bin - license: mit + name: thebloke__uncensored-frank-7b-gguf__uncensored-frank-7b.q8_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF tags: - transformers + - llama - en - - dataset:psmathur/alpaca_orca - - dataset:psmathur/dolly-v2_orca - - dataset:psmathur/WizardLM_Orca - - arxiv:2306.02707 - - license:mit + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-7b.ggmlv3.q8_0.bin + model: uncensored-frank-7b.Q8_0.gguf files: - - filename: orca-mini-7b.ggmlv3.q8_0.bin + - filename: uncensored-frank-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_7B-GGML/resolve/main/orca-mini-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Frank-7B-GGUF/resolve/main/uncensored-frank-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q2_k.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q2_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q2_K.bin + model: uncensored-jordan-13b.Q2_K.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q2_K.bin + - filename: uncensored-jordan-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_l.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q3_k_l.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q3_K_L.bin + model: uncensored-jordan-13b.Q3_K_L.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q3_K_L.bin + - filename: uncensored-jordan-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q3_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q3_K_M.bin + model: uncensored-jordan-13b.Q3_K_M.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q3_K_M.bin + - filename: uncensored-jordan-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q3_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q3_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q3_K_S.bin + model: uncensored-jordan-13b.Q3_K_S.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q3_K_S.bin + - filename: uncensored-jordan-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q4_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q4_0.bin + model: uncensored-jordan-13b.Q4_0.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q4_0.bin + - filename: uncensored-jordan-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q4_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q4_1.bin + model: uncensored-jordan-13b.Q4_K_M.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q4_1.bin + - filename: uncensored-jordan-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q4_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q4_K_M.bin + model: uncensored-jordan-13b.Q4_K_S.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q4_K_M.bin + - filename: uncensored-jordan-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q4_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q5_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q4_K_S.bin + model: uncensored-jordan-13b.Q5_0.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q4_K_S.bin + - filename: uncensored-jordan-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q5_k_m.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q5_0.bin + model: uncensored-jordan-13b.Q5_K_M.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q5_0.bin + - filename: uncensored-jordan-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q5_k_s.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q5_1.bin + model: uncensored-jordan-13b.Q5_K_S.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q5_1.bin + - filename: uncensored-jordan-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q6_k.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q5_K_M.bin + model: uncensored-jordan-13b.Q6_K.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q5_K_M.bin + - filename: uncensored-jordan-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q5_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-13b-gguf__uncensored-jordan-13b.q8_0.gguf + license: cc-by-nc-nd-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:cc-by-nc-nd-4.0 + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q5_K_S.bin + model: uncensored-jordan-13b.Q8_0.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q5_K_S.bin + - filename: uncensored-jordan-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-13B-GGUF/resolve/main/uncensored-jordan-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q6_k.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q6_K.bin + model: uncensored-jordan-33b.Q2_K.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q6_K.bin + - filename: uncensored-jordan-33b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_13b-ggml__orca_mini_v2_13b.ggmlv3.q8_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v2_13b.ggmlv3.q8_0.bin + model: uncensored-jordan-33b.Q3_K_L.gguf files: - - filename: orca_mini_v2_13b.ggmlv3.q8_0.bin + - filename: uncensored-jordan-33b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_13b-GGML/resolve/main/orca_mini_v2_13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q2_k.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q2_K.bin + model: uncensored-jordan-33b.Q3_K_M.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q2_K.bin + - filename: uncensored-jordan-33b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_l.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q3_K_L.bin + model: uncensored-jordan-33b.Q3_K_S.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q3_K_L.bin + - filename: uncensored-jordan-33b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q3_K_M.bin + model: uncensored-jordan-33b.Q4_0.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q3_K_M.bin + - filename: uncensored-jordan-33b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q3_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q3_K_S.bin + model: uncensored-jordan-33b.Q4_K_M.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q3_K_S.bin + - filename: uncensored-jordan-33b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q4_0.bin + model: uncensored-jordan-33b.Q4_K_S.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q4_0.bin + - filename: uncensored-jordan-33b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q4_1.bin + model: uncensored-jordan-33b.Q5_0.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q4_1.bin + - filename: uncensored-jordan-33b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q4_K_M.bin + model: uncensored-jordan-33b.Q5_K_M.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q4_K_M.bin + - filename: uncensored-jordan-33b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q4_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q4_K_S.bin + model: uncensored-jordan-33b.Q5_K_S.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q4_K_S.bin + - filename: uncensored-jordan-33b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q5_0.bin + model: uncensored-jordan-33b.Q6_K.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q5_0.bin + - filename: uncensored-jordan-33b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_1.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-33b-gguf__uncensored-jordan-33b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q5_1.bin + model: uncensored-jordan-33b.Q8_0.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q5_1.bin + - filename: uncensored-jordan-33b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-33B-GGUF/resolve/main/uncensored-jordan-33b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_k_m.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q5_K_M.bin + model: uncensored-jordan-7b.Q2_K.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q5_K_M.bin + - filename: uncensored-jordan-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q5_k_s.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q5_K_S.bin + model: uncensored-jordan-7b.Q3_K_L.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q5_K_S.bin + - filename: uncensored-jordan-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q6_k.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q6_K.bin + model: uncensored-jordan-7b.Q3_K_M.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q6_K.bin + - filename: uncensored-jordan-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v2_7b-ggml__orca-mini-v2_7b.ggmlv3.q8_0.bin - license: cc-by-nc-sa-4.0 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - - text-generation + - llama - en - - dataset:psmathur/orca_minis_uncensored_dataset - - arxiv:2306.02707 - - arxiv:2304.12244 - - license:cc-by-nc-sa-4.0 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: orca-mini-v2_7b.ggmlv3.q8_0.bin + model: uncensored-jordan-7b.Q3_K_S.gguf files: - - filename: orca-mini-v2_7b.ggmlv3.q8_0.bin + - filename: uncensored-jordan-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v2_7B-GGML/resolve/main/orca-mini-v2_7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q2_K.bin + model: uncensored-jordan-7b.Q4_0.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q2_K.bin + - filename: uncensored-jordan-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q3_K_L.bin + model: uncensored-jordan-7b.Q4_K_M.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q3_K_L.bin + - filename: uncensored-jordan-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q3_K_M.bin + model: uncensored-jordan-7b.Q4_K_S.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q3_K_M.bin + - filename: uncensored-jordan-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q3_K_S.bin + model: uncensored-jordan-7b.Q5_0.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q3_K_S.bin + - filename: uncensored-jordan-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q4_0.bin + model: uncensored-jordan-7b.Q5_K_M.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q4_0.bin + - filename: uncensored-jordan-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q4_1.bin + model: uncensored-jordan-7b.Q5_K_S.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q4_1.bin + - filename: uncensored-jordan-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q4_K_M.bin + model: uncensored-jordan-7b.Q6_K.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q4_K_M.bin + - filename: uncensored-jordan-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__uncensored-jordan-7b-gguf__uncensored-jordan-7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF tags: - transformers - llama - - text-generation - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 - - has_space + - license:other - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q4_K_S.bin + model: uncensored-jordan-7b.Q8_0.gguf files: - - filename: orca_mini_v3_13b.ggmlv3.q4_K_S.bin + - filename: uncensored-jordan-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uncensored-Jordan-7B-GGUF/resolve/main/uncensored-jordan-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_0.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q5_0.bin + model: undimix-v1-13b.ggmlv3.Q2_K.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q5_0.bin + - filename: undimix-v1-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_1.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q5_1.bin + model: undimix-v1-13b.ggmlv3.Q3_K_L.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q5_1.bin + - filename: undimix-v1-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_k_m.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q5_K_M.bin + model: undimix-v1-13b.ggmlv3.Q3_K_M.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q5_K_M.bin + - filename: undimix-v1-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q5_k_s.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q5_K_S.bin + model: undimix-v1-13b.ggmlv3.Q3_K_S.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q5_K_S.bin + - filename: undimix-v1-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q6_k.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q6_K.bin + model: undimix-v1-13b.ggmlv3.Q4_0.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q6_K.bin + - filename: undimix-v1-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_13b-ggml__orca_mini_v3_13b.ggmlv3.q8_0.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_13b.ggmlv3.q8_0.bin + model: undimix-v1-13b.ggmlv3.Q4_1.bin files: - - filename: orca_mini_v3_13b.ggmlv3.q8_0.bin + - filename: undimix-v1-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q2_k.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q2_K.bin + model: undimix-v1-13b.ggmlv3.Q4_K_M.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q2_K.bin + - filename: undimix-v1-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_l.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q3_K_L.bin + model: undimix-v1-13b.ggmlv3.Q4_K_S.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q3_K_L.bin + - filename: undimix-v1-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_m.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q3_K_M.bin + model: undimix-v1-13b.ggmlv3.Q5_0.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q3_K_M.bin + - filename: undimix-v1-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q3_k_s.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q3_K_S.bin + model: undimix-v1-13b.ggmlv3.Q5_1.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q3_K_S.bin + - filename: undimix-v1-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_0.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q4_0.bin + model: undimix-v1-13b.ggmlv3.Q5_K_M.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q4_0.bin + - filename: undimix-v1-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_1.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q4_1.bin + model: undimix-v1-13b.ggmlv3.Q5_K_S.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q4_1.bin + - filename: undimix-v1-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_k_m.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q4_K_M.bin + model: undimix-v1-13b.ggmlv3.Q6_K.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q4_K_M.bin + - filename: undimix-v1-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q4_k_s.bin + name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q4_K_S.bin + model: undimix-v1-13b.ggmlv3.Q8_0.bin files: - - filename: orca_mini_v3_70b.ggmlv3.q4_K_S.bin + - filename: undimix-v1-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q5_0.bin + model: undimix-v1-13b.Q2_K.gguf files: - - filename: orca_mini_v3_70b.ggmlv3.q5_0.bin + - filename: undimix-v1-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q5_K_M.bin + model: undimix-v1-13b.Q3_K_L.gguf files: - - filename: orca_mini_v3_70b.ggmlv3.q5_K_M.bin + - filename: undimix-v1-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_70b-ggml__orca_mini_v3_70b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_70b.ggmlv3.q5_K_S.bin + model: undimix-v1-13b.Q3_K_M.gguf files: - - filename: orca_mini_v3_70b.ggmlv3.q5_K_S.bin + - filename: undimix-v1-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_70B-GGML/resolve/main/orca_mini_v3_70b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q2_K.bin + model: undimix-v1-13b.Q3_K_S.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q2_K.bin + - filename: undimix-v1-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q3_K_L.bin + model: undimix-v1-13b.Q4_0.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q3_K_L.bin + - filename: undimix-v1-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q3_K_M.bin + model: undimix-v1-13b.Q4_K_M.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q3_K_M.bin + - filename: undimix-v1-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q3_K_S.bin + model: undimix-v1-13b.Q4_K_S.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q3_K_S.bin + - filename: undimix-v1-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q4_0.bin + model: undimix-v1-13b.Q5_0.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q4_0.bin + - filename: undimix-v1-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q4_1.bin + model: undimix-v1-13b.Q5_K_M.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q4_1.bin + - filename: undimix-v1-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q4_K_M.bin + model: undimix-v1-13b.Q5_K_S.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q4_K_M.bin + - filename: undimix-v1-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q4_K_S.bin + model: undimix-v1-13b.Q6_K.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q4_K_S.bin + - filename: undimix-v1-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__undimix-v1-13b-gguf__undimix-v1-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q5_0.bin + model: undimix-v1-13b.Q8_0.gguf files: - - filename: orca_mini_v3_7b.ggmlv3.q5_0.bin + - filename: undimix-v1-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGUF/resolve/main/undimix-v1-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_1.bin + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q5_1.bin + model: undimix-v2-13b.ggmlv3.Q2_K.bin files: - - filename: orca_mini_v3_7b.ggmlv3.q5_1.bin + - filename: undimix-v2-13b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_k_m.bin + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q5_K_M.bin + model: undimix-v2-13b.ggmlv3.Q3_K_L.bin files: - - filename: orca_mini_v3_7b.ggmlv3.q5_K_M.bin + - filename: undimix-v2-13b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q5_k_s.bin + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q5_K_S.bin + model: undimix-v2-13b.ggmlv3.Q3_K_M.bin files: - - filename: orca_mini_v3_7b.ggmlv3.q5_K_S.bin + - filename: undimix-v2-13b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q6_k.bin + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q6_K.bin + model: undimix-v2-13b.ggmlv3.Q3_K_S.bin files: - - filename: orca_mini_v3_7b.ggmlv3.q6_K.bin + - filename: undimix-v2-13b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__orca_mini_v3_7b-ggml__orca_mini_v3_7b.ggmlv3.q8_0.bin + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - transformers - llama - - text-generation - - en - - dataset:psmathur/orca_mini_v1_dataset - - dataset:ehartford/dolphin - - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: orca_mini_v3_7b.ggmlv3.q8_0.bin + model: undimix-v2-13b.ggmlv3.Q4_0.bin files: - - filename: orca_mini_v3_7b.ggmlv3.q8_0.bin + - filename: undimix-v2-13b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/orca_mini_v3_7B-GGML/resolve/main/orca_mini_v3_7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q2_k.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q2_K.bin + model: undimix-v2-13b.ggmlv3.Q4_1.bin files: - - filename: planner-7b.ggmlv3.q2_K.bin + - filename: undimix-v2-13b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q3_K_L.bin + model: undimix-v2-13b.ggmlv3.Q4_K_M.bin files: - - filename: planner-7b.ggmlv3.q3_K_L.bin + - filename: undimix-v2-13b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q3_K_M.bin + model: undimix-v2-13b.ggmlv3.Q4_K_S.bin files: - - filename: planner-7b.ggmlv3.q3_K_M.bin + - filename: undimix-v2-13b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q3_K_S.bin + model: undimix-v2-13b.ggmlv3.Q5_0.bin files: - - filename: planner-7b.ggmlv3.q3_K_S.bin + - filename: undimix-v2-13b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q4_0.bin + model: undimix-v2-13b.ggmlv3.Q5_1.bin files: - - filename: planner-7b.ggmlv3.q4_0.bin + - filename: undimix-v2-13b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q4_1.bin + model: undimix-v2-13b.ggmlv3.Q5_K_M.bin files: - - filename: planner-7b.ggmlv3.q4_1.bin + - filename: undimix-v2-13b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q4_K_M.bin + model: undimix-v2-13b.ggmlv3.Q5_K_S.bin files: - - filename: planner-7b.ggmlv3.q4_K_M.bin + - filename: undimix-v2-13b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q4_K_S.bin + model: undimix-v2-13b.ggmlv3.Q6_K.bin files: - - filename: planner-7b.ggmlv3.q4_K_S.bin + - filename: undimix-v2-13b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q5_0.bin + model: undimix-v2-13b.ggmlv3.Q8_0.bin files: - - filename: planner-7b.ggmlv3.q5_0.bin + - filename: undimix-v2-13b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q5_1.bin + model: undimix-v2-13b.Q2_K.gguf files: - - filename: planner-7b.ggmlv3.q5_1.bin + - filename: undimix-v2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q5_K_M.bin + model: undimix-v2-13b.Q3_K_L.gguf files: - - filename: planner-7b.ggmlv3.q5_K_M.bin + - filename: undimix-v2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q5_K_S.bin + model: undimix-v2-13b.Q3_K_M.gguf files: - - filename: planner-7b.ggmlv3.q5_K_S.bin + - filename: undimix-v2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q6_k.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q6_K.bin + model: undimix-v2-13b.Q3_K_S.gguf files: - - filename: planner-7b.ggmlv3.q6_K.bin + - filename: undimix-v2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__planner-7b-ggml__planner-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Planner-7B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: planner-7b.ggmlv3.q8_0.bin + model: undimix-v2-13b.Q4_0.gguf files: - - filename: planner-7b.ggmlv3.q8_0.bin + - filename: undimix-v2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Planner-7B-GGML/resolve/main/planner-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q2_k.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q2_K.bin + model: undimix-v2-13b.Q4_K_M.gguf files: - - filename: platypus-30b.ggmlv3.q2_K.bin + - filename: undimix-v2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q3_K_L.bin + model: undimix-v2-13b.Q4_K_S.gguf files: - - filename: platypus-30b.ggmlv3.q3_K_L.bin + - filename: undimix-v2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q3_K_M.bin + model: undimix-v2-13b.Q5_0.gguf files: - - filename: platypus-30b.ggmlv3.q3_K_M.bin + - filename: undimix-v2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q3_K_S.bin + model: undimix-v2-13b.Q5_K_M.gguf files: - - filename: platypus-30b.ggmlv3.q3_K_S.bin + - filename: undimix-v2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_0.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q4_0.bin + model: undimix-v2-13b.Q5_K_S.gguf files: - - filename: platypus-30b.ggmlv3.q4_0.bin + - filename: undimix-v2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_1.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q4_1.bin + model: undimix-v2-13b.Q6_K.gguf files: - - filename: platypus-30b.ggmlv3.q4_1.bin + - filename: undimix-v2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__undimix-v2-13b-gguf__undimix-v2-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q4_K_M.bin + model: undimix-v2-13b.Q8_0.gguf files: - - filename: platypus-30b.ggmlv3.q4_K_M.bin + - filename: undimix-v2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGUF/resolve/main/undimix-v2-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q4_K_S.bin + model: undimix-v3-13b.Q2_K.gguf files: - - filename: platypus-30b.ggmlv3.q4_K_S.bin + - filename: undimix-v3-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_0.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q5_0.bin + model: undimix-v3-13b.Q3_K_L.gguf files: - - filename: platypus-30b.ggmlv3.q5_0.bin + - filename: undimix-v3-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_1.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q5_1.bin + model: undimix-v3-13b.Q3_K_M.gguf files: - - filename: platypus-30b.ggmlv3.q5_1.bin + - filename: undimix-v3-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q5_K_M.bin + model: undimix-v3-13b.Q3_K_S.gguf files: - - filename: platypus-30b.ggmlv3.q5_K_M.bin + - filename: undimix-v3-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q5_K_S.bin + model: undimix-v3-13b.Q4_0.gguf files: - - filename: platypus-30b.ggmlv3.q5_K_S.bin + - filename: undimix-v3-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q6_k.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q6_K.bin + model: undimix-v3-13b.Q4_K_M.gguf files: - - filename: platypus-30b.ggmlv3.q6_K.bin + - filename: undimix-v3-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-ggml__platypus-30b.ggmlv3.q8_0.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b.ggmlv3.q8_0.bin + model: undimix-v3-13b.Q4_K_S.gguf files: - - filename: platypus-30b.ggmlv3.q8_0.bin + - filename: undimix-v3-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-GGML/resolve/main/platypus-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q2_K.bin + model: undimix-v3-13b.Q5_0.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q2_K.bin + - filename: undimix-v3-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin + model: undimix-v3-13b.Q5_K_M.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: undimix-v3-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin + model: undimix-v3-13b.Q5_K_S.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: undimix-v3-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin + model: undimix-v3-13b.Q6_K.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: undimix-v3-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__undimix-v3-13b-gguf__undimix-v3-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin + model: undimix-v3-13b.Q8_0.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: undimix-v3-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v3-13B-GGUF/resolve/main/undimix-v3-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin + model: undimix-v4-13b.Q2_K.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: undimix-v4-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin + model: undimix-v4-13b.Q3_K_L.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: undimix-v4-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin + model: undimix-v4-13b.Q3_K_M.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: undimix-v4-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus-30b-superhot-8k-ggml__platypus-30b-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - - license:other + - transformers + - llama + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: platypus-30b-superhot-8k.ggmlv3.q6_K.bin + model: undimix-v4-13b.Q3_K_S.gguf files: - - filename: platypus-30b-superhot-8k.ggmlv3.q6_K.bin + - filename: undimix-v4-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus-30B-SuperHOT-8K-GGML/resolve/main/platypus-30b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q2_K.bin + model: undimix-v4-13b.Q4_0.gguf files: - - filename: platypus2-13b.ggmlv3.q2_K.bin + - filename: undimix-v4-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q3_K_L.bin + model: undimix-v4-13b.Q4_K_M.gguf files: - - filename: platypus2-13b.ggmlv3.q3_K_L.bin + - filename: undimix-v4-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q3_K_M.bin + model: undimix-v4-13b.Q4_K_S.gguf files: - - filename: platypus2-13b.ggmlv3.q3_K_M.bin + - filename: undimix-v4-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q3_K_S.bin + model: undimix-v4-13b.Q5_0.gguf files: - - filename: platypus2-13b.ggmlv3.q3_K_S.bin + - filename: undimix-v4-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q4_0.bin + model: undimix-v4-13b.Q5_K_M.gguf files: - - filename: platypus2-13b.ggmlv3.q4_0.bin + - filename: undimix-v4-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q4_1.bin + model: undimix-v4-13b.Q5_K_S.gguf files: - - filename: platypus2-13b.ggmlv3.q4_1.bin + - filename: undimix-v4-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q4_K_M.bin + model: undimix-v4-13b.Q6_K.gguf files: - - filename: platypus2-13b.ggmlv3.q4_K_M.bin + - filename: undimix-v4-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__undimix-v4-13b-gguf__undimix-v4-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q4_K_S.bin + model: undimix-v4-13b.Q8_0.gguf files: - - filename: platypus2-13b.ggmlv3.q4_K_S.bin + - filename: undimix-v4-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UndiMix-v4-13B-GGUF/resolve/main/undimix-v4-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q5_0.bin + model: unholy-v1-10l-13b.Q2_K.gguf files: - - filename: platypus2-13b.ggmlv3.q5_0.bin + - filename: unholy-v1-10l-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q5_1.bin + model: unholy-v1-10l-13b.Q3_K_L.gguf files: - - filename: platypus2-13b.ggmlv3.q5_1.bin + - filename: unholy-v1-10l-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q5_K_M.bin + model: unholy-v1-10l-13b.Q3_K_M.gguf files: - - filename: platypus2-13b.ggmlv3.q5_K_M.bin + - filename: unholy-v1-10l-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q5_K_S.bin + model: unholy-v1-10l-13b.Q3_K_S.gguf files: - - filename: platypus2-13b.ggmlv3.q5_K_S.bin + - filename: unholy-v1-10l-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q6_K.bin + model: unholy-v1-10l-13b.Q4_0.gguf files: - - filename: platypus2-13b.ggmlv3.q6_K.bin + - filename: unholy-v1-10l-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-13b-ggml__platypus2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-13b.ggmlv3.q8_0.bin + model: unholy-v1-10l-13b.Q4_K_M.gguf files: - - filename: platypus2-13b.ggmlv3.q8_0.bin + - filename: unholy-v1-10l-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-13B-GGML/resolve/main/platypus2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q2_K.bin + model: unholy-v1-10l-13b.Q4_K_S.gguf files: - - filename: platypus2-70b.ggmlv3.q2_K.bin + - filename: unholy-v1-10l-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q3_K_L.bin + model: unholy-v1-10l-13b.Q5_0.gguf files: - - filename: platypus2-70b.ggmlv3.q3_K_L.bin + - filename: unholy-v1-10l-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q3_K_M.bin + model: unholy-v1-10l-13b.Q5_K_M.gguf files: - - filename: platypus2-70b.ggmlv3.q3_K_M.bin + - filename: unholy-v1-10l-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q3_K_S.bin + model: unholy-v1-10l-13b.Q5_K_S.gguf files: - - filename: platypus2-70b.ggmlv3.q3_K_S.bin + - filename: unholy-v1-10l-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q4_0.bin + model: unholy-v1-10l-13b.Q6_K.gguf files: - - filename: platypus2-70b.ggmlv3.q4_0.bin + - filename: unholy-v1-10l-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__unholy-v1-10l-13b-gguf__unholy-v1-10l-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q4_1.bin + model: unholy-v1-10l-13b.Q8_0.gguf files: - - filename: platypus2-70b.ggmlv3.q4_1.bin + - filename: unholy-v1-10l-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-10l-13B-GGUF/resolve/main/unholy-v1-10l-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q4_K_M.bin + model: unholy-v1-12l-13b.Q2_K.gguf files: - - filename: platypus2-70b.ggmlv3.q4_K_M.bin + - filename: unholy-v1-12l-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q4_K_S.bin + model: unholy-v1-12l-13b.Q3_K_L.gguf files: - - filename: platypus2-70b.ggmlv3.q4_K_S.bin + - filename: unholy-v1-12l-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q5_0.bin + model: unholy-v1-12l-13b.Q3_K_M.gguf files: - - filename: platypus2-70b.ggmlv3.q5_0.bin + - filename: unholy-v1-12l-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q5_K_M.bin + model: unholy-v1-12l-13b.Q3_K_S.gguf files: - - filename: platypus2-70b.ggmlv3.q5_K_M.bin + - filename: unholy-v1-12l-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-ggml__platypus2-70b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b.ggmlv3.q5_K_S.bin + model: unholy-v1-12l-13b.Q4_0.gguf files: - - filename: platypus2-70b.ggmlv3.q5_K_S.bin + - filename: unholy-v1-12l-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-GGML/resolve/main/platypus2-70b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q2_K.bin + model: unholy-v1-12l-13b.Q4_K_M.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q2_K.bin + - filename: unholy-v1-12l-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q3_K_L.bin + model: unholy-v1-12l-13b.Q4_K_S.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q3_K_L.bin + - filename: unholy-v1-12l-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q3_K_M.bin + model: unholy-v1-12l-13b.Q5_0.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q3_K_M.bin + - filename: unholy-v1-12l-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q3_K_S.bin + model: unholy-v1-12l-13b.Q5_K_M.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q3_K_S.bin + - filename: unholy-v1-12l-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q4_0.bin + model: unholy-v1-12l-13b.Q5_K_S.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q4_0.bin + - filename: unholy-v1-12l-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q4_1.bin + model: unholy-v1-12l-13b.Q6_K.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q4_1.bin + - filename: unholy-v1-12l-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__unholy-v1-12l-13b-gguf__unholy-v1-12l-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q4_K_M.bin + model: unholy-v1-12l-13b.Q8_0.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q4_K_M.bin + - filename: unholy-v1-12l-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Unholy-v1-12L-13B-GGUF/resolve/main/unholy-v1-12l-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q4_k_s.bin + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - transformers - llama - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q4_K_S.bin + model: uni-tianyan-70b.Q2_K.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q4_K_S.bin + - filename: uni-tianyan-70b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_0.bin + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - transformers - llama - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q5_0.bin + model: uni-tianyan-70b.Q3_K_L.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q5_0.bin + - filename: uni-tianyan-70b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_k_m.bin + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - transformers - llama - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q5_K_M.bin + model: uni-tianyan-70b.Q3_K_M.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q5_K_M.bin + - filename: uni-tianyan-70b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__platypus2-70b-instruct-ggml__platypus2-70b-instruct.ggmlv3.q5_k_s.bin + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - transformers - llama - en - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - arxiv:2308.07317 - - arxiv:2307.09288 + - arxiv:2306.02707 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: platypus2-70b-instruct.ggmlv3.q5_K_S.bin + model: uni-tianyan-70b.Q3_K_S.gguf files: - - filename: platypus2-70b-instruct.ggmlv3.q5_K_S.bin + - filename: uni-tianyan-70b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Platypus2-70B-Instruct-GGML/resolve/main/platypus2-70b-instruct.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_k.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin + model: uni-tianyan-70b.Q4_0.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin + - filename: uni-tianyan-70b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_l.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin + model: uni-tianyan-70b.Q4_K_M.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin + - filename: uni-tianyan-70b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_m.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin + model: uni-tianyan-70b.Q4_K_S.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin + - filename: uni-tianyan-70b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_k_s.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin + model: uni-tianyan-70b.Q5_0.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin + - filename: uni-tianyan-70b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_k_m.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin + model: uni-tianyan-70b.Q5_K_M.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin + - filename: uni-tianyan-70b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_k_s.bin - license: other + name: thebloke__uni-tianyan-70b-gguf__uni-tianyan-70b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF tags: - - license:other + - transformers + - llama + - en + - arxiv:2306.02707 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin + model: uni-tianyan-70b.Q5_K_S.gguf files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin + - filename: uni-tianyan-70b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Uni-TianYan-70B-GGUF/resolve/main/uni-tianyan-70b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_k_m.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_k_s.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-10-epoch-superhot-8k-ggml__pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_k.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin files: - - filename: pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GGML/resolve/main/pmc_llama-7b-10-epoch-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q2_k.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q2_K.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q2_K.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_l.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q3_K_L.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q3_K_L.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_m.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q3_K_M.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q3_K_M.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q3_k_s.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q3_K_S.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q3_K_S.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_0.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q4_0.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q4_0.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_1.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q4_1.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q4_1.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_k_m.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q4_K_M.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q4_K_M.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q4_k_s.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q4_K_S.bin + model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin files: - - filename: PMC_LLAMA-7B.ggmlv3.q4_K_S.bin + - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_0.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q5_0.bin + model: upstage-llama-2-70b-instruct-v2.Q2_K.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q5_0.bin + - filename: upstage-llama-2-70b-instruct-v2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_1.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q5_1.bin + model: upstage-llama-2-70b-instruct-v2.Q3_K_L.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q5_1.bin + - filename: upstage-llama-2-70b-instruct-v2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_k_m.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q5_K_M.bin + model: upstage-llama-2-70b-instruct-v2.Q3_K_M.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q5_K_M.bin + - filename: upstage-llama-2-70b-instruct-v2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q5_k_s.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q5_K_S.bin + model: upstage-llama-2-70b-instruct-v2.Q3_K_S.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q5_K_S.bin + - filename: upstage-llama-2-70b-instruct-v2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q6_k.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q6_K.bin + model: upstage-llama-2-70b-instruct-v2.Q4_0.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q6_K.bin + - filename: upstage-llama-2-70b-instruct-v2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pmc_llama-7b-ggml__pmc_llama-7b.ggmlv3.q8_0.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - medical - - dataset:allenai/s2orc - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: PMC_LLAMA-7B.ggmlv3.q8_0.bin + model: upstage-llama-2-70b-instruct-v2.Q4_K_M.gguf files: - - filename: PMC_LLAMA-7B.ggmlv3.q8_0.bin + - filename: upstage-llama-2-70b-instruct-v2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PMC_LLAMA-7B-GGML/resolve/main/PMC_LLAMA-7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q4_0.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-13b.ggmlv3.q4_0.bin + model: upstage-llama-2-70b-instruct-v2.Q4_K_S.gguf files: - - filename: baize-v2-13b.ggmlv3.q4_0.bin + - filename: upstage-llama-2-70b-instruct-v2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q4_1.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-13b.ggmlv3.q4_1.bin + model: upstage-llama-2-70b-instruct-v2.Q5_0.gguf files: - - filename: baize-v2-13b.ggmlv3.q4_1.bin + - filename: upstage-llama-2-70b-instruct-v2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q5_0.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-13b.ggmlv3.q5_0.bin + model: upstage-llama-2-70b-instruct-v2.Q5_K_M.gguf files: - - filename: baize-v2-13b.ggmlv3.q5_0.bin + - filename: upstage-llama-2-70b-instruct-v2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q5_1.bin - license: other + name: thebloke__upstage-llama-2-70b-instruct-v2-gguf__upstage-llama-2-70b-instruct-v2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML + - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF tags: - - arxiv:2304.01196 - - license:other + - transformers + - llama + - upstage + - llama-2 + - instruct + - instruction + - text-generation + - en + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-13b.ggmlv3.q5_1.bin + model: upstage-llama-2-70b-instruct-v2.Q5_K_S.gguf files: - - filename: baize-v2-13b.ggmlv3.q5_1.bin + - filename: upstage-llama-2-70b-instruct-v2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGUF/resolve/main/upstage-llama-2-70b-instruct-v2.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-13b-ggml__baize-v2-13b.ggmlv3.q8_0.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-13b.ggmlv3.q8_0.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin files: - - filename: baize-v2-13b.ggmlv3.q8_0.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-13B-GGML/resolve/main/baize-v2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q4_0.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-7b.ggmlv3.q4_0.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin files: - - filename: baize-v2-7b.ggmlv3.q4_0.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q4_1.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-7b.ggmlv3.q4_1.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin files: - - filename: baize-v2-7b.ggmlv3.q4_1.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q5_0.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-7b.ggmlv3.q5_0.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin files: - - filename: baize-v2-7b.ggmlv3.q5_0.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q5_1.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-7b.ggmlv3.q5_1.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin files: - - filename: baize-v2-7b.ggmlv3.q5_1.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__project-baize-v2-7b-ggml__baize-v2-7b.ggmlv3.q8_0.bin + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - - arxiv:2304.01196 + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: baize-v2-7b.ggmlv3.q8_0.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin files: - - filename: baize-v2-7b.ggmlv3.q8_0.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Project-Baize-v2-7B-GGML/resolve/main/baize-v2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q2_K.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin files: - - filename: puddlejumper-13b.ggmlv3.Q2_K.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q3_K_L.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin files: - - filename: puddlejumper-13b.ggmlv3.Q3_K_L.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q3_K_M.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin files: - - filename: puddlejumper-13b.ggmlv3.Q3_K_M.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q3_K_S.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin files: - - filename: puddlejumper-13b.ggmlv3.Q3_K_S.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q4_0.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin files: - - filename: puddlejumper-13b.ggmlv3.Q4_0.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q4_1.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin files: - - filename: puddlejumper-13b.ggmlv3.Q4_1.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q4_K_M.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin files: - - filename: puddlejumper-13b.ggmlv3.Q4_K_M.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus - - dataset:Open-Orca/OpenOrca - - license:llama2 + - upstage + - instruct + - instruction + - text-generation + - en + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q4_K_S.bin + model: upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin files: - - filename: puddlejumper-13b.ggmlv3.Q4_K_S.bin + - filename: upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q5_0.bin + model: upstage-llama-30b-instruct-2048.Q2_K.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q5_0.bin + - filename: upstage-llama-30b-instruct-2048.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q5_1.bin + model: upstage-llama-30b-instruct-2048.Q3_K_L.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q5_1.bin + - filename: upstage-llama-30b-instruct-2048.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q5_K_M.bin + model: upstage-llama-30b-instruct-2048.Q3_K_M.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q5_K_M.bin + - filename: upstage-llama-30b-instruct-2048.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q5_K_S.bin + model: upstage-llama-30b-instruct-2048.Q3_K_S.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q5_K_S.bin + - filename: upstage-llama-30b-instruct-2048.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q6_K.bin + model: upstage-llama-30b-instruct-2048.Q4_0.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q6_K.bin + - filename: upstage-llama-30b-instruct-2048.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puddlejumper-13b-ggml__puddlejumper-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/PuddleJumper-13B-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama - - dataset:totally-not-an-llm/EverythingLM-data-V2 - - dataset:garage-bAInd/Open-Platypus + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima - dataset:Open-Orca/OpenOrca - - license:llama2 + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puddlejumper-13b.ggmlv3.Q8_0.bin + model: upstage-llama-30b-instruct-2048.Q4_K_M.gguf files: - - filename: puddlejumper-13b.ggmlv3.Q8_0.bin + - filename: upstage-llama-30b-instruct-2048.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PuddleJumper-13B-GGML/resolve/main/puddlejumper-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q4_0.bin - license: cc-by-nc-4.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - - gpt-neox + - llama + - upstage + - instruct + - instruction - text-generation - - puli - - hu - - license:cc-by-nc-4.0 + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other + - text-generation-inference - region:us overrides: parameters: - model: puli-gpt-3sx.ggmlv1.q4_0.bin + model: upstage-llama-30b-instruct-2048.Q4_K_S.gguf files: - - filename: puli-gpt-3sx.ggmlv1.q4_0.bin + - filename: upstage-llama-30b-instruct-2048.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q4_1.bin - license: cc-by-nc-4.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - - gpt-neox + - llama + - upstage + - instruct + - instruction - text-generation - - puli - - hu - - license:cc-by-nc-4.0 + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other + - text-generation-inference - region:us overrides: parameters: - model: puli-gpt-3sx.ggmlv1.q4_1.bin + model: upstage-llama-30b-instruct-2048.Q5_0.gguf files: - - filename: puli-gpt-3sx.ggmlv1.q4_1.bin + - filename: upstage-llama-30b-instruct-2048.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q5_0.bin - license: cc-by-nc-4.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - - gpt-neox + - llama + - upstage + - instruct + - instruction - text-generation - - puli - - hu - - license:cc-by-nc-4.0 + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other + - text-generation-inference - region:us overrides: parameters: - model: puli-gpt-3sx.ggmlv1.q5_0.bin + model: upstage-llama-30b-instruct-2048.Q5_K_M.gguf files: - - filename: puli-gpt-3sx.ggmlv1.q5_0.bin + - filename: upstage-llama-30b-instruct-2048.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q5_1.bin - license: cc-by-nc-4.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - - gpt-neox + - llama + - upstage + - instruct + - instruction - text-generation - - puli - - hu - - license:cc-by-nc-4.0 + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other + - text-generation-inference - region:us overrides: parameters: - model: puli-gpt-3sx.ggmlv1.q5_1.bin + model: upstage-llama-30b-instruct-2048.Q5_K_S.gguf files: - - filename: puli-gpt-3sx.ggmlv1.q5_1.bin + - filename: upstage-llama-30b-instruct-2048.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puli-gpt-3sx-ggml__puli-gpt-3sx.ggmlv1.q8_0.bin - license: cc-by-nc-4.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - - gpt-neox + - llama + - upstage + - instruct + - instruction - text-generation - - puli - - hu - - license:cc-by-nc-4.0 + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other + - text-generation-inference - region:us overrides: parameters: - model: puli-gpt-3sx.ggmlv1.q8_0.bin + model: upstage-llama-30b-instruct-2048.Q6_K.gguf files: - - filename: puli-gpt-3sx.ggmlv1.q8_0.bin + - filename: upstage-llama-30b-instruct-2048.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/PULI-GPT-3SX-GGML/resolve/main/puli-gpt-3sx.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q4_0.bin - license: apache-2.0 + name: thebloke__upstage-llama-30b-instruct-2048-gguf__upstage-llama-30b-instruct-2048.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Puma-3b-GGML + - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF tags: - transformers - llama + - upstage + - instruct + - instruction - text-generation - en - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - license:apache-2.0 + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puma-3b.ggmlv3.q4_0.bin + model: upstage-llama-30b-instruct-2048.Q8_0.gguf files: - - filename: puma-3b.ggmlv3.q4_0.bin + - filename: upstage-llama-30b-instruct-2048.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGUF/resolve/main/upstage-llama-30b-instruct-2048.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q4_1.bin - license: apache-2.0 + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Puma-3b-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: - transformers - llama + - upstage + - instruct + - instruction - text-generation - en - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - license:apache-2.0 + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puma-3b.ggmlv3.q4_1.bin + model: upstage-llama-65b-instruct.ggmlv3.q2_K.bin files: - - filename: puma-3b.ggmlv3.q4_1.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q5_0.bin - license: apache-2.0 + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Puma-3b-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: - transformers - llama + - upstage + - instruct + - instruction - text-generation - en - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - license:apache-2.0 + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puma-3b.ggmlv3.q5_0.bin + model: upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin files: - - filename: puma-3b.ggmlv3.q5_0.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q5_1.bin - license: apache-2.0 + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Puma-3b-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: - transformers - llama + - upstage + - instruct + - instruction - text-generation - en - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - license:apache-2.0 + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puma-3b.ggmlv3.q5_1.bin + model: upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin files: - - filename: puma-3b.ggmlv3.q5_1.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__puma-3b-ggml__puma-3b.ggmlv3.q8_0.bin - license: apache-2.0 + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Puma-3b-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: - transformers - llama + - upstage + - instruct + - instruction - text-generation - en - - dataset:totally-not-an-llm/sharegpt-hyperfiltered-3k - - license:apache-2.0 + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa + - license:other - text-generation-inference - region:us overrides: parameters: - model: puma-3b.ggmlv3.q8_0.bin + model: upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin files: - - filename: puma-3b.ggmlv3.q8_0.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Puma-3b-GGML/resolve/main/puma-3b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin + model: upstage-llama-65b-instruct.ggmlv3.q4_0.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: upstage-llama-65b-instruct.ggmlv3.q4_1.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q3_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q4_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: upstage-llama-65b-instruct.ggmlv3.q5_0.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q4_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: upstage-llama-65b-instruct.ggmlv3.q5_1.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q5_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q5_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en + - dataset:sciq + - dataset:metaeval/ScienceQA_text_only + - dataset:GAIR/lima + - dataset:Open-Orca/OpenOrca + - dataset:openbookqa - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-13b-superhot-8k-ggml__pygmalion-13b-superhot-8k.ggmlv3.q6_k.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: + - transformers + - llama + - upstage + - instruct + - instruction + - text-generation + - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin + model: upstage-llama-65b-instruct.Q2_K.gguf files: - - filename: pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: upstage-llama-65b-instruct.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-13B-SuperHOT-8K-GGML/resolve/main/pygmalion-13b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q2_k.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin + model: upstage-llama-65b-instruct.Q3_K_L.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin + - filename: upstage-llama-65b-instruct.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_l.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin + model: upstage-llama-65b-instruct.Q3_K_M.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: upstage-llama-65b-instruct.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin + model: upstage-llama-65b-instruct.Q3_K_S.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: upstage-llama-65b-instruct.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q3_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin + model: upstage-llama-65b-instruct.Q4_0.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: upstage-llama-65b-instruct.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q4_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin + model: upstage-llama-65b-instruct.Q4_K_M.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: upstage-llama-65b-instruct.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q4_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin + model: upstage-llama-65b-instruct.Q4_K_S.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: upstage-llama-65b-instruct.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q5_k_m.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin + model: upstage-llama-65b-instruct.Q5_0.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: upstage-llama-65b-instruct.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q5_k_s.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin + model: upstage-llama-65b-instruct.Q5_K_M.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: upstage-llama-65b-instruct.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__pygmalion-7b-superhot-8k-ggml__pygmalion-7b-superhot-8k.ggmlv3.q6_k.bin + name: thebloke__upstage-llama1-65b-instruct-gguf__upstage-llama-65b-instruct.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF tags: - - text generation - - conversational + - transformers + - llama + - upstage + - instruct + - instruction - text-generation - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin + model: upstage-llama-65b-instruct.Q5_K_S.gguf files: - - filename: pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin + - filename: upstage-llama-65b-instruct.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Pygmalion-7B-SuperHOT-8K-GGML/resolve/main/pygmalion-7b-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGUF/resolve/main/upstage-llama-65b-instruct.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q2_K.bin + model: utopia-13b.Q2_K.gguf files: - - filename: qcammel-13.ggmlv3.q2_K.bin + - filename: utopia-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q3_K_L.bin + model: utopia-13b.Q3_K_L.gguf files: - - filename: qcammel-13.ggmlv3.q3_K_L.bin + - filename: utopia-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q3_K_M.bin + model: utopia-13b.Q3_K_M.gguf files: - - filename: qcammel-13.ggmlv3.q3_K_M.bin + - filename: utopia-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q3_K_S.bin + model: utopia-13b.Q3_K_S.gguf files: - - filename: qcammel-13.ggmlv3.q3_K_S.bin + - filename: utopia-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q4_0.bin + model: utopia-13b.Q4_0.gguf files: - - filename: qcammel-13.ggmlv3.q4_0.bin + - filename: utopia-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q4_1.bin + model: utopia-13b.Q4_K_M.gguf files: - - filename: qcammel-13.ggmlv3.q4_1.bin + - filename: utopia-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q4_K_M.bin + model: utopia-13b.Q4_K_S.gguf files: - - filename: qcammel-13.ggmlv3.q4_K_M.bin + - filename: utopia-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q4_K_S.bin + model: utopia-13b.Q5_0.gguf files: - - filename: qcammel-13.ggmlv3.q4_K_S.bin + - filename: utopia-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q5_0.bin + model: utopia-13b.Q5_K_M.gguf files: - - filename: qcammel-13.ggmlv3.q5_0.bin + - filename: utopia-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q5_1.bin + model: utopia-13b.Q5_K_S.gguf files: - - filename: qcammel-13.ggmlv3.q5_1.bin + - filename: utopia-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q5_K_M.bin + model: utopia-13b.Q6_K.gguf files: - - filename: qcammel-13.ggmlv3.q5_K_M.bin + - filename: utopia-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__utopia-13b-gguf__utopia-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/Utopia-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q5_K_S.bin + model: utopia-13b.Q8_0.gguf files: - - filename: qcammel-13.ggmlv3.q5_K_S.bin + - filename: utopia-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Utopia-13B-GGUF/resolve/main/utopia-13b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q6_K.bin + model: utopiaxl-13b.Q2_K.gguf files: - - filename: qcammel-13.ggmlv3.q6_K.bin + - filename: utopiaxl-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-13-ggml__qcammel-13.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-13-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-13 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.13971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-13.ggmlv3.q8_0.bin + model: utopiaxl-13b.Q3_K_L.gguf files: - - filename: qcammel-13.ggmlv3.q8_0.bin + - filename: utopiaxl-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-13-GGML/resolve/main/qcammel-13.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q2_K.bin + model: utopiaxl-13b.Q3_K_M.gguf files: - - filename: qcammel-70-x.ggmlv3.q2_K.bin + - filename: utopiaxl-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q3_K_L.bin + model: utopiaxl-13b.Q3_K_S.gguf files: - - filename: qcammel-70-x.ggmlv3.q3_K_L.bin + - filename: utopiaxl-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q3_K_M.bin + model: utopiaxl-13b.Q4_0.gguf files: - - filename: qcammel-70-x.ggmlv3.q3_K_M.bin + - filename: utopiaxl-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q3_K_S.bin + model: utopiaxl-13b.Q4_K_M.gguf files: - - filename: qcammel-70-x.ggmlv3.q3_K_S.bin + - filename: utopiaxl-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q4_0.bin + model: utopiaxl-13b.Q4_K_S.gguf files: - - filename: qcammel-70-x.ggmlv3.q4_0.bin + - filename: utopiaxl-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q4_1.bin + model: utopiaxl-13b.Q5_0.gguf files: - - filename: qcammel-70-x.ggmlv3.q4_1.bin + - filename: utopiaxl-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q4_K_M.bin + model: utopiaxl-13b.Q5_K_M.gguf files: - - filename: qcammel-70-x.ggmlv3.q4_K_M.bin + - filename: utopiaxl-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q4_K_S.bin + model: utopiaxl-13b.Q5_K_S.gguf files: - - filename: qcammel-70-x.ggmlv3.q4_K_S.bin + - filename: utopiaxl-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q5_0.bin + model: utopiaxl-13b.Q6_K.gguf files: - - filename: qcammel-70-x.ggmlv3.q5_0.bin + - filename: utopiaxl-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__utopiaxl-13b-gguf__utopiaxl-13b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF tags: - transformers - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q5_K_M.bin + model: utopiaxl-13b.Q8_0.gguf files: - - filename: qcammel-70-x.ggmlv3.q5_K_M.bin + - filename: utopiaxl-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__qcammel-70-x-ggml__qcammel-70-x.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/UtopiaXL-13B-GGUF/resolve/main/utopiaxl-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/qCammel-70-x-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - pytorch - - llama-2 - - qCammel-70 - - text-generation - - en - - arxiv:2305.12031 - - arxiv:2305.14314 - - arxiv:2302.70971 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: qcammel-70-x.ggmlv3.q5_K_S.bin + model: vicuna-13b-1.1.ggmlv3.q2_K.bin files: - - filename: qcammel-70-x.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-1.1.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/qCammel-70-x-GGML/resolve/main/qcammel-70-x.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q4_0.bin - license: gpl + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - starcoder - - wizardcoder - - code - - self-instruct - - distillation - - en - - license:gpl + - license:other - region:us overrides: parameters: - model: redmond-hermes-coder.ggmlv3.q4_0.bin + model: vicuna-13b-1.1.ggmlv3.q3_K_L.bin files: - - filename: redmond-hermes-coder.ggmlv3.q4_0.bin + - filename: vicuna-13b-1.1.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q4_1.bin - license: gpl + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - starcoder - - wizardcoder - - code - - self-instruct - - distillation - - en - - license:gpl + - license:other - region:us overrides: parameters: - model: redmond-hermes-coder.ggmlv3.q4_1.bin + model: vicuna-13b-1.1.ggmlv3.q3_K_M.bin files: - - filename: redmond-hermes-coder.ggmlv3.q4_1.bin + - filename: vicuna-13b-1.1.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q5_0.bin - license: gpl + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - starcoder - - wizardcoder - - code - - self-instruct - - distillation - - en - - license:gpl + - license:other - region:us overrides: parameters: - model: redmond-hermes-coder.ggmlv3.q5_0.bin + model: vicuna-13b-1.1.ggmlv3.q3_K_S.bin files: - - filename: redmond-hermes-coder.ggmlv3.q5_0.bin + - filename: vicuna-13b-1.1.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q5_1.bin - license: gpl + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - starcoder - - wizardcoder - - code - - self-instruct - - distillation - - en - - license:gpl + - license:other - region:us overrides: parameters: - model: redmond-hermes-coder.ggmlv3.q5_1.bin + model: vicuna-13b-1.1.ggmlv3.q4_0.bin files: - - filename: redmond-hermes-coder.ggmlv3.q5_1.bin + - filename: vicuna-13b-1.1.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-hermes-coder-ggml__redmond-hermes-coder.ggmlv3.q8_0.bin - license: gpl + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - starcoder - - wizardcoder - - code - - self-instruct - - distillation - - en - - license:gpl + - license:other - region:us overrides: parameters: - model: redmond-hermes-coder.ggmlv3.q8_0.bin + model: vicuna-13b-1.1.ggmlv3.q4_1.bin files: - - filename: redmond-hermes-coder.ggmlv3.q8_0.bin + - filename: vicuna-13b-1.1.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Hermes-Coder-GGML/resolve/main/redmond-hermes-coder.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q2_K.bin + model: vicuna-13b-1.1.ggmlv3.q4_K_M.bin files: - - filename: redmond-puffin-13b.ggmlv3.q2_K.bin + - filename: vicuna-13b-1.1.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q3_K_L.bin + model: vicuna-13b-1.1.ggmlv3.q4_K_S.bin files: - - filename: redmond-puffin-13b.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-1.1.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q3_K_M.bin + model: vicuna-13b-1.1.ggmlv3.q5_0.bin files: - - filename: redmond-puffin-13b.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-1.1.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q3_K_S.bin + model: vicuna-13b-1.1.ggmlv3.q5_1.bin files: - - filename: redmond-puffin-13b.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-1.1.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q4_0.bin + model: vicuna-13b-1.1.ggmlv3.q5_K_M.bin files: - - filename: redmond-puffin-13b.ggmlv3.q4_0.bin + - filename: vicuna-13b-1.1.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q4_1.bin + model: vicuna-13b-1.1.ggmlv3.q5_K_S.bin files: - - filename: redmond-puffin-13b.ggmlv3.q4_1.bin + - filename: vicuna-13b-1.1.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q4_K_M.bin + model: vicuna-13b-1.1.ggmlv3.q6_K.bin files: - - filename: redmond-puffin-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-1.1.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q4_K_S.bin + model: vicuna-13b-1.1.ggmlv3.q8_0.bin files: - - filename: redmond-puffin-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-1.1.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q5_0.bin + model: vicuna-13b-cot.ggmlv3.q2_K.bin files: - - filename: redmond-puffin-13b.ggmlv3.q5_0.bin + - filename: vicuna-13b-cot.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q5_1.bin + model: vicuna-13b-cot.ggmlv3.q3_K_L.bin files: - - filename: redmond-puffin-13b.ggmlv3.q5_1.bin + - filename: vicuna-13b-cot.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q5_K_M.bin + model: vicuna-13b-cot.ggmlv3.q3_K_M.bin files: - - filename: redmond-puffin-13b.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-cot.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q5_K_S.bin + model: vicuna-13b-cot.ggmlv3.q3_K_S.bin files: - - filename: redmond-puffin-13b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-cot.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q6_K.bin + model: vicuna-13b-cot.ggmlv3.q4_0.bin files: - - filename: redmond-puffin-13b.ggmlv3.q6_K.bin + - filename: vicuna-13b-cot.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__redmond-puffin-13b-ggml__redmond-puffin-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: - - transformers - - llama - - llama-2 - - sft - - eng - - dataset:LDJnr/Puffin - - license:llama2 - - text-generation-inference + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: redmond-puffin-13b.ggmlv3.q8_0.bin + model: vicuna-13b-cot.ggmlv3.q4_1.bin files: - - filename: redmond-puffin-13b.ggmlv3.q8_0.bin + - filename: vicuna-13b-cot.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: replit-code-instruct-glaive.ggmlv1.q4_0.bin + model: vicuna-13b-cot.ggmlv3.q4_K_M.bin files: - - filename: replit-code-instruct-glaive.ggmlv1.q4_0.bin + - filename: vicuna-13b-cot.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: replit-code-instruct-glaive.ggmlv1.q4_1.bin + model: vicuna-13b-cot.ggmlv3.q4_K_S.bin files: - - filename: replit-code-instruct-glaive.ggmlv1.q4_1.bin + - filename: vicuna-13b-cot.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: replit-code-instruct-glaive.ggmlv1.q5_0.bin + model: vicuna-13b-cot.ggmlv3.q5_0.bin files: - - filename: replit-code-instruct-glaive.ggmlv1.q5_0.bin + - filename: vicuna-13b-cot.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML tags: + - arxiv:1910.09700 + - license:other - region:us overrides: parameters: - model: replit-code-instruct-glaive.ggmlv1.q5_1.bin + model: vicuna-13b-cot.ggmlv3.q5_1.bin files: - - filename: replit-code-instruct-glaive.ggmlv1.q5_1.bin + - filename: vicuna-13b-cot.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-code-instruct-glaive-ggml__replit-code-instruct-glaive.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + tags: + - arxiv:1910.09700 + - license:other + - region:us + overrides: + parameters: + model: vicuna-13b-cot.ggmlv3.q5_K_M.bin + files: + - filename: vicuna-13b-cot.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + tags: + - arxiv:1910.09700 + - license:other + - region:us + overrides: + parameters: + model: vicuna-13b-cot.ggmlv3.q5_K_S.bin + files: + - filename: vicuna-13b-cot.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + tags: + - arxiv:1910.09700 + - license:other + - region:us + overrides: + parameters: + model: vicuna-13b-cot.ggmlv3.q6_K.bin + files: + - filename: vicuna-13b-cot.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q8_0.bin + license: other + urls: + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + tags: + - arxiv:1910.09700 + - license:other + - region:us + overrides: + parameters: + model: vicuna-13b-cot.ggmlv3.q8_0.bin + files: + - filename: vicuna-13b-cot.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q2_k.gguf + license: other + urls: + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-code-instruct-glaive.ggmlv1.q8_0.bin + model: Vicuna-13B-CoT.Q2_K.gguf files: - - filename: replit-code-instruct-glaive.ggmlv1.q8_0.bin + - filename: Vicuna-13B-CoT.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Replit-Code-Instruct-Glaive-GGML/resolve/main/replit-code-instruct-glaive.ggmlv1.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/replit-openorca-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: - transformers - - replit - - dataset:Open-Orca/OpenOrca + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-openorca.ggmlv1.q4_0.bin + model: Vicuna-13B-CoT.Q3_K_L.gguf files: - - filename: replit-openorca.ggmlv1.q4_0.bin + - filename: Vicuna-13B-CoT.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/replit-openorca-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: - transformers - - replit - - dataset:Open-Orca/OpenOrca + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-openorca.ggmlv1.q4_1.bin + model: Vicuna-13B-CoT.Q3_K_M.gguf files: - - filename: replit-openorca.ggmlv1.q4_1.bin + - filename: Vicuna-13B-CoT.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/replit-openorca-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: - transformers - - replit - - dataset:Open-Orca/OpenOrca + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-openorca.ggmlv1.q5_0.bin + model: Vicuna-13B-CoT.Q3_K_S.gguf files: - - filename: replit-openorca.ggmlv1.q5_0.bin + - filename: Vicuna-13B-CoT.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/replit-openorca-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: - transformers - - replit - - dataset:Open-Orca/OpenOrca + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-openorca.ggmlv1.q5_1.bin + model: Vicuna-13B-CoT.Q4_0.gguf files: - - filename: replit-openorca.ggmlv1.q5_1.bin + - filename: Vicuna-13B-CoT.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__replit-openorca-ggml__replit-openorca.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/replit-openorca-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: - transformers - - replit - - dataset:Open-Orca/OpenOrca + - llama + - arxiv:1910.09700 + - license:other + - text-generation-inference - region:us overrides: parameters: - model: replit-openorca.ggmlv1.q8_0.bin + model: Vicuna-13B-CoT.Q4_K_M.gguf files: - - filename: replit-openorca.ggmlv1.q8_0.bin + - filename: Vicuna-13B-CoT.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/replit-openorca-GGML/resolve/main/replit-openorca.ggmlv1.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q2_K.bin + model: Vicuna-13B-CoT.Q4_K_S.gguf files: - - filename: robin-13b.ggmlv3.q2_K.bin + - filename: Vicuna-13B-CoT.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q3_K_L.bin + model: Vicuna-13B-CoT.Q5_0.gguf files: - - filename: robin-13b.ggmlv3.q3_K_L.bin + - filename: Vicuna-13B-CoT.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q3_K_M.bin + model: Vicuna-13B-CoT.Q5_K_M.gguf files: - - filename: robin-13b.ggmlv3.q3_K_M.bin + - filename: Vicuna-13B-CoT.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q3_K_S.bin + model: Vicuna-13B-CoT.Q5_K_S.gguf files: - - filename: robin-13b.ggmlv3.q3_K_S.bin + - filename: Vicuna-13B-CoT.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q4_0.bin + model: Vicuna-13B-CoT.Q6_K.gguf files: - - filename: robin-13b.ggmlv3.q4_0.bin + - filename: Vicuna-13B-CoT.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-cot-gguf__vicuna-13b-cot.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q4_1.bin + model: Vicuna-13B-CoT.Q8_0.gguf files: - - filename: robin-13b.ggmlv3.q4_1.bin + - filename: Vicuna-13B-CoT.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGUF/resolve/main/Vicuna-13B-CoT.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.3-german.ggmlv3.q2_K.bin files: - - filename: robin-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin files: - - filename: robin-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q5_0.bin + model: vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin files: - - filename: robin-13b.ggmlv3.q5_0.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q5_1.bin + model: vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin files: - - filename: robin-13b.ggmlv3.q5_1.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.3-german.ggmlv3.q4_0.bin files: - - filename: robin-13b.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.3-german.ggmlv3.q4_1.bin files: - - filename: robin-13b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q6_K.bin + model: vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin files: - - filename: robin-13b.ggmlv3.q6_K.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-ggml__robin-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-13B-v2-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b.ggmlv3.q8_0.bin + model: vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin files: - - filename: robin-13b.ggmlv3.q8_0.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-13B-v2-GGML/resolve/main/robin-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin + model: vicuna-13b-v1.3-german.ggmlv3.q5_0.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.3-german.ggmlv3.q5_1.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.3-german.ggmlv3.q6_K.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML tags: + - transformers + - llama + - text-generation + - de + - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other + - text-generation-inference - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.3-german.ggmlv3.q8_0.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.3-german.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.3.ggmlv3.q2_K.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q5_k_s.bin + - filename: vicuna-13b-v1.3.ggmlv3.q2_K.bin + sha256: f47ef000d721bd9a6ee9e2ca0c100317f7a2f971802cd4d12d461c04aeae5853 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.3.ggmlv3.q3_K_L.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-13b-v2-superhot-8k-ggml__robin-13b-v2-superhot-8k.ggmlv3.q6_k.bin + - filename: vicuna-13b-v1.3.ggmlv3.q3_K_L.bin + sha256: 513ba3a3a5ebbe7a8d5abad14c79ce803e53bffd8abfd4ba1ebb614d0dd8c844 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin + model: vicuna-13b-v1.3.ggmlv3.q3_K_M.bin files: - - filename: robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Robin-13B-v2-SuperHOT-8K-GGML/resolve/main/robin-13b-v2-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q2_k.bin + - filename: vicuna-13b-v1.3.ggmlv3.q3_K_M.bin + sha256: 96fd8134f18f16c13e73782be286cc5461c4be227b4d6f7e178e8058fd8bb847 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q2_K.bin + model: vicuna-13b-v1.3.ggmlv3.q3_K_S.bin files: - - filename: robin-33b.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_l.bin + - filename: vicuna-13b-v1.3.ggmlv3.q3_K_S.bin + sha256: 1974be0a7a1ba65f0f4b6a0c5f0a389a1cc1841338cd61cb86e9e99a1a8f1e30 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.3.ggmlv3.q4_0.bin files: - - filename: robin-33b.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_m.bin + - filename: vicuna-13b-v1.3.ggmlv3.q4_0.bin + sha256: 55ef6df836b42d51efe56617294c30b9fc9eaed47fa7b3ab36d7c0655648c1ba + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.3.ggmlv3.q4_1.bin files: - - filename: robin-33b.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q3_k_s.bin + - filename: vicuna-13b-v1.3.ggmlv3.q4_1.bin + sha256: 4f8448dcde68e0872212f042b92810626b2bfddb6fa0a74995232aea66af738b + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.3.ggmlv3.q4_K_M.bin files: - - filename: robin-33b.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_0.bin + - filename: vicuna-13b-v1.3.ggmlv3.q4_K_M.bin + sha256: 4701a2e8df9cbed1bded222a2f10b642c7480bba308df48e94adc440eafa2204 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q4_0.bin + model: vicuna-13b-v1.3.ggmlv3.q4_K_S.bin files: - - filename: robin-33b.ggmlv3.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_1.bin + - filename: vicuna-13b-v1.3.ggmlv3.q4_K_S.bin + sha256: 5bcfe5b057e71303c92b1c02fd44ee268e62c436a48a3ffb1951e63c47275ea3 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q4_1.bin + model: vicuna-13b-v1.3.ggmlv3.q5_0.bin files: - - filename: robin-33b.ggmlv3.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_k_m.bin + - filename: vicuna-13b-v1.3.ggmlv3.q5_0.bin + sha256: 7fc8501d19c04b3ed28d121ce4eedc54c91e6af977427056a90f719507a7fd24 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.3.ggmlv3.q5_1.bin files: - - filename: robin-33b.ggmlv3.q4_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q4_k_s.bin + - filename: vicuna-13b-v1.3.ggmlv3.q5_1.bin + sha256: d555605b8b7f2b23fa2e3533734f7482b9857691d26c3f6d7926de8fdfa43f1c + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.3.ggmlv3.q5_K_M.bin files: - - filename: robin-33b.ggmlv3.q4_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_0.bin + - filename: vicuna-13b-v1.3.ggmlv3.q5_K_M.bin + sha256: 3ded0e072fd26de8d03108a3445624f90038f8b424dacdb27540f233a8beb1bb + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q5_0.bin + model: vicuna-13b-v1.3.ggmlv3.q5_K_S.bin files: - - filename: robin-33b.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_1.bin + - filename: vicuna-13b-v1.3.ggmlv3.q5_K_S.bin + sha256: b7ca1e70cdfd5a742d01b8becdbb70fa129113cb4d53f0514be19f9133883ce0 + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q5_1.bin + model: vicuna-13b-v1.3.ggmlv3.q6_K.bin files: - - filename: robin-33b.ggmlv3.q5_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_k_m.bin + - filename: vicuna-13b-v1.3.ggmlv3.q6_K.bin + sha256: 585fbf1c6586683998947837da32473bdef59ce58eb16d53d8ad10ebc5e4c26c + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: robin-33b.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.3.ggmlv3.q8_0.bin files: - - filename: robin-33b.ggmlv3.q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q5_k_s.bin + - filename: vicuna-13b-v1.3.ggmlv3.q8_0.bin + sha256: 8ccdafc3c082472beefdd433ae6b24fb66bd306a425ae882f5f57b64c682f35b + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-33b.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.3.0.ggmlv3.q2_K.bin files: - - filename: robin-33b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-33b.ggmlv3.q6_K.bin + model: vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin files: - - filename: robin-33b.ggmlv3.q6_K.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-33b-v2-ggml__robin-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-33B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-33b.ggmlv3.q8_0.bin + model: vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin files: - - filename: robin-33b.ggmlv3.q8_0.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-33B-v2-GGML/resolve/main/robin-33b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q2_K.bin + model: vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin files: - - filename: robin-65b.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.3.0.ggmlv3.q4_0.bin files: - - filename: robin-65b.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.3.0.ggmlv3.q4_1.bin files: - - filename: robin-65b.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin files: - - filename: robin-65b.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q4_0.bin + model: vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin files: - - filename: robin-65b.ggmlv3.q4_0.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q4_1.bin + model: vicuna-13b-v1.3.0.ggmlv3.q5_0.bin files: - - filename: robin-65b.ggmlv3.q4_1.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.3.0.ggmlv3.q5_1.bin files: - - filename: robin-65b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin files: - - filename: robin-65b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q5_0.bin + model: vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin files: - - filename: robin-65b.ggmlv3.q5_0.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q5_1.bin + model: vicuna-13b-v1.3.0.ggmlv3.q6_K.bin files: - - filename: robin-65b.ggmlv3.q5_1.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: robin-65b.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.3.0.ggmlv3.q8_0.bin files: - - filename: robin-65b.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.3.0.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-65b-v2-ggml__robin-65b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-65B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-65b.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin files: - - filename: robin-65b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-65B-v2-GGML/resolve/main/robin-65b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q2_K.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin files: - - filename: robin-7b.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin files: - - filename: robin-7b.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin files: - - filename: robin-7b.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin files: - - filename: robin-7b.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q4_0.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin files: - - filename: robin-7b.ggmlv3.q4_0.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q4_1.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin files: - - filename: robin-7b.ggmlv3.q4_1.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin files: - - filename: robin-7b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin files: - - filename: robin-7b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q5_0.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin files: - - filename: robin-7b.ggmlv3.q5_0.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q5_1.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin files: - - filename: robin-7b.ggmlv3.q5_1.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin files: - - filename: robin-7b.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin files: - - filename: robin-7b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q6_K.bin + model: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin files: - - filename: robin-7b.ggmlv3.q6_K.bin + - filename: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-ggml__robin-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/robin-7B-v2-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b.ggmlv3.q8_0.bin + model: vicuna-13b-v1.5-16k.Q2_K.gguf files: - - filename: robin-7b.ggmlv3.q8_0.bin + - filename: vicuna-13b-v1.5-16k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/robin-7B-v2-GGML/resolve/main/robin-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin + model: vicuna-13b-v1.5-16k.Q3_K_L.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.5-16k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.5-16k.Q3_K_M.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.5-16k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.5-16k.Q3_K_S.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.5-16k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.5-16k.Q4_0.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.5-16k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.5-16k.Q4_K_M.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.5-16k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.5-16k.Q4_K_S.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.5-16k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.5-16k.Q5_0.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.5-16k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.5-16k.Q5_K_M.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.5-16k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__robin-7b-v2-superhot-8k-ggml__robin-7b-v2-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin + model: vicuna-13b-v1.5-16k.Q5_K_S.gguf files: - - filename: robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin + - filename: vicuna-13b-v1.5-16k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Robin-7B-v2-SuperHOT-8K-GGML/resolve/main/robin-7b-v2-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin + model: vicuna-13b-v1.5-16k.Q6_K.gguf files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.5-16k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-16k-gguf__vicuna-13b-v1.5-16k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.5-16k.Q8_0.gguf files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.5-16k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGUF/resolve/main/vicuna-13b-v1.5-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.5.ggmlv3.q2_K.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.5.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.5.ggmlv3.q3_K_L.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.5.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.5.ggmlv3.q3_K_M.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.5.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.5.ggmlv3.q3_K_S.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.5.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.5.ggmlv3.q4_0.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.5.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.5.ggmlv3.q4_1.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.5.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1-1-llama-7b-superhot-8k-ggml__samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin + model: vicuna-13b-v1.5.ggmlv3.q4_K_M.bin files: - - filename: samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin + - filename: vicuna-13b-v1.5.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1-1-Llama-7B-SuperHOT-8K-GGML/resolve/main/samantha-1.1-llama-7b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q2_K.bin + model: vicuna-13b-v1.5.ggmlv3.q4_K_S.bin files: - - filename: samantha-1.1-70b.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.5.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.5.ggmlv3.q5_0.bin files: - - filename: samantha-1.1-70b.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.5.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.5.ggmlv3.q5_1.bin files: - - filename: samantha-1.1-70b.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.5.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.5.ggmlv3.q5_K_M.bin files: - - filename: samantha-1.1-70b.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.5.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q4_0.bin + model: vicuna-13b-v1.5.ggmlv3.q5_K_S.bin files: - - filename: samantha-1.1-70b.ggmlv3.q4_0.bin + - filename: vicuna-13b-v1.5.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q4_1.bin + model: vicuna-13b-v1.5.ggmlv3.q6_K.bin files: - - filename: samantha-1.1-70b.ggmlv3.q4_1.bin + - filename: vicuna-13b-v1.5.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.5.ggmlv3.q8_0.bin files: - - filename: samantha-1.1-70b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.5.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.5.Q2_K.gguf files: - - filename: samantha-1.1-70b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q5_0.bin + model: vicuna-13b-v1.5.Q3_K_L.gguf files: - - filename: samantha-1.1-70b.ggmlv3.q5_0.bin + - filename: vicuna-13b-v1.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q5_K_M.bin + model: vicuna-13b-v1.5.Q3_K_M.gguf files: - - filename: samantha-1.1-70b.ggmlv3.q5_K_M.bin + - filename: vicuna-13b-v1.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-70b-ggml__samantha-1.1-70b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 + - arxiv:2307.09288 + - arxiv:2306.05685 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-70b.ggmlv3.q5_K_S.bin + model: vicuna-13b-v1.5.Q3_K_S.gguf files: - - filename: samantha-1.1-70b.ggmlv3.q5_K_S.bin + - filename: vicuna-13b-v1.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.1-70B-GGML/resolve/main/samantha-1.1-70b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q2_K.bin + model: vicuna-13b-v1.5.Q4_0.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q2_K.bin + - filename: vicuna-13b-v1.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin + model: vicuna-13b-v1.5.Q4_K_M.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin + - filename: vicuna-13b-v1.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin + model: vicuna-13b-v1.5.Q4_K_S.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin + - filename: vicuna-13b-v1.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin + model: vicuna-13b-v1.5.Q5_0.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin + - filename: vicuna-13b-v1.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q4_0.bin + model: vicuna-13b-v1.5.Q5_K_M.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q4_0.bin + - filename: vicuna-13b-v1.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q4_1.bin + model: vicuna-13b-v1.5.Q5_K_S.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q4_1.bin + - filename: vicuna-13b-v1.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin + model: vicuna-13b-v1.5.Q6_K.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-13b-v1.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-13b-v1.5-gguf__vicuna-13b-v1.5.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin + model: vicuna-13b-v1.5.Q8_0.gguf files: - - filename: samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-13b-v1.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGUF/resolve/main/vicuna-13b-v1.5.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q5_0.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_1.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin + sha256: 2924c4db043f4e6a97a385872026c3f2e677c3641505cb2daa0ed19c4872cd93 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q5_1.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q5_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_k_m.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin + sha256: 2a5ea10b6403c3f7d49b3a245ba761840ad4f44d614d5c088ab3c4204192d216 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q5_k_s.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin + sha256: fa4d0b5d996e7b0fe0223f88f24bf7b104dbe1fd6fb2b3cb18c96c7d1b4c42f4 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q6_k.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin + sha256: 4dca9f9b6908ed737741d8aa9d0c9b6d3db513818fe7642eafb58e6de33b8342 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q6_K.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q6_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-13b-ggml__samantha-1.1-llama-13b.ggmlv3.q8_0.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin + sha256: a53016539053bce2c0c5f25a3f5a28a628f6635e6169393bf668a9f886400495 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-13b.ggmlv3.q8_0.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: samantha-1.1-llama-13b.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-13B-GGML/resolve/main/samantha-1.1-llama-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q2_k.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin + sha256: db95da902ca314c423318fa68e33d0dea303accfeb56ee55f92514a70c1cdc00 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q2_K.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_l.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin + sha256: 043305355a2f3e450895a79a37f1af9f4bd3d5848d3237a32f8ab938b63f009a + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_m.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin + sha256: d3158eb27819982c9bba56fbb1ecfff2eeea2a6e5bcdd2dd1f0f4886e91376f6 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin + model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q3_k_s.bin + - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin + sha256: 93cbca4ede23ff599eebb7baa2a1b75bdc12ccfe7153a22ce77be05c44e37a65 + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q4_0.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q4_0.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q4_1.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q4_1.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q5_0.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_1.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q5_1.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q5_1.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML tags: - - en - - dataset:ehartford/samantha-data + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin + model: vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin files: - - filename: samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin + - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: - - en - - dataset:ehartford/samantha-data + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q6_K.bin + model: vicuna-33b-coder.Q2_K.gguf files: - - filename: samantha-1.1-llama-33b.ggmlv3.q6_K.bin + - filename: vicuna-33b-coder.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-33b-ggml__samantha-1.1-llama-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: - - en - - dataset:ehartford/samantha-data + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-33b.ggmlv3.q8_0.bin + model: vicuna-33b-coder.Q3_K_L.gguf files: - - filename: samantha-1.1-llama-33b.ggmlv3.q8_0.bin + - filename: vicuna-33b-coder.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-33B-GGML/resolve/main/samantha-1.1-llama-33b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q2_K.bin + model: vicuna-33b-coder.Q3_K_M.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q2_K.bin + - filename: vicuna-33b-coder.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin + model: vicuna-33b-coder.Q3_K_S.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin + - filename: vicuna-33b-coder.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin + model: vicuna-33b-coder.Q4_0.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin + - filename: vicuna-33b-coder.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin + model: vicuna-33b-coder.Q4_K_M.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin + - filename: vicuna-33b-coder.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q4_0.bin + model: vicuna-33b-coder.Q4_K_S.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q4_0.bin + - filename: vicuna-33b-coder.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q4_1.bin + model: vicuna-33b-coder.Q5_0.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q4_1.bin + - filename: vicuna-33b-coder.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin + model: vicuna-33b-coder.Q5_K_M.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin + - filename: vicuna-33b-coder.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin + model: vicuna-33b-coder.Q5_K_S.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin + - filename: vicuna-33b-coder.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q5_0.bin + model: vicuna-33b-coder.Q6_K.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q5_0.bin + - filename: vicuna-33b-coder.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-coder-gguf__vicuna-33b-coder.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF tags: + - transformers + - llama + - code + - arxiv:1910.09700 - license:other + - model-index + - text-generation-inference - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q5_1.bin + model: vicuna-33b-coder.Q8_0.gguf files: - - filename: samantha-1.1-llama-7b.ggmlv3.q5_1.bin + - filename: vicuna-33b-coder.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-coder-GGUF/resolve/main/vicuna-33b-coder.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin + model: vicuna-33b.ggmlv3.q2_K.bin files: - - filename: samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin + - filename: vicuna-33b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin + model: vicuna-33b.ggmlv3.q3_K_L.bin files: - - filename: samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin + - filename: vicuna-33b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q6_K.bin + model: vicuna-33b.ggmlv3.q3_K_M.bin files: - - filename: samantha-1.1-llama-7b.ggmlv3.q6_K.bin + - filename: vicuna-33b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.1-llama-7b-ggml__samantha-1.1-llama-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - region:us overrides: parameters: - model: samantha-1.1-llama-7b.ggmlv3.q8_0.bin + model: vicuna-33b.ggmlv3.q3_K_S.bin files: - - filename: samantha-1.1-llama-7b.ggmlv3.q8_0.bin + - filename: vicuna-33b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-1.1-llama-7B-GGML/resolve/main/samantha-1.1-llama-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q2_K.bin + model: vicuna-33b.ggmlv3.q4_0.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q2_K.bin + - filename: vicuna-33b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q3_K_L.bin + model: vicuna-33b.ggmlv3.q4_1.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q3_K_L.bin + - filename: vicuna-33b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q3_K_M.bin + model: vicuna-33b.ggmlv3.q4_K_M.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q3_K_M.bin + - filename: vicuna-33b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q3_K_S.bin + model: vicuna-33b.ggmlv3.q4_K_S.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q3_K_S.bin + - filename: vicuna-33b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q4_0.bin + model: vicuna-33b.ggmlv3.q5_0.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q4_0.bin + - filename: vicuna-33b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q4_1.bin + model: vicuna-33b.ggmlv3.q5_1.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q4_1.bin + - filename: vicuna-33b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q4_K_M.bin + model: vicuna-33b.ggmlv3.q5_K_M.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q4_K_M.bin + - filename: vicuna-33b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q4_K_S.bin + model: vicuna-33b.ggmlv3.q5_K_S.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q4_K_S.bin + - filename: vicuna-33b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q5_0.bin + model: vicuna-33b.ggmlv3.q6_K.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q5_0.bin + - filename: vicuna-33b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q5_1.bin + model: vicuna-33b.ggmlv3.q8_0.bin files: - - filename: samantha-1.11-13b.ggmlv3.Q5_1.bin + - filename: vicuna-33b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q5_K_M.bin + model: vicuna-33b.Q2_K.gguf files: - - filename: samantha-1.11-13b.ggmlv3.Q5_K_M.bin + - filename: vicuna-33b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q5_K_S.bin + model: vicuna-33b.Q3_K_L.gguf files: - - filename: samantha-1.11-13b.ggmlv3.Q5_K_S.bin + - filename: vicuna-33b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q6_K.bin + model: vicuna-33b.Q3_K_M.gguf files: - - filename: samantha-1.11-13b.ggmlv3.Q6_K.bin + - filename: vicuna-33b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-13b-ggml__samantha-1.11-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-13b.ggmlv3.Q8_0.bin + model: vicuna-33b.Q3_K_S.gguf files: - - filename: samantha-1.11-13b.ggmlv3.Q8_0.bin + - filename: vicuna-33b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-13B-GGML/resolve/main/samantha-1.11-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q2_K.bin + model: vicuna-33b.Q4_0.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q2_K.bin + - filename: vicuna-33b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q3_K_L.bin + model: vicuna-33b.Q4_K_M.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q3_K_L.bin + - filename: vicuna-33b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q3_K_M.bin + model: vicuna-33b.Q4_K_S.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q3_K_M.bin + - filename: vicuna-33b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q3_K_S.bin + model: vicuna-33b.Q5_0.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q3_K_S.bin + - filename: vicuna-33b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q4_0.bin + model: vicuna-33b.Q5_K_M.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q4_0.bin + - filename: vicuna-33b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q4_1.bin + model: vicuna-33b.Q5_K_S.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q4_1.bin + - filename: vicuna-33b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q4_K_M.bin + model: vicuna-33b.Q6_K.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q4_K_M.bin + - filename: vicuna-33b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-gguf__vicuna-33b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-GGUF tags: - transformers - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other - text-generation-inference - region:us overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q4_K_S.bin + model: vicuna-33b.Q8_0.gguf files: - - filename: samantha-1.11-70b.ggmlv3.Q4_K_S.bin + - filename: vicuna-33b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vicuna-33B-GGUF/resolve/main/vicuna-33b.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference - - region:us + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q5_0.bin + model: vicuna-33b-preview.ggmlv3.q2_K.bin files: - - filename: samantha-1.11-70b.ggmlv3.Q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_k_m.bin - license: llama2 + - filename: vicuna-33b-preview.ggmlv3.q2_K.bin + sha256: fb00a756852be60d2af9ae797f1a3e28094f245f9f5bbdaee4773fbb1b9193ef + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference - - region:us + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q5_K_M.bin + model: vicuna-33b-preview.ggmlv3.q3_K_L.bin files: - - filename: samantha-1.11-70b.ggmlv3.Q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-1.11-70b-ggml__samantha-1.11-70b.ggmlv3.q5_k_s.bin - license: llama2 + - filename: vicuna-33b-preview.ggmlv3.q3_K_L.bin + sha256: 9ee828375b21a36838481d329da42bcd2354a1357113c26757c359105b9eb3c9 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: - - transformers - - llama - - en - - dataset:ehartford/samantha-data - - arxiv:2305.14314 - - arxiv:2205.14135 - - license:llama2 - - text-generation-inference - - region:us + - arxiv:2302.13971 + - arxiv:2306.05685 + - license:other overrides: parameters: - model: samantha-1.11-70b.ggmlv3.Q5_K_S.bin + model: vicuna-33b-preview.ggmlv3.q3_K_M.bin files: - - filename: samantha-1.11-70b.ggmlv3.Q5_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-1.11-70B-GGML/resolve/main/samantha-1.11-70b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q2_k.bin + - filename: vicuna-33b-preview.ggmlv3.q3_K_M.bin + sha256: 7e1f99013c75c46711f2ab96a9e61e2eac7d0d902d5bb9ed43beba6debca85ec + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q2_K.bin + model: vicuna-33b-preview.ggmlv3.q3_K_S.bin files: - - filename: samantha-13B.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_l.bin + - filename: vicuna-33b-preview.ggmlv3.q3_K_S.bin + sha256: d1261ead9d7f78ed0829b4acb3b91495e9c204ac7ce92b9ffa1b3ffd473d049d + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q3_K_L.bin + model: vicuna-33b-preview.ggmlv3.q4_0.bin files: - - filename: samantha-13B.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_m.bin + - filename: vicuna-33b-preview.ggmlv3.q4_0.bin + sha256: 13e4e6cbb42a7073a2e0010434c8a2ce00597919714e28f575d2bcef47c740c1 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q3_K_M.bin + model: vicuna-33b-preview.ggmlv3.q4_1.bin files: - - filename: samantha-13B.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q3_k_s.bin + - filename: vicuna-33b-preview.ggmlv3.q4_1.bin + sha256: fe18085af7439e7710c737115e234fb2e5d31e52bfe27b491b0431fa15bbfcb6 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q3_K_S.bin + model: vicuna-33b-preview.ggmlv3.q4_K_M.bin files: - - filename: samantha-13B.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_0.bin + - filename: vicuna-33b-preview.ggmlv3.q4_K_M.bin + sha256: 50092d51353bf3373e3e4edd647c98f99be620efba6003fdec19904bb4b4ce82 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13b.ggmlv3.q4_0.bin + model: vicuna-33b-preview.ggmlv3.q4_K_S.bin files: - - filename: samantha-13b.ggmlv3.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_1.bin + - filename: vicuna-33b-preview.ggmlv3.q4_K_S.bin + sha256: f65dd147b302e8b6278fb1bf5456b459b3cb14f460a579a412453444fdb1948a + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13b.ggmlv3.q4_1.bin + model: vicuna-33b-preview.ggmlv3.q5_0.bin files: - - filename: samantha-13b.ggmlv3.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_k_m.bin + - filename: vicuna-33b-preview.ggmlv3.q5_0.bin + sha256: b11fe967e5834bab345454959f8f4171fb31c7d039fba3116d4e37a4db420ed1 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q4_K_M.bin + model: vicuna-33b-preview.ggmlv3.q5_1.bin files: - - filename: samantha-13B.ggmlv3.q4_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q4_k_s.bin + - filename: vicuna-33b-preview.ggmlv3.q5_1.bin + sha256: 1e7b271b8bd8b18fb7997ef88c82b6956944fe8e4ba1a61f5f8085c389e13cf2 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q4_K_S.bin + model: vicuna-33b-preview.ggmlv3.q5_K_M.bin files: - - filename: samantha-13B.ggmlv3.q4_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_0.bin + - filename: vicuna-33b-preview.ggmlv3.q5_K_M.bin + sha256: 7b1e4204990cd226d7e2d1d0e09d794bdfd05cb46826fb8827091100928b5f4a + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13b.ggmlv3.q5_0.bin + model: vicuna-33b-preview.ggmlv3.q5_K_S.bin files: - - filename: samantha-13b.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_1.bin + - filename: vicuna-33b-preview.ggmlv3.q5_K_S.bin + sha256: a63e3c9c9c098f92aed73a5600b66e8c3f0098305127dd2a8fca6c524bfd5a6d + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13b.ggmlv3.q5_1.bin + model: vicuna-33b-preview.ggmlv3.q6_K.bin files: - - filename: samantha-13b.ggmlv3.q5_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_k_m.bin + - filename: vicuna-33b-preview.ggmlv3.q6_K.bin + sha256: 391365496b64f42d762949e3e508cec90ee6b0b05f1aafbea6871227907179ce + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML tags: + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q5_K_M.bin + model: vicuna-33b-preview.ggmlv3.q8_0.bin files: - - filename: samantha-13B.ggmlv3.q5_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q5_k_s.bin + - filename: vicuna-33b-preview.ggmlv3.q8_0.bin + sha256: 883cef98919872eb4121985d321ebdebcdc6d2b8b76d4ee842e69104e7be3772 + uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q5_K_S.bin + model: vicuna-7b-1.1.ggmlv3.q2_K.bin files: - - filename: samantha-13B.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-1.1.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13B.ggmlv3.q6_K.bin + model: vicuna-7b-1.1.ggmlv3.q3_K_L.bin files: - - filename: samantha-13B.ggmlv3.q6_K.bin + - filename: vicuna-7b-1.1.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-ggml__samantha-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b.ggmlv3.q8_0.bin + model: vicuna-7b-1.1.ggmlv3.q3_K_M.bin files: - - filename: samantha-13b.ggmlv3.q8_0.bin + - filename: vicuna-7b-1.1.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-13B-GGML/resolve/main/samantha-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q2_K.bin + model: vicuna-7b-1.1.ggmlv3.q3_K_S.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q2_K.bin + - filename: vicuna-7b-1.1.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: vicuna-7b-1.1.ggmlv3.q4_0.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_m.bin + - filename: vicuna-7b-1.1.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: vicuna-7b-1.1.ggmlv3.q4_1.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-1.1.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: vicuna-7b-1.1.ggmlv3.q4_K_M.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-1.1.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: vicuna-7b-1.1.ggmlv3.q4_K_S.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-1.1.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: vicuna-7b-1.1.ggmlv3.q5_0.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-1.1.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: vicuna-7b-1.1.ggmlv3.q5_1.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-1.1.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: vicuna-7b-1.1.ggmlv3.q5_K_M.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-1.1.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-13b-superhot-8k-ggml__samantha-13b-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-13b-superhot-8k.ggmlv3.q6_K.bin + model: vicuna-7b-1.1.ggmlv3.q5_K_S.bin files: - - filename: samantha-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: vicuna-7b-1.1.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-13B-SuperHOT-8K-GGML/resolve/main/samantha-13b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q2_K.bin + model: vicuna-7b-1.1.ggmlv3.q6_K.bin files: - - filename: samantha-33B.ggmlv3.q2_K.bin + - filename: vicuna-7b-1.1.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML tags: - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q3_K_L.bin + model: vicuna-7b-1.1.ggmlv3.q8_0.bin files: - - filename: samantha-33B.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-1.1.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q3_K_M.bin + model: vicuna-7B-cot.ggmlv3.q2_K.bin files: - - filename: samantha-33B.ggmlv3.q3_K_M.bin + - filename: vicuna-7B-cot.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q3_K_S.bin + model: vicuna-7B-cot.ggmlv3.q3_K_L.bin files: - - filename: samantha-33B.ggmlv3.q3_K_S.bin + - filename: vicuna-7B-cot.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q4_0.bin + model: vicuna-7B-cot.ggmlv3.q3_K_M.bin files: - - filename: samantha-33B.ggmlv3.q4_0.bin + - filename: vicuna-7B-cot.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q4_1.bin + model: vicuna-7B-cot.ggmlv3.q3_K_S.bin files: - - filename: samantha-33B.ggmlv3.q4_1.bin + - filename: vicuna-7B-cot.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q4_K_M.bin + model: vicuna-7B-cot.ggmlv3.q4_0.bin files: - - filename: samantha-33B.ggmlv3.q4_K_M.bin + - filename: vicuna-7B-cot.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q4_K_S.bin + model: vicuna-7B-cot.ggmlv3.q4_1.bin files: - - filename: samantha-33B.ggmlv3.q4_K_S.bin + - filename: vicuna-7B-cot.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q5_0.bin + model: vicuna-7B-cot.ggmlv3.q4_K_M.bin files: - - filename: samantha-33B.ggmlv3.q5_0.bin + - filename: vicuna-7B-cot.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q5_1.bin + model: vicuna-7B-cot.ggmlv3.q4_K_S.bin files: - - filename: samantha-33B.ggmlv3.q5_1.bin + - filename: vicuna-7B-cot.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q5_K_M.bin + model: vicuna-7B-cot.ggmlv3.q5_0.bin files: - - filename: samantha-33B.ggmlv3.q5_K_M.bin + - filename: vicuna-7B-cot.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q5_K_S.bin + model: vicuna-7B-cot.ggmlv3.q5_1.bin files: - - filename: samantha-33B.ggmlv3.q5_K_S.bin + - filename: vicuna-7B-cot.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q6_K.bin + model: vicuna-7B-cot.ggmlv3.q5_K_M.bin files: - - filename: samantha-33B.ggmlv3.q6_K.bin + - filename: vicuna-7B-cot.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-ggml__samantha-33b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/samantha-33B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33B.ggmlv3.q8_0.bin + model: vicuna-7B-cot.ggmlv3.q5_K_S.bin files: - - filename: samantha-33B.ggmlv3.q8_0.bin + - filename: vicuna-7B-cot.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/samantha-33B-GGML/resolve/main/samantha-33B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q2_K.bin + model: vicuna-7B-cot.ggmlv3.q6_K.bin files: - - filename: samantha-33b-superhot-8k.ggmlv3.q2_K.bin + - filename: vicuna-7B-cot.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin + model: vicuna-7B-cot.ggmlv3.q8_0.bin files: - - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin + - filename: vicuna-7B-cot.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin + model: vicuna-7b-cot.Q2_K.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-cot.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin + model: vicuna-7b-cot.Q3_K_L.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-cot.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin + model: vicuna-7b-cot.Q3_K_M.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-cot.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin + model: vicuna-7b-cot.Q3_K_S.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-cot.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin + model: vicuna-7b-cot.Q4_0.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-cot.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin + model: vicuna-7b-cot.Q4_K_M.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-cot.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-33b-superhot-8k-ggml__samantha-33b-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-33b-superhot-8k.ggmlv3.q6_K.bin + model: vicuna-7b-cot.Q4_K_S.gguf files: - - filename: samantha-33b-superhot-8k.ggmlv3.q6_K.bin + - filename: vicuna-7b-cot.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-33B-SuperHOT-8K-GGML/resolve/main/samantha-33b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q2_K.bin + model: vicuna-7b-cot.Q5_0.gguf files: - - filename: samantha-7B.ggmlv3.q2_K.bin + - filename: vicuna-7b-cot.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q3_K_L.bin + model: vicuna-7b-cot.Q5_K_M.gguf files: - - filename: samantha-7B.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-cot.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q3_K_M.bin + model: vicuna-7b-cot.Q5_K_S.gguf files: - - filename: samantha-7B.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-cot.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q3_K_S.bin + model: vicuna-7b-cot.Q6_K.gguf files: - - filename: samantha-7B.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-cot.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-gguf__vicuna-7b-cot.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF tags: + - transformers + - llama + - arxiv:1910.09700 - license:other + - text-generation-inference - region:us overrides: parameters: - model: Samantha-7B.ggmlv3.q4_0.bin + model: vicuna-7b-cot.Q8_0.gguf files: - - filename: Samantha-7B.ggmlv3.q4_0.bin + - filename: vicuna-7b-cot.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGUF/resolve/main/vicuna-7b-cot.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: Samantha-7B.ggmlv3.q4_1.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin files: - - filename: Samantha-7B.ggmlv3.q4_1.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q4_K_M.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: samantha-7B.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q4_K_S.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: samantha-7B.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: Samantha-7B.ggmlv3.q5_0.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: Samantha-7B.ggmlv3.q5_0.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: Samantha-7B.ggmlv3.q5_1.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: Samantha-7B.ggmlv3.q5_1.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q5_K_M.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: samantha-7B.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q5_K_S.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: samantha-7B.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: samantha-7B.ggmlv3.q6_K.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: samantha-7B.ggmlv3.q6_K.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/samantha-7B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__samantha-7b-ggml__samantha-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Samantha-7B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML tags: + - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: Samantha-7B.ggmlv3.q8_0.bin + model: vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin files: - - filename: Samantha-7B.ggmlv3.q8_0.bin + - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Samantha-7B-GGML/resolve/main/Samantha-7B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q2_K.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin files: - - filename: scarlett-13b.ggmlv3.q2_K.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q3_K_L.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: scarlett-13b.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q3_K_M.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: scarlett-13b.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q3_K_S.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: scarlett-13b.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q4_0.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: scarlett-13b.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q4_1.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: scarlett-13b.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q4_K_M.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: scarlett-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q4_K_S.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: scarlett-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q5_0.bin + model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin files: - - filename: scarlett-13b.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q5_1.bin + model: vicuna-7b-v1.3.ggmlv3.q2_K.bin files: - - filename: scarlett-13b.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.3.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q5_K_M.bin + model: vicuna-7b-v1.3.ggmlv3.q3_K_L.bin files: - - filename: scarlett-13b.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-v1.3.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q5_K_S.bin + model: vicuna-7b-v1.3.ggmlv3.q3_K_M.bin files: - - filename: scarlett-13b.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-v1.3.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q6_K.bin + model: vicuna-7b-v1.3.ggmlv3.q3_K_S.bin files: - - filename: scarlett-13b.ggmlv3.q6_K.bin + - filename: vicuna-7b-v1.3.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-13b-ggml__scarlett-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Scarlett-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-13b.ggmlv3.q8_0.bin + model: vicuna-7b-v1.3.ggmlv3.q4_0.bin files: - - filename: scarlett-13b.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.3.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-13B-GGML/resolve/main/scarlett-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q2_K.bin + model: vicuna-7b-v1.3.ggmlv3.q4_1.bin files: - - filename: scarlett-33b.ggmlv3.q2_K.bin + - filename: vicuna-7b-v1.3.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q3_K_L.bin + model: vicuna-7b-v1.3.ggmlv3.q4_K_M.bin files: - - filename: scarlett-33b.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-v1.3.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q3_K_M.bin + model: vicuna-7b-v1.3.ggmlv3.q4_K_S.bin files: - - filename: scarlett-33b.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-v1.3.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q3_K_S.bin + model: vicuna-7b-v1.3.ggmlv3.q5_0.bin files: - - filename: scarlett-33b.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-v1.3.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q4_0.bin + model: vicuna-7b-v1.3.ggmlv3.q5_1.bin files: - - filename: scarlett-33b.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.3.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q4_1.bin + model: vicuna-7b-v1.3.ggmlv3.q5_K_M.bin files: - - filename: scarlett-33b.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.3.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q4_K_M.bin + model: vicuna-7b-v1.3.ggmlv3.q5_K_S.bin files: - - filename: scarlett-33b.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-v1.3.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q4_K_S.bin + model: vicuna-7b-v1.3.ggmlv3.q6_K.bin files: - - filename: scarlett-33b.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-v1.3.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML tags: - - transformers - - llama - - en + - arxiv:2302.13971 + - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q5_0.bin + model: vicuna-7b-v1.3.ggmlv3.q8_0.bin files: - - filename: scarlett-33b.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.3.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q5_1.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin files: - - filename: scarlett-33b.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q5_K_M.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin files: - - filename: scarlett-33b.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q5_K_S.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin files: - - filename: scarlett-33b.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q6_K.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin files: - - filename: scarlett-33b.ggmlv3.q6_K.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-33b-ggml__scarlett-33b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/scarlett-33B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-33b.ggmlv3.q8_0.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin files: - - filename: scarlett-33b.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/scarlett-33B-GGML/resolve/main/scarlett-33b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q2_K.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin files: - - filename: scarlett-7b.ggmlv3.q2_K.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q3_K_L.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin files: - - filename: scarlett-7b.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q3_K_M.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin files: - - filename: scarlett-7b.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q3_K_S.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin files: - - filename: scarlett-7b.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q4_0.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin files: - - filename: scarlett-7b.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q4_1.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin files: - - filename: scarlett-7b.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q4_K_M.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin files: - - filename: scarlett-7b.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q4_K_S.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin files: - - filename: scarlett-7b.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q5_0.bin + model: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin files: - - filename: scarlett-7b.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q5_1.bin + model: vicuna-7b-v1.5-16k.Q2_K.gguf files: - - filename: scarlett-7b.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.5-16k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q5_K_M.bin + model: vicuna-7b-v1.5-16k.Q3_K_L.gguf files: - - filename: scarlett-7b.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-v1.5-16k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q5_K_S.bin + model: vicuna-7b-v1.5-16k.Q3_K_M.gguf files: - - filename: scarlett-7b.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-v1.5-16k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q6_K.bin + model: vicuna-7b-v1.5-16k.Q3_K_S.gguf files: - - filename: scarlett-7b.ggmlv3.q6_K.bin + - filename: vicuna-7b-v1.5-16k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__scarlett-7b-ggml__scarlett-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Scarlett-7B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - transformers - llama - - en - - license:other + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: scarlett-7b.ggmlv3.q8_0.bin + model: vicuna-7b-v1.5-16k.Q4_0.gguf files: - - filename: scarlett-7b.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.5-16k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Scarlett-7B-GGML/resolve/main/scarlett-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q2_K.bin + model: vicuna-7b-v1.5-16k.Q4_K_M.gguf files: - - filename: selfee-13b.ggmlv3.q2_K.bin + - filename: vicuna-7b-v1.5-16k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_L.bin + model: vicuna-7b-v1.5-16k.Q4_K_S.gguf files: - - filename: selfee-13b.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-v1.5-16k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_M.bin + model: vicuna-7b-v1.5-16k.Q5_0.gguf files: - - filename: selfee-13b.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-v1.5-16k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_S.bin + model: vicuna-7b-v1.5-16k.Q5_K_M.gguf files: - - filename: selfee-13b.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-v1.5-16k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_0.bin + model: vicuna-7b-v1.5-16k.Q5_K_S.gguf files: - - filename: selfee-13b.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.5-16k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_1.bin + model: vicuna-7b-v1.5-16k.Q6_K.gguf files: - - filename: selfee-13b.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.5-16k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-16k-gguf__vicuna-7b-v1.5-16k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_K_M.bin + model: vicuna-7b-v1.5-16k.Q8_0.gguf files: - - filename: selfee-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-v1.5-16k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGUF/resolve/main/vicuna-7b-v1.5-16k.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_K_S.bin + model: vicuna-7b-v1.5.ggmlv3.q2_K.bin files: - - filename: selfee-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-v1.5.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_0.bin + model: vicuna-7b-v1.5.ggmlv3.q3_K_L.bin files: - - filename: selfee-13b.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.5.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_1.bin + model: vicuna-7b-v1.5.ggmlv3.q3_K_M.bin files: - - filename: selfee-13b.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.5.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_K_M.bin + model: vicuna-7b-v1.5.ggmlv3.q3_K_S.bin files: - - filename: selfee-13b.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-v1.5.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_K_S.bin + model: vicuna-7b-v1.5.ggmlv3.q4_0.bin files: - - filename: selfee-13b.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-v1.5.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q6_K.bin + model: vicuna-7b-v1.5.ggmlv3.q4_1.bin files: - - filename: selfee-13b.ggmlv3.q6_K.bin + - filename: vicuna-7b-v1.5.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml-doi__selfee-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - doi:10.57967/hf/0822 - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q8_0.bin + model: vicuna-7b-v1.5.ggmlv3.q4_K_M.bin files: - - filename: selfee-13b.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.5.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML-DOI/resolve/main/selfee-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q2_K.bin + model: vicuna-7b-v1.5.ggmlv3.q4_K_S.bin files: - - filename: selfee-13b.ggmlv3.q2_K.bin + - filename: vicuna-7b-v1.5.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_L.bin + model: vicuna-7b-v1.5.ggmlv3.q5_0.bin files: - - filename: selfee-13b.ggmlv3.q3_K_L.bin + - filename: vicuna-7b-v1.5.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_M.bin + model: vicuna-7b-v1.5.ggmlv3.q5_1.bin files: - - filename: selfee-13b.ggmlv3.q3_K_M.bin + - filename: vicuna-7b-v1.5.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q3_K_S.bin + model: vicuna-7b-v1.5.ggmlv3.q5_K_M.bin files: - - filename: selfee-13b.ggmlv3.q3_K_S.bin + - filename: vicuna-7b-v1.5.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_0.bin + model: vicuna-7b-v1.5.ggmlv3.q5_K_S.bin files: - - filename: selfee-13b.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.5.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_1.bin + model: vicuna-7b-v1.5.ggmlv3.q6_K.bin files: - - filename: selfee-13b.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.5.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_K_M.bin + model: vicuna-7b-v1.5.ggmlv3.q8_0.bin files: - - filename: selfee-13b.ggmlv3.q4_K_M.bin + - filename: vicuna-7b-v1.5.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q4_K_S.bin + model: vicuna-7b-v1.5.Q2_K.gguf files: - - filename: selfee-13b.ggmlv3.q4_K_S.bin + - filename: vicuna-7b-v1.5.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_0.bin + model: vicuna-7b-v1.5.Q3_K_L.gguf files: - - filename: selfee-13b.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.5.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_1.bin + model: vicuna-7b-v1.5.Q3_K_M.gguf files: - - filename: selfee-13b.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.5.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_K_M.bin + model: vicuna-7b-v1.5.Q3_K_S.gguf files: - - filename: selfee-13b.ggmlv3.q5_K_M.bin + - filename: vicuna-7b-v1.5.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q5_K_S.bin + model: vicuna-7b-v1.5.Q4_0.gguf files: - - filename: selfee-13b.ggmlv3.q5_K_S.bin + - filename: vicuna-7b-v1.5.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q6_K.bin + model: vicuna-7b-v1.5.Q4_K_M.gguf files: - - filename: selfee-13b.ggmlv3.q6_K.bin + - filename: vicuna-7b-v1.5.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-ggml__selfee-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b.ggmlv3.q8_0.bin + model: vicuna-7b-v1.5.Q4_K_S.gguf files: - - filename: selfee-13b.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.5.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-GGML/resolve/main/selfee-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b-superhot-8k.ggmlv3.q4_0.bin + model: vicuna-7b-v1.5.Q5_0.gguf files: - - filename: selfee-13b-superhot-8k.ggmlv3.q4_0.bin + - filename: vicuna-7b-v1.5.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b-superhot-8k.ggmlv3.q4_1.bin + model: vicuna-7b-v1.5.Q5_K_M.gguf files: - - filename: selfee-13b-superhot-8k.ggmlv3.q4_1.bin + - filename: vicuna-7b-v1.5.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b-superhot-8k.ggmlv3.q5_0.bin + model: vicuna-7b-v1.5.Q5_K_S.gguf files: - - filename: selfee-13b-superhot-8k.ggmlv3.q5_0.bin + - filename: vicuna-7b-v1.5.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b-superhot-8k.ggmlv3.q5_1.bin + model: vicuna-7b-v1.5.Q6_K.gguf files: - - filename: selfee-13b-superhot-8k.ggmlv3.q5_1.bin + - filename: vicuna-7b-v1.5.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-13b-superhot-8k-ggml__selfee-13b-superhot-8k.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__vicuna-7b-v1.5-gguf__vicuna-7b-v1.5.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2307.09288 + - arxiv:2306.05685 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: selfee-13b-superhot-8k.ggmlv3.q8_0.bin + model: vicuna-7b-v1.5.Q8_0.gguf files: - - filename: selfee-13b-superhot-8k.ggmlv3.q8_0.bin + - filename: vicuna-7b-v1.5.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-13B-SuperHOT-8K-GGML/resolve/main/selfee-13b-superhot-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGUF/resolve/main/vicuna-7b-v1.5.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q2_k.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q2_K.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin files: - - filename: selfee-7B.ggmlv3.q2_K.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_l.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q3_K_L.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin files: - - filename: selfee-7B.ggmlv3.q3_K_L.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_m.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q3_K_M.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin files: - - filename: selfee-7B.ggmlv3.q3_K_M.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q3_k_s.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q3_K_S.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin files: - - filename: selfee-7B.ggmlv3.q3_K_S.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_0.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q4_0.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin files: - - filename: selfee-7B.ggmlv3.q4_0.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_1.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q4_1.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin files: - - filename: selfee-7B.ggmlv3.q4_1.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_k_m.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q4_K_M.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin files: - - filename: selfee-7B.ggmlv3.q4_K_M.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q4_k_s.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q4_K_S.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin files: - - filename: selfee-7B.ggmlv3.q4_K_S.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_0.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q5_0.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin files: - - filename: selfee-7B.ggmlv3.q5_0.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_1.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q5_1.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin files: - - filename: selfee-7B.ggmlv3.q5_1.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_k_m.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q5_K_M.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin files: - - filename: selfee-7B.ggmlv3.q5_K_M.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q5_k_s.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q5_K_S.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin files: - - filename: selfee-7B.ggmlv3.q5_K_S.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q6_k.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q6_K.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin files: - - filename: selfee-7B.ggmlv3.q6_K.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-ggml__selfee-7b.ggmlv3.q8_0.bin + name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/selfee-7B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML tags: - license:other - region:us overrides: parameters: - model: selfee-7B.ggmlv3.q8_0.bin + model: VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin files: - - filename: selfee-7B.ggmlv3.q8_0.bin + - filename: VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/selfee-7B-GGML/resolve/main/selfee-7B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q4_0.bin + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: + - transformers + - llama + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: selfee-7b-superhot-8k.ggmlv3.q4_0.bin + model: VicUnlocked-30B.Q2_K.gguf files: - - filename: selfee-7b-superhot-8k.ggmlv3.q4_0.bin + - filename: VicUnlocked-30B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q4_1.bin + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: + - transformers + - llama + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: selfee-7b-superhot-8k.ggmlv3.q4_1.bin + model: VicUnlocked-30B.Q3_K_L.gguf files: - - filename: selfee-7b-superhot-8k.ggmlv3.q4_1.bin + - filename: VicUnlocked-30B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q5_0.bin + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: + - transformers + - llama + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: selfee-7b-superhot-8k.ggmlv3.q5_0.bin + model: VicUnlocked-30B.Q3_K_M.gguf files: - - filename: selfee-7b-superhot-8k.ggmlv3.q5_0.bin + - filename: VicUnlocked-30B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q5_1.bin + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: + - transformers + - llama + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: selfee-7b-superhot-8k.ggmlv3.q5_1.bin + model: VicUnlocked-30B.Q3_K_S.gguf files: - - filename: selfee-7b-superhot-8k.ggmlv3.q5_1.bin + - filename: VicUnlocked-30B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__selfee-7b-superhot-8k-ggml__selfee-7b-superhot-8k.ggmlv3.q8_0.bin + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: + - transformers + - llama + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: selfee-7b-superhot-8k.ggmlv3.q8_0.bin + model: VicUnlocked-30B.Q4_0.gguf files: - - filename: selfee-7b-superhot-8k.ggmlv3.q8_0.bin + - filename: VicUnlocked-30B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Selfee-7B-SuperHOT-8K-GGML/resolve/main/selfee-7b-superhot-8k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q2_K.bin + model: VicUnlocked-30B.Q4_K_M.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q2_K.bin + - filename: VicUnlocked-30B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q3_K_L.bin + model: VicUnlocked-30B.Q4_K_S.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q3_K_L.bin + - filename: VicUnlocked-30B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q3_K_M.bin + model: VicUnlocked-30B.Q5_0.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q3_K_M.bin + - filename: VicUnlocked-30B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q3_K_S.bin + model: VicUnlocked-30B.Q5_K_M.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q3_K_S.bin + - filename: VicUnlocked-30B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q4_0.bin + model: VicUnlocked-30B.Q5_K_S.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q4_0.bin + - filename: VicUnlocked-30B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q4_1.bin + model: VicUnlocked-30B.Q6_K.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q4_1.bin + - filename: VicUnlocked-30B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__vicunlocked-30b-lora-gguf__vicunlocked-30b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 + - dataset:gozfarb/ShareGPT_Vicuna_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q4_K_M.bin + model: VicUnlocked-30B.Q8_0.gguf files: - - filename: speechless-llama2-13b.ggmlv3.Q4_K_M.bin + - filename: VicUnlocked-30B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGUF/resolve/main/VicUnlocked-30B.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q4_K_S.bin + model: vicunlocked-65b.ggmlv3.q2_K.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q4_K_S.bin + - filename: vicunlocked-65b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q5_0.bin + model: vicunlocked-65b.ggmlv3.q3_K_L.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q5_0.bin + - filename: vicunlocked-65b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q5_1.bin + model: vicunlocked-65b.ggmlv3.q3_K_M.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q5_1.bin + - filename: vicunlocked-65b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q5_K_M.bin + model: vicunlocked-65b.ggmlv3.q3_K_S.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q5_K_M.bin + - filename: vicunlocked-65b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q5_K_S.bin + model: vicunlocked-65b.ggmlv3.q4_K_M.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q5_K_S.bin + - filename: vicunlocked-65b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q6_K.bin + model: vicunlocked-65b.ggmlv3.q4_K_S.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q6_K.bin + - filename: vicunlocked-65b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__speechless-llama2-13b-ggml__speechless-llama2-13b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:Open-Orca/OpenOrca - - dataset:garage-bAInd/Open-Platypus - - dataset:WizardLM/WizardLM_evol_instruct_V2_196k - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-13b.ggmlv3.Q8_0.bin + model: vicunlocked-65b.ggmlv3.q5_K_M.bin files: - - filename: speechless-llama2-13b.ggmlv3.Q8_0.bin + - filename: vicunlocked-65b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-13B-GGML/resolve/main/speechless-llama2-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin + model: vicunlocked-65b.ggmlv3.q5_K_S.bin files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin + - filename: vicunlocked-65b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin + model: VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin + - filename: VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin + model: VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin + - filename: VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin + model: VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin + - filename: VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML tags: - - transformers - - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin + model: VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin + - filename: VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin + model: vietnamese-llama2-7b-40gb.Q2_K.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin + - filename: vietnamese-llama2-7b-40gb.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin + model: vietnamese-llama2-7b-40gb.Q3_K_L.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin + - filename: vietnamese-llama2-7b-40gb.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin + model: vietnamese-llama2-7b-40gb.Q3_K_M.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin + - filename: vietnamese-llama2-7b-40gb.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin + model: vietnamese-llama2-7b-40gb.Q3_K_S.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin + - filename: vietnamese-llama2-7b-40gb.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin + model: vietnamese-llama2-7b-40gb.Q4_0.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin + - filename: vietnamese-llama2-7b-40gb.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin + model: vietnamese-llama2-7b-40gb.Q4_K_M.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin + - filename: vietnamese-llama2-7b-40gb.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin + model: vietnamese-llama2-7b-40gb.Q4_K_S.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin + - filename: vietnamese-llama2-7b-40gb.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin + model: vietnamese-llama2-7b-40gb.Q5_0.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin + - filename: vietnamese-llama2-7b-40gb.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__speechless-llama2-hermes-orca-platypus-wizardlm-13b-ggml__speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - facebook - - meta - - pytorch - - llama-2 - - text-generation + - vi - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2307.09288 - - license:llama2 + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin + model: vietnamese-llama2-7b-40gb.Q5_K_M.gguf files: - - filename: speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin + - filename: vietnamese-llama2-7b-40gb.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Speechless-Llama2-Hermes-Orca-Platypus-WizardLM-13B-GGML/resolve/main/speechless-llama2-hermes-orca-platypus-wizardlm-13b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - license:llama2 + - vi + - en + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q2_K.bin + model: vietnamese-llama2-7b-40gb.Q5_K_S.gguf files: - - filename: spring-dragon.ggmlv3.q2_K.bin + - filename: vietnamese-llama2-7b-40gb.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - license:llama2 + - vi + - en + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q3_K_L.bin + model: vietnamese-llama2-7b-40gb.Q6_K.gguf files: - - filename: spring-dragon.ggmlv3.q3_K_L.bin + - filename: vietnamese-llama2-7b-40gb.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__vietnamese-llama2-7b-40gb-gguf__vietnamese-llama2-7b-40gb.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF tags: - transformers - llama - - license:llama2 + - vi + - en + - dataset:vietgpt/wikipedia_vi + - dataset:wikipedia + - dataset:pg19 + - dataset:mc4 + - license:other - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q3_K_M.bin + model: vietnamese-llama2-7b-40gb.Q8_0.gguf files: - - filename: spring-dragon.ggmlv3.q3_K_M.bin + - filename: vietnamese-llama2-7b-40gb.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/vietnamese-llama2-7B-40GB-GGUF/resolve/main/vietnamese-llama2-7b-40gb.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q3_K_S.bin + model: vigogne-2-13b-instruct.ggmlv3.q2_K.bin files: - - filename: spring-dragon.ggmlv3.q3_K_S.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_0.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q4_0.bin + model: vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin files: - - filename: spring-dragon.ggmlv3.q4_0.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_1.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q4_1.bin + model: vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin files: - - filename: spring-dragon.ggmlv3.q4_1.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q4_K_M.bin + model: vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin files: - - filename: spring-dragon.ggmlv3.q4_K_M.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q4_K_S.bin + model: vigogne-2-13b-instruct.ggmlv3.q4_0.bin files: - - filename: spring-dragon.ggmlv3.q4_K_S.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_0.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q5_0.bin + model: vigogne-2-13b-instruct.ggmlv3.q4_1.bin files: - - filename: spring-dragon.ggmlv3.q5_0.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_1.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q5_1.bin + model: vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin files: - - filename: spring-dragon.ggmlv3.q5_1.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q5_K_M.bin + model: vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin files: - - filename: spring-dragon.ggmlv3.q5_K_M.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q5_K_S.bin + model: vigogne-2-13b-instruct.ggmlv3.q5_0.bin files: - - filename: spring-dragon.ggmlv3.q5_K_S.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q6_k.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q6_K.bin + model: vigogne-2-13b-instruct.ggmlv3.q5_1.bin files: - - filename: spring-dragon.ggmlv3.q6_K.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__spring-dragon-ggml__spring-dragon.ggmlv3.q8_0.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Spring-Dragon-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: spring-dragon.ggmlv3.q8_0.bin + model: vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin files: - - filename: spring-dragon.ggmlv3.q8_0.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Spring-Dragon-GGML/resolve/main/spring-dragon.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q2_k.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q2_K.bin + model: vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin files: - - filename: stable-platypus2-13b.ggmlv3.q2_K.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_l.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q3_K_L.bin + model: vigogne-2-13b-instruct.ggmlv3.q6_K.bin files: - - filename: stable-platypus2-13b.ggmlv3.q3_K_L.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_m.bin + name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q3_K_M.bin + model: vigogne-2-13b-instruct.ggmlv3.q8_0.bin files: - - filename: stable-platypus2-13b.ggmlv3.q3_K_M.bin + - filename: vigogne-2-13b-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q3_K_S.bin + model: vigogne-2-13b-instruct.Q2_K.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q3_K_S.bin + - filename: vigogne-2-13b-instruct.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_0.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q4_0.bin + model: vigogne-2-13b-instruct.Q3_K_L.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q4_0.bin + - filename: vigogne-2-13b-instruct.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_1.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q4_1.bin + model: vigogne-2-13b-instruct.Q3_K_M.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q4_1.bin + - filename: vigogne-2-13b-instruct.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q4_K_M.bin + model: vigogne-2-13b-instruct.Q3_K_S.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q4_K_M.bin + - filename: vigogne-2-13b-instruct.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q4_K_S.bin + model: vigogne-2-13b-instruct.Q4_0.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q4_K_S.bin + - filename: vigogne-2-13b-instruct.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_0.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q5_0.bin + model: vigogne-2-13b-instruct.Q4_K_M.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q5_0.bin + - filename: vigogne-2-13b-instruct.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_1.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q5_1.bin + model: vigogne-2-13b-instruct.Q4_K_S.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q5_1.bin + - filename: vigogne-2-13b-instruct.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q5_K_M.bin + model: vigogne-2-13b-instruct.Q5_0.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q5_K_M.bin + - filename: vigogne-2-13b-instruct.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q5_K_S.bin + model: vigogne-2-13b-instruct.Q5_K_M.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q5_K_S.bin + - filename: vigogne-2-13b-instruct.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q6_k.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q6_K.bin + model: vigogne-2-13b-instruct.Q5_K_S.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q6_K.bin + - filename: vigogne-2-13b-instruct.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stable-platypus2-13b-ggml__stable-platypus2-13b.ggmlv3.q8_0.bin + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - transformers - llama - - en - - dataset:garage-bAInd/Open-Platypus - - arxiv:2308.07317 - - arxiv:2307.09288 + - LLM + - llama-2 + - text-generation + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stable-platypus2-13b.ggmlv3.q8_0.bin + model: vigogne-2-13b-instruct.Q6_K.gguf files: - - filename: stable-platypus2-13b.ggmlv3.q8_0.bin + - filename: vigogne-2-13b-instruct.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stable-Platypus2-13B-GGML/resolve/main/stable-platypus2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-13b-instruct-gguf__vigogne-2-13b-instruct.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q2_K.bin + model: vigogne-2-13b-instruct.Q8_0.gguf files: - - filename: stable-vicuna-13B.ggmlv3.q2_K.bin + - filename: vigogne-2-13b-instruct.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGUF/resolve/main/vigogne-2-13b-instruct.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q3_K_L.bin + model: vigogne-2-7b-chat.ggmlv3.q2_K.bin files: - - filename: stable-vicuna-13B.ggmlv3.q3_K_L.bin + - filename: vigogne-2-7b-chat.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q3_K_M.bin + model: vigogne-2-7b-chat.ggmlv3.q3_K_L.bin files: - - filename: stable-vicuna-13B.ggmlv3.q3_K_M.bin + - filename: vigogne-2-7b-chat.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q3_K_S.bin + model: vigogne-2-7b-chat.ggmlv3.q3_K_M.bin files: - - filename: stable-vicuna-13B.ggmlv3.q3_K_S.bin + - filename: vigogne-2-7b-chat.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q4_0.bin + model: vigogne-2-7b-chat.ggmlv3.q3_K_S.bin files: - - filename: stable-vicuna-13B.ggmlv3.q4_0.bin + - filename: vigogne-2-7b-chat.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q4_1.bin + model: vigogne-2-7b-chat.ggmlv3.q4_0.bin files: - - filename: stable-vicuna-13B.ggmlv3.q4_1.bin + - filename: vigogne-2-7b-chat.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q4_K_M.bin + model: vigogne-2-7b-chat.ggmlv3.q4_1.bin files: - - filename: stable-vicuna-13B.ggmlv3.q4_K_M.bin + - filename: vigogne-2-7b-chat.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q4_K_S.bin + model: vigogne-2-7b-chat.ggmlv3.q4_K_M.bin files: - - filename: stable-vicuna-13B.ggmlv3.q4_K_S.bin + - filename: vigogne-2-7b-chat.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q5_0.bin + model: vigogne-2-7b-chat.ggmlv3.q4_K_S.bin files: - - filename: stable-vicuna-13B.ggmlv3.q5_0.bin + - filename: vigogne-2-7b-chat.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q5_1.bin + model: vigogne-2-7b-chat.ggmlv3.q5_0.bin files: - - filename: stable-vicuna-13B.ggmlv3.q5_1.bin + - filename: vigogne-2-7b-chat.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q5_K_M.bin + model: vigogne-2-7b-chat.ggmlv3.q5_1.bin files: - - filename: stable-vicuna-13B.ggmlv3.q5_K_M.bin + - filename: vigogne-2-7b-chat.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q5_K_S.bin + model: vigogne-2-7b-chat.ggmlv3.q5_K_M.bin files: - - filename: stable-vicuna-13B.ggmlv3.q5_K_S.bin + - filename: vigogne-2-7b-chat.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q6_K.bin + model: vigogne-2-7b-chat.ggmlv3.q5_K_S.bin files: - - filename: stable-vicuna-13B.ggmlv3.q6_K.bin + - filename: vigogne-2-7b-chat.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__stable-vicuna-13b-ggml__stable-vicuna-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/stable-vicuna-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - - arxiv:2302.13971 - - license:other + - transformers + - llama + - LLM + - llama-2 + - text-generation + - fr + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: stable-vicuna-13B.ggmlv3.q8_0.bin + model: vigogne-2-7b-chat.ggmlv3.q6_K.bin files: - - filename: stable-vicuna-13B.ggmlv3.q8_0.bin + - filename: vigogne-2-7b-chat.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/stable-vicuna-13B-GGML/resolve/main/stable-vicuna-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q2_k.bin + name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q2_K.bin + model: vigogne-2-7b-chat.ggmlv3.q8_0.bin files: - - filename: stablebeluga-13b.ggmlv3.q2_K.bin + - filename: vigogne-2-7b-chat.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_l.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q3_K_L.bin + model: vigogne-2-7b-chat.Q2_K.gguf files: - - filename: stablebeluga-13b.ggmlv3.q3_K_L.bin + - filename: vigogne-2-7b-chat.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_m.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q3_K_M.bin + model: vigogne-2-7b-chat.Q3_K_L.gguf files: - - filename: stablebeluga-13b.ggmlv3.q3_K_M.bin + - filename: vigogne-2-7b-chat.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q3_K_S.bin + model: vigogne-2-7b-chat.Q3_K_M.gguf files: - - filename: stablebeluga-13b.ggmlv3.q3_K_S.bin + - filename: vigogne-2-7b-chat.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_0.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q4_0.bin + model: vigogne-2-7b-chat.Q3_K_S.gguf files: - - filename: stablebeluga-13b.ggmlv3.q4_0.bin + - filename: vigogne-2-7b-chat.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_1.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q4_1.bin + model: vigogne-2-7b-chat.Q4_0.gguf files: - - filename: stablebeluga-13b.ggmlv3.q4_1.bin + - filename: vigogne-2-7b-chat.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q4_K_M.bin + model: vigogne-2-7b-chat.Q4_K_M.gguf files: - - filename: stablebeluga-13b.ggmlv3.q4_K_M.bin + - filename: vigogne-2-7b-chat.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q4_K_S.bin + model: vigogne-2-7b-chat.Q4_K_S.gguf files: - - filename: stablebeluga-13b.ggmlv3.q4_K_S.bin + - filename: vigogne-2-7b-chat.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_0.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q5_0.bin + model: vigogne-2-7b-chat.Q5_0.gguf files: - - filename: stablebeluga-13b.ggmlv3.q5_0.bin + - filename: vigogne-2-7b-chat.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_1.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q5_1.bin + model: vigogne-2-7b-chat.Q5_K_M.gguf files: - - filename: stablebeluga-13b.ggmlv3.q5_1.bin + - filename: vigogne-2-7b-chat.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q5_K_M.bin + model: vigogne-2-7b-chat.Q5_K_S.gguf files: - - filename: stablebeluga-13b.ggmlv3.q5_K_M.bin + - filename: vigogne-2-7b-chat.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q5_K_S.bin + model: vigogne-2-7b-chat.Q6_K.gguf files: - - filename: stablebeluga-13b.ggmlv3.q5_K_S.bin + - filename: vigogne-2-7b-chat.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q6_k.bin + name: thebloke__vigogne-2-7b-chat-gguf__vigogne-2-7b-chat.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q6_K.bin + model: vigogne-2-7b-chat.Q8_0.gguf files: - - filename: stablebeluga-13b.ggmlv3.q6_K.bin + - filename: vigogne-2-7b-chat.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGUF/resolve/main/vigogne-2-7b-chat.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-13b-ggml__stablebeluga-13b.ggmlv3.q8_0.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-13B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-13b.ggmlv3.q8_0.bin + model: vigogne-2-7b-instruct.ggmlv3.q2_K.bin files: - - filename: stablebeluga-13b.ggmlv3.q8_0.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-13B-GGML/resolve/main/stablebeluga-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q2_k.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q2_K.bin + model: vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin files: - - filename: stablebeluga-7b.ggmlv3.q2_K.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_l.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q3_K_L.bin + model: vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin files: - - filename: stablebeluga-7b.ggmlv3.q3_K_L.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_m.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q3_K_M.bin + model: vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin files: - - filename: stablebeluga-7b.ggmlv3.q3_K_M.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q3_K_S.bin + model: vigogne-2-7b-instruct.ggmlv3.q4_0.bin files: - - filename: stablebeluga-7b.ggmlv3.q3_K_S.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_0.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q4_0.bin + model: vigogne-2-7b-instruct.ggmlv3.q4_1.bin files: - - filename: stablebeluga-7b.ggmlv3.q4_0.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_1.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q4_1.bin + model: vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin files: - - filename: stablebeluga-7b.ggmlv3.q4_1.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q4_K_M.bin + model: vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin files: - - filename: stablebeluga-7b.ggmlv3.q4_K_M.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q4_K_S.bin + model: vigogne-2-7b-instruct.ggmlv3.q5_0.bin files: - - filename: stablebeluga-7b.ggmlv3.q4_K_S.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_0.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q5_0.bin + model: vigogne-2-7b-instruct.ggmlv3.q5_1.bin files: - - filename: stablebeluga-7b.ggmlv3.q5_0.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_1.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q5_1.bin + model: vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin files: - - filename: stablebeluga-7b.ggmlv3.q5_1.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q5_K_M.bin + model: vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin files: - - filename: stablebeluga-7b.ggmlv3.q5_K_M.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q5_K_S.bin + model: vigogne-2-7b-instruct.ggmlv3.q6_K.bin files: - - filename: stablebeluga-7b.ggmlv3.q5_K_S.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q6_k.bin + name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q6_K.bin + model: vigogne-2-7b-instruct.ggmlv3.q8_0.bin files: - - filename: stablebeluga-7b.ggmlv3.q6_K.bin + - filename: vigogne-2-7b-instruct.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga-7b-ggml__stablebeluga-7b.ggmlv3.q8_0.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga-7B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: stablebeluga-7b.ggmlv3.q8_0.bin + model: vigogne-2-7b-instruct.Q2_K.gguf files: - - filename: stablebeluga-7b.ggmlv3.q8_0.bin + - filename: vigogne-2-7b-instruct.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga-7B-GGML/resolve/main/stablebeluga-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q2_k.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q2_K.bin + model: vigogne-2-7b-instruct.Q3_K_L.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q2_K.bin + - filename: vigogne-2-7b-instruct.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_l.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q3_K_L.bin + model: vigogne-2-7b-instruct.Q3_K_M.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q3_K_L.bin + - filename: vigogne-2-7b-instruct.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_m.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q3_K_M.bin + model: vigogne-2-7b-instruct.Q3_K_S.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q3_K_M.bin + - filename: vigogne-2-7b-instruct.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q3_K_S.bin + model: vigogne-2-7b-instruct.Q4_0.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q3_K_S.bin + - filename: vigogne-2-7b-instruct.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_0.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q4_0.bin + model: vigogne-2-7b-instruct.Q4_K_M.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q4_0.bin + - filename: vigogne-2-7b-instruct.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_1.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q4_1.bin + model: vigogne-2-7b-instruct.Q4_K_S.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q4_1.bin + - filename: vigogne-2-7b-instruct.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q4_K_M.bin + model: vigogne-2-7b-instruct.Q5_0.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q4_K_M.bin + - filename: vigogne-2-7b-instruct.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q4_K_S.bin + model: vigogne-2-7b-instruct.Q5_K_M.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q4_K_S.bin + - filename: vigogne-2-7b-instruct.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_0.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q5_0.bin + model: vigogne-2-7b-instruct.Q5_K_S.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q5_0.bin + - filename: vigogne-2-7b-instruct.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q5_K_M.bin + model: vigogne-2-7b-instruct.Q6_K.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q5_K_M.bin + - filename: vigogne-2-7b-instruct.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-70b-ggml__stablebeluga2-70b.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-2-7b-instruct-gguf__vigogne-2-7b-instruct.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/StableBeluga2-70B-GGML + - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF tags: - transformers - llama + - LLM + - llama-2 - text-generation - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 + - fr - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2-70b.ggmlv3.q5_K_S.bin + model: vigogne-2-7b-instruct.Q8_0.gguf files: - - filename: stablebeluga2-70b.ggmlv3.q5_K_S.bin + - filename: vigogne-2-7b-instruct.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/StableBeluga2-70B-GGML/resolve/main/stablebeluga2-70b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGUF/resolve/main/vigogne-2-7b-instruct.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q2_k.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q2_K.bin + model: Vigogne-Instruct-13B.ggmlv3.q2_K.bin files: - - filename: stablebeluga2.ggmlv3.q2_K.bin - sha256: 5389fc547a2d365566aba34d511d0e4dee19a549412f423b42288e4aed2b0a0c - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q2_K.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_l.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q3_K_L.bin + model: Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin files: - - filename: stablebeluga2.ggmlv3.q3_K_L.bin - sha256: 7e56f17796ea4d5bfb1e2a79a23d3af9e16415fac263a45e7ddc9741507d5d51 - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_L.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_m.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q3_K_M.bin + model: Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin files: - - filename: stablebeluga2.ggmlv3.q3_K_M.bin - sha256: 63caa32888b6b2dd1c80639ae1b8b7c92bb7596fef8e9dce445d6fc53c3cd28e - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_M.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q3_k_s.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q3_K_S.bin + model: Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin files: - - filename: stablebeluga2.ggmlv3.q3_K_S.bin - sha256: f14b9e6ed679a3df86e263186afa67cf6c6feec4abd0ab4b291d8b898a9d05f0 - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q3_K_S.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_0.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q4_0.bin + model: Vigogne-Instruct-13B.ggmlv3.q4_0.bin files: - - filename: stablebeluga2.ggmlv3.q4_0.bin - sha256: e8829c65c55481849751d7458f3b6da35383a86b4ba04b0e76c190f79cf2cf2f - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_0.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_1.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q4_1.bin + model: Vigogne-Instruct-13B.ggmlv3.q4_1.bin files: - - filename: stablebeluga2.ggmlv3.q4_1.bin - sha256: d19a49d7c5565ce29302dc2cb84ed414d5134288b5bd0a4a8386e119ddd42f9a - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_1.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_k_m.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q4_K_M.bin + model: Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin files: - - filename: stablebeluga2.ggmlv3.q4_K_M.bin - sha256: 8ccf00b5a7a6a4ab4314482ff37644d0f2ac21fd9b25a5e050fd2330edcf5611 - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_K_M.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q4_k_s.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q4_K_S.bin + model: Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin files: - - filename: stablebeluga2.ggmlv3.q4_K_S.bin - sha256: eff9f34a51839a9cead0b516553c777e6d9a52864412886b34475039e6b24bf0 - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q4_K_S.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_0.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q5_0.bin + model: Vigogne-Instruct-13B.ggmlv3.q5_0.bin files: - - filename: stablebeluga2.ggmlv3.q5_0.bin - sha256: bef6ca408d2fb408a1a631743bd3cf1c6ffb5ff307a48068a11961401e2510ab - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_0.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_k_m.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q5_K_M.bin + model: Vigogne-Instruct-13B.ggmlv3.q5_1.bin files: - - filename: stablebeluga2.ggmlv3.q5_K_M.bin - sha256: f57c0343b85f02d9994d10a17238a7fbb74cd023e749c83a51306f7e3ecc979b - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_K_M.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablebeluga2-ggml__stablebeluga2.ggmlv3.q5_k_s.bin + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/StableBeluga2-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - llama - - en - - dataset:conceptofmind/cot_submix_original - - dataset:conceptofmind/flan2021_submix_original - - dataset:conceptofmind/t0_submix_original - - dataset:conceptofmind/niv2_submix_original - - arxiv:2307.09288 - - arxiv:2306.02707 - - transformers - license:other - - text-generation - - text-generation-inference - region:us overrides: parameters: - model: stablebeluga2.ggmlv3.q5_K_S.bin + model: Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin files: - - filename: stablebeluga2.ggmlv3.q5_K_S.bin - sha256: 7a12e2201c8007cd11a495cd6e633e5d35c6aecaf3ccf55f94f0f0aeeacbb390 - uri: https://huggingface.co/TheBloke/StableBeluga2-GGML/resolve/main/stablebeluga2.ggmlv3.q5_K_S.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin - license: apache-2.0 + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - transformers - - gpt-neox - - causal-lm - - code - - dataset:bigcode/starcoderdata - - arxiv:2104.09864 - - arxiv:1910.02054 - - license:apache-2.0 - - model-index + - license:other - region:us overrides: parameters: - model: stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin + model: Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin files: - - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin - license: apache-2.0 + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - transformers - - gpt-neox - - causal-lm - - code - - dataset:bigcode/starcoderdata - - arxiv:2104.09864 - - arxiv:1910.02054 - - license:apache-2.0 - - model-index + - license:other - region:us overrides: parameters: - model: stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin + model: Vigogne-Instruct-13B.ggmlv3.q6_K.bin files: - - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin - license: apache-2.0 + name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML + - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML tags: - - transformers - - gpt-neox - - causal-lm - - code - - dataset:bigcode/starcoderdata - - arxiv:2104.09864 - - arxiv:1910.02054 - - license:apache-2.0 - - model-index + - license:other - region:us overrides: parameters: - model: stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin + model: Vigogne-Instruct-13B.ggmlv3.q8_0.bin files: - - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin + - filename: Vigogne-Instruct-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q2_k.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - dataset:bigcode/starcoderdata - - arxiv:2104.09864 - - arxiv:1910.02054 + - mistral + - LLM + - finetuned + - text-generation + - fr - license:apache-2.0 - - model-index + - text-generation-inference - region:us overrides: parameters: - model: stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin + model: vigostral-7b-chat.Q2_K.gguf files: - - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin + - filename: vigostral-7b-chat.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-completion-alpha-3b-4k-ggml__stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q3_k_l.gguf license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - dataset:bigcode/starcoderdata - - arxiv:2104.09864 - - arxiv:1910.02054 + - mistral + - LLM + - finetuned + - text-generation + - fr - license:apache-2.0 - - model-index + - text-generation-inference - region:us overrides: parameters: - model: stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin + model: vigostral-7b-chat.Q3_K_L.gguf files: - - filename: stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin + - filename: vigostral-7b-chat.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/resolve/main/stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin - license: other + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - arxiv:2104.09864 - - license:other - - model-index + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin + model: vigostral-7b-chat.Q3_K_M.gguf files: - - filename: stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin + - filename: vigostral-7b-chat.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin - license: other + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - arxiv:2104.09864 - - license:other - - model-index + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin + model: vigostral-7b-chat.Q3_K_S.gguf files: - - filename: stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin + - filename: vigostral-7b-chat.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin - license: other + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - arxiv:2104.09864 - - license:other - - model-index + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin + model: vigostral-7b-chat.Q4_0.gguf files: - - filename: stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin + - filename: vigostral-7b-chat.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin - license: other + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - arxiv:2104.09864 - - license:other - - model-index + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin + model: vigostral-7b-chat.Q4_K_M.gguf files: - - filename: stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin + - filename: vigostral-7b-chat.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stablecode-instruct-alpha-3b-ggml__stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin - license: other + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - gpt-neox - - causal-lm - - code - - arxiv:2104.09864 - - license:other - - model-index + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin + model: vigostral-7b-chat.Q4_K_S.gguf files: - - filename: stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin + - filename: vigostral-7b-chat.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/stablecode-instruct-alpha-3b-GGML/resolve/main/stablecode-instruct-alpha-3b.ggmlv1.q8_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q4_0.bin - license: bigcode-openrail-m + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/starchat-beta-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - starcoder - - generated_from_trainer - - license:bigcode-openrail-m - - has_space + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: starchat-beta.ggmlv3.q4_0.bin + model: vigostral-7b-chat.Q5_0.gguf files: - - filename: starchat-beta.ggmlv3.q4_0.bin + - filename: vigostral-7b-chat.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q4_1.bin - license: bigcode-openrail-m + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/starchat-beta-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - starcoder - - generated_from_trainer - - license:bigcode-openrail-m - - has_space + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: starchat-beta.ggmlv3.q4_1.bin + model: vigostral-7b-chat.Q5_K_M.gguf files: - - filename: starchat-beta.ggmlv3.q4_1.bin + - filename: vigostral-7b-chat.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q5_0.bin - license: bigcode-openrail-m + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/starchat-beta-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - starcoder - - generated_from_trainer - - license:bigcode-openrail-m - - has_space + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: starchat-beta.ggmlv3.q5_0.bin + model: vigostral-7b-chat.Q5_K_S.gguf files: - - filename: starchat-beta.ggmlv3.q5_0.bin + - filename: vigostral-7b-chat.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q5_1.bin - license: bigcode-openrail-m + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/starchat-beta-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - starcoder - - generated_from_trainer - - license:bigcode-openrail-m - - has_space + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: starchat-beta.ggmlv3.q5_1.bin + model: vigostral-7b-chat.Q6_K.gguf files: - - filename: starchat-beta.ggmlv3.q5_1.bin + - filename: vigostral-7b-chat.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starchat-beta-ggml__starchat-beta.ggmlv3.q8_0.bin - license: bigcode-openrail-m + name: thebloke__vigostral-7b-chat-gguf__vigostral-7b-chat.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/starchat-beta-GGML + - https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF tags: - transformers - - starcoder - - generated_from_trainer - - license:bigcode-openrail-m - - has_space + - mistral + - LLM + - finetuned + - text-generation + - fr + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: starchat-beta.ggmlv3.q8_0.bin + model: vigostral-7b-chat.Q8_0.gguf files: - - filename: starchat-beta.ggmlv3.q8_0.bin + - filename: vigostral-7b-chat.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starchat-beta-GGML/resolve/main/starchat-beta.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoder-ggml__starcoder.ggmlv3.q4_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/Vigostral-7B-Chat-GGUF/resolve/main/vigostral-7b-chat.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/starcoder-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGML tags: - transformers - - starcoder - - code - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - endpoints_compatible + - has_space - region:us overrides: parameters: - model: starcoder.ggmlv3.q4_0.bin + model: wizard-mega-13B.ggmlv3.q4_0.bin files: - - filename: starcoder.ggmlv3.q4_0.bin + - filename: wizard-mega-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoder-ggml__starcoder.ggmlv3.q4_1.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/starcoder-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGML tags: - transformers - - starcoder - - code - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - endpoints_compatible + - has_space - region:us overrides: parameters: - model: starcoder.ggmlv3.q4_1.bin + model: wizard-mega-13B.ggmlv3.q4_1.bin files: - - filename: starcoder.ggmlv3.q4_1.bin + - filename: wizard-mega-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoder-ggml__starcoder.ggmlv3.q5_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/starcoder-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGML tags: - transformers - - starcoder - - code - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - endpoints_compatible + - has_space - region:us overrides: parameters: - model: starcoder.ggmlv3.q5_0.bin + model: wizard-mega-13B.ggmlv3.q5_0.bin files: - - filename: starcoder.ggmlv3.q5_0.bin + - filename: wizard-mega-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoder-ggml__starcoder.ggmlv3.q5_1.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/starcoder-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGML tags: - transformers - - starcoder - - code - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - endpoints_compatible + - has_space - region:us overrides: parameters: - model: starcoder.ggmlv3.q5_1.bin + model: wizard-mega-13B.ggmlv3.q5_1.bin files: - - filename: starcoder.ggmlv3.q5_1.bin + - filename: wizard-mega-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoder-ggml__starcoder.ggmlv3.q8_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/starcoder-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGML tags: - transformers - - starcoder - - code - text-generation - - dataset:bigcode/the-stack-dedup - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - endpoints_compatible + - has_space - region:us overrides: parameters: - model: starcoder.ggmlv3.q8_0.bin + model: wizard-mega-13B.ggmlv3.q8_0.bin files: - - filename: starcoder.ggmlv3.q8_0.bin + - filename: wizard-mega-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/starcoder-GGML/resolve/main/starcoder.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q4_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/starcoderplus-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - - starcoder - - code + - llama - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - text-generation-inference - region:us overrides: parameters: - model: starcoderplus.ggmlv3.q4_0.bin + model: wizard-mega-13B.Q2_K.gguf files: - - filename: starcoderplus.ggmlv3.q4_0.bin + - filename: wizard-mega-13B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q4_1.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/starcoderplus-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - - starcoder - - code + - llama - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - text-generation-inference - region:us overrides: parameters: - model: starcoderplus.ggmlv3.q4_1.bin + model: wizard-mega-13B.Q3_K_L.gguf files: - - filename: starcoderplus.ggmlv3.q4_1.bin + - filename: wizard-mega-13B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q5_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/starcoderplus-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - - starcoder - - code + - llama - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - text-generation-inference - region:us overrides: parameters: - model: starcoderplus.ggmlv3.q5_0.bin + model: wizard-mega-13B.Q3_K_M.gguf files: - - filename: starcoderplus.ggmlv3.q5_0.bin + - filename: wizard-mega-13B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q5_1.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/starcoderplus-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - - starcoder - - code + - llama - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - text-generation-inference - region:us overrides: parameters: - model: starcoderplus.ggmlv3.q5_1.bin + model: wizard-mega-13B.Q3_K_S.gguf files: - - filename: starcoderplus.ggmlv3.q5_1.bin + - filename: wizard-mega-13B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__starcoderplus-ggml__starcoderplus.ggmlv3.q8_0.bin - license: bigcode-openrail-m + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/starcoderplus-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - - starcoder - - code + - llama - text-generation - - dataset:bigcode/the-stack-dedup - - dataset:tiiuae/falcon-refinedweb - - arxiv:1911.02150 - - arxiv:2205.14135 - - arxiv:2207.14255 - - arxiv:2305.06161 - - license:bigcode-openrail-m - - model-index + - en + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other + - text-generation-inference - region:us overrides: parameters: - model: starcoderplus.ggmlv3.q8_0.bin + model: wizard-mega-13B.Q4_0.gguf files: - - filename: starcoderplus.ggmlv3.q8_0.bin + - filename: wizard-mega-13B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/starcoderplus-GGML/resolve/main/starcoderplus.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q2_K.bin + model: wizard-mega-13B.Q4_K_M.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q2_K.bin + - filename: wizard-mega-13B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin + model: wizard-mega-13B.Q4_K_S.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin + - filename: wizard-mega-13B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin + model: wizard-mega-13B.Q5_0.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin + - filename: wizard-mega-13B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin + model: wizard-mega-13B.Q5_K_M.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin + - filename: wizard-mega-13B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q4_0.bin + model: wizard-mega-13B.Q5_K_S.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q4_0.bin + - filename: wizard-mega-13B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q4_1.bin + model: wizard-mega-13B.Q6_K.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q4_1.bin + - filename: wizard-mega-13B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizard-mega-13b-gguf__wizard-mega-13b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-mega-13B-GGUF tags: - transformers - llama + - text-generation - en - - license:llama2 + - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin + model: wizard-mega-13B.Q8_0.gguf files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin + - filename: wizard-mega-13B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGUF/resolve/main/wizard-mega-13B.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin + model: wizard-vicuna-13B.ggmlv3.q2_K.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin + - filename: wizard-vicuna-13B.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q5_0.bin + model: wizard-vicuna-13B.ggmlv3.q3_K_L.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q5_0.bin + - filename: wizard-vicuna-13B.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q5_1.bin + model: wizard-vicuna-13B.ggmlv3.q3_K_M.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q5_1.bin + - filename: wizard-vicuna-13B.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin + model: wizard-vicuna-13B.ggmlv3.q3_K_S.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin + - filename: wizard-vicuna-13B.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin + model: wizard-vicuna-13B.ggmlv3.q4_0.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin + - filename: wizard-vicuna-13B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q6_K.bin + model: wizard-vicuna-13B.ggmlv3.q4_1.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q6_K.bin + - filename: wizard-vicuna-13B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-inverted-l2-13b-ggml__stheno-inverted-l2-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-inverted-l2-13b.ggmlv3.Q8_0.bin + model: wizard-vicuna-13B.ggmlv3.q4_K_M.bin files: - - filename: stheno-inverted-l2-13b.ggmlv3.Q8_0.bin + - filename: wizard-vicuna-13B.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-Inverted-L2-13B-GGML/resolve/main/stheno-inverted-l2-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q2_K.bin + model: wizard-vicuna-13B.ggmlv3.q4_K_S.bin files: - - filename: stheno-l2-13b.ggmlv3.Q2_K.bin + - filename: wizard-vicuna-13B.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q3_K_L.bin + model: wizard-vicuna-13B.ggmlv3.q5_0.bin files: - - filename: stheno-l2-13b.ggmlv3.Q3_K_L.bin + - filename: wizard-vicuna-13B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q3_K_M.bin + model: wizard-vicuna-13B.ggmlv3.q5_1.bin files: - - filename: stheno-l2-13b.ggmlv3.Q3_K_M.bin + - filename: wizard-vicuna-13B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q3_K_S.bin + model: wizard-vicuna-13B.ggmlv3.q5_K_M.bin files: - - filename: stheno-l2-13b.ggmlv3.Q3_K_S.bin + - filename: wizard-vicuna-13B.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q4_0.bin + model: wizard-vicuna-13B.ggmlv3.q5_K_S.bin files: - - filename: stheno-l2-13b.ggmlv3.Q4_0.bin + - filename: wizard-vicuna-13B.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q4_1.bin + model: wizard-vicuna-13B.ggmlv3.q6_K.bin files: - - filename: stheno-l2-13b.ggmlv3.Q4_1.bin + - filename: wizard-vicuna-13B.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML tags: - - transformers - - llama - - en - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q4_K_M.bin + model: wizard-vicuna-13B.ggmlv3.q8_0.bin files: - - filename: stheno-l2-13b.ggmlv3.Q4_K_M.bin + - filename: wizard-vicuna-13B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q4_K_S.bin + model: wizard-vicuna-13b.Q2_K.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q4_K_S.bin + - filename: wizard-vicuna-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q5_0.bin + model: wizard-vicuna-13b.Q3_K_L.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q5_0.bin + - filename: wizard-vicuna-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q5_1.bin + model: wizard-vicuna-13b.Q3_K_M.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q5_1.bin + - filename: wizard-vicuna-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q5_K_M.bin + model: wizard-vicuna-13b.Q3_K_S.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q5_K_M.bin + - filename: wizard-vicuna-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q5_K_S.bin + model: wizard-vicuna-13b.Q4_0.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q5_K_S.bin + - filename: wizard-vicuna-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q6_K.bin + model: wizard-vicuna-13b.Q4_K_M.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q6_K.bin + - filename: wizard-vicuna-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__stheno-l2-13b-ggml__stheno-l2-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Stheno-L2-13B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: - transformers - llama + - causal-lm - en - - license:llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: stheno-l2-13b.ggmlv3.Q8_0.bin + model: wizard-vicuna-13b.Q4_K_S.gguf files: - - filename: stheno-l2-13b.ggmlv3.Q8_0.bin + - filename: wizard-vicuna-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Stheno-L2-13B-GGML/resolve/main/stheno-l2-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: + - transformers - llama + - causal-lm - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q2_K.bin + model: wizard-vicuna-13b.Q5_0.gguf files: - - filename: superplatty-30b.ggmlv3.q2_K.bin + - filename: wizard-vicuna-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: + - transformers - llama + - causal-lm - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q3_K_L.bin + model: wizard-vicuna-13b.Q5_K_M.gguf files: - - filename: superplatty-30b.ggmlv3.q3_K_L.bin + - filename: wizard-vicuna-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: + - transformers - llama + - causal-lm - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q3_K_M.bin + model: wizard-vicuna-13b.Q5_K_S.gguf files: - - filename: superplatty-30b.ggmlv3.q3_K_M.bin + - filename: wizard-vicuna-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: + - transformers - llama + - causal-lm - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q3_K_S.bin + model: wizard-vicuna-13b.Q6_K.gguf files: - - filename: superplatty-30b.ggmlv3.q3_K_S.bin + - filename: wizard-vicuna-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-gguf__wizard-vicuna-13b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF tags: + - transformers - llama + - causal-lm - en - license:other + - text-generation-inference - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q4_0.bin + model: wizard-vicuna-13b.Q8_0.gguf files: - - filename: superplatty-30b.ggmlv3.q4_0.bin + - filename: wizard-vicuna-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGUF/resolve/main/wizard-vicuna-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q4_1.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin files: - - filename: superplatty-30b.ggmlv3.q4_1.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q4_K_M.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: superplatty-30b.ggmlv3.q4_K_M.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q4_K_S.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: superplatty-30b.ggmlv3.q4_K_S.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q5_0.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: superplatty-30b.ggmlv3.q5_0.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q5_1.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: superplatty-30b.ggmlv3.q5_1.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q5_K_M.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: superplatty-30b.ggmlv3.q5_K_M.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q5_K_S.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: superplatty-30b.ggmlv3.q5_K_S.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q6_K.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: superplatty-30b.ggmlv3.q6_K.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__superplatty-30b-ggml__superplatty-30b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/SuperPlatty-30B-GGML + - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML tags: - - llama - - en - license:other - region:us overrides: parameters: - model: superplatty-30b.ggmlv3.q8_0.bin + model: wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin files: - - filename: superplatty-30b.ggmlv3.q8_0.bin + - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/SuperPlatty-30B-GGML/resolve/main/superplatty-30b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q2_K.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin files: - - filename: synthia-13b.ggmlv3.q2_K.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q3_K_L.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin files: - - filename: synthia-13b.ggmlv3.q3_K_L.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q3_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin files: - - filename: synthia-13b.ggmlv3.q3_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q3_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin files: - - filename: synthia-13b.ggmlv3.q3_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q4_0.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin files: - - filename: synthia-13b.ggmlv3.q4_0.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q4_1.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin files: - - filename: synthia-13b.ggmlv3.q4_1.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q4_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin files: - - filename: synthia-13b.ggmlv3.q4_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q4_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin files: - - filename: synthia-13b.ggmlv3.q4_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q5_0.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin files: - - filename: synthia-13b.ggmlv3.q5_0.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q5_1.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin files: - - filename: synthia-13b.ggmlv3.q5_1.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q5_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin files: - - filename: synthia-13b.ggmlv3.q5_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q5_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin files: - - filename: synthia-13b.ggmlv3.q5_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q6_K.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin files: - - filename: synthia-13b.ggmlv3.q6_K.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-13b-ggml__synthia-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: synthia-13b.ggmlv3.q8_0.bin + model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin files: - - filename: synthia-13b.ggmlv3.q8_0.bin + - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-13B-GGML/resolve/main/synthia-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q2_K.bin + model: Wizard-Vicuna-13B-Uncensored.Q2_K.gguf files: - - filename: synthia-70b.ggmlv3.Q2_K.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q3_K_L.bin + model: Wizard-Vicuna-13B-Uncensored.Q3_K_L.gguf files: - - filename: synthia-70b.ggmlv3.Q3_K_L.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q3_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.Q3_K_M.gguf files: - - filename: synthia-70b.ggmlv3.Q3_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q3_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.Q3_K_S.gguf files: - - filename: synthia-70b.ggmlv3.Q3_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q4_0.bin + model: Wizard-Vicuna-13B-Uncensored.Q4_0.gguf files: - - filename: synthia-70b.ggmlv3.Q4_0.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q4_1.bin + model: Wizard-Vicuna-13B-Uncensored.Q4_K_M.gguf files: - - filename: synthia-70b.ggmlv3.Q4_1.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q4_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.Q4_K_S.gguf files: - - filename: synthia-70b.ggmlv3.Q4_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q4_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.Q5_0.gguf files: - - filename: synthia-70b.ggmlv3.Q4_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q5_0.bin + model: Wizard-Vicuna-13B-Uncensored.Q5_K_M.gguf files: - - filename: synthia-70b.ggmlv3.Q5_0.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q5_K_M.bin + model: Wizard-Vicuna-13B-Uncensored.Q5_K_S.gguf files: - - filename: synthia-70b.ggmlv3.Q5_K_M.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-ggml__synthia-70b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b.ggmlv3.Q5_K_S.bin + model: Wizard-Vicuna-13B-Uncensored.Q6_K.gguf files: - - filename: synthia-70b.ggmlv3.Q5_K_S.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-GGML/resolve/main/synthia-70b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-gguf__wizard-vicuna-13b-uncensored.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation + - uncensored - en - - arxiv:2306.02707 - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q2_K.bin + model: Wizard-Vicuna-13B-Uncensored.Q8_0.gguf files: - - filename: synthia-70b-v1.1.ggmlv3.Q2_K.bin + - filename: Wizard-Vicuna-13B-Uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-13B-Uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q3_K_L.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q3_K_L.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_m.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML - tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_l.bin + license: other + urls: + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + tags: + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q3_K_M.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q3_K_M.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q3_K_S.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q3_K_S.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q4_0.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q4_0.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q4_1.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q4_1.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q4_K_M.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q4_K_M.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q4_K_S.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q4_K_S.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q5_0.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q5_0.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q5_K_M.bin + model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q5_K_M.bin + - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-70b-v1.1-ggml__synthia-70b-v1.1.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - en - - arxiv:2306.02707 - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-70b-v1.1.ggmlv3.Q5_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin files: - - filename: synthia-70b-v1.1.ggmlv3.Q5_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-70B-v1.1-GGML/resolve/main/synthia-70b-v1.1.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q2_K.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin files: - - filename: synthia-7b.ggmlv3.Q2_K.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q3_K_L.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin files: - - filename: synthia-7b.ggmlv3.Q3_K_L.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q3_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin files: - - filename: synthia-7b.ggmlv3.Q3_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q3_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin files: - - filename: synthia-7b.ggmlv3.Q3_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q4_0.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin files: - - filename: synthia-7b.ggmlv3.Q4_0.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q4_1.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin files: - - filename: synthia-7b.ggmlv3.Q4_1.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q4_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin files: - - filename: synthia-7b.ggmlv3.Q4_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q4_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin files: - - filename: synthia-7b.ggmlv3.Q4_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q5_0.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin files: - - filename: synthia-7b.ggmlv3.Q5_0.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q5_1.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin files: - - filename: synthia-7b.ggmlv3.Q5_1.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q5_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin files: - - filename: synthia-7b.ggmlv3.Q5_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q5_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin files: - - filename: synthia-7b.ggmlv3.Q5_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML tags: - - transformers - - llama - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q6_K.bin + model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin files: - - filename: synthia-7b.ggmlv3.Q6_K.bin + - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__synthia-7b-ggml__synthia-7b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Synthia-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - license:llama2 + - uncensored + - en + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: synthia-7b.ggmlv3.Q8_0.bin + model: Wizard-Vicuna-30B-Uncensored.Q2_K.gguf files: - - filename: synthia-7b.ggmlv3.Q8_0.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Synthia-7B-GGML/resolve/main/synthia-7b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q2_K.bin + model: Wizard-Vicuna-30B-Uncensored.Q3_K_L.gguf files: - - filename: trurl-2-13b.ggmlv3.q2_K.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q3_K_L.bin + model: Wizard-Vicuna-30B-Uncensored.Q3_K_M.gguf files: - - filename: trurl-2-13b.ggmlv3.q3_K_L.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q3_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.Q3_K_S.gguf files: - - filename: trurl-2-13b.ggmlv3.q3_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q3_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.Q4_0.gguf files: - - filename: trurl-2-13b.ggmlv3.q3_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q4_0.bin + model: Wizard-Vicuna-30B-Uncensored.Q4_K_M.gguf files: - - filename: trurl-2-13b.ggmlv3.q4_0.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q4_1.bin + model: Wizard-Vicuna-30B-Uncensored.Q4_K_S.gguf files: - - filename: trurl-2-13b.ggmlv3.q4_1.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q4_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.Q5_0.gguf files: - - filename: trurl-2-13b.ggmlv3.q4_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q4_K_S.bin + model: Wizard-Vicuna-30B-Uncensored.Q5_K_M.gguf files: - - filename: trurl-2-13b.ggmlv3.q4_K_S.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q5_0.bin + model: Wizard-Vicuna-30B-Uncensored.Q5_K_S.gguf files: - - filename: trurl-2-13b.ggmlv3.q5_0.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q5_1.bin + model: Wizard-Vicuna-30B-Uncensored.Q6_K.gguf files: - - filename: trurl-2-13b.ggmlv3.q5_1.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-30b-uncensored-gguf__wizard-vicuna-30b-uncensored.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q5_K_M.bin + model: Wizard-Vicuna-30B-Uncensored.Q8_0.gguf files: - - filename: trurl-2-13b.ggmlv3.q5_K_M.bin + - filename: Wizard-Vicuna-30B-Uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-30B-Uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q5_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin files: - - filename: trurl-2-13b.ggmlv3.q5_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q6_K.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin files: - - filename: trurl-2-13b.ggmlv3.q6_K.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-13b-ggml__trurl-2-13b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-13b.ggmlv3.q8_0.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin files: - - filename: trurl-2-13b.ggmlv3.q8_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-13B-GGML/resolve/main/trurl-2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q2_K.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin files: - - filename: trurl-2-7b.ggmlv3.q2_K.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q3_K_L.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin files: - - filename: trurl-2-7b.ggmlv3.q3_K_L.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q3_K_M.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin files: - - filename: trurl-2-7b.ggmlv3.q3_K_M.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q3_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin files: - - filename: trurl-2-7b.ggmlv3.q3_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q4_0.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin files: - - filename: trurl-2-7b.ggmlv3.q4_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q4_1.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin files: - - filename: trurl-2-7b.ggmlv3.q4_1.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q4_K_M.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin files: - - filename: trurl-2-7b.ggmlv3.q4_K_M.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q4_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin files: - - filename: trurl-2-7b.ggmlv3.q4_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q5_0.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin files: - - filename: trurl-2-7b.ggmlv3.q5_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_1.bin - license: llama2 - urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML - tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + tags: + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q5_1.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin files: - - filename: trurl-2-7b.ggmlv3.q5_1.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML tags: - - transformers - - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation - - en - - pl - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q5_K_M.bin + model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin files: - - filename: trurl-2-7b.ggmlv3.q5_K_M.bin + - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q5_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.Q2_K.gguf files: - - filename: trurl-2-7b.ggmlv3.q5_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q6_K.bin + model: Wizard-Vicuna-7B-Uncensored.Q3_K_L.gguf files: - - filename: trurl-2-7b.ggmlv3.q6_K.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__trurl-2-7b-ggml__trurl-2-7b.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Trurl-2-7B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: - transformers - llama - - voicelab - - pytorch - - llama-2 - - trurl - - trurl-2 - - text-generation + - uncensored - en - - pl - - license:llama2 + - dataset:ehartford/wizard_vicuna_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: trurl-2-7b.ggmlv3.q8_0.bin + model: Wizard-Vicuna-7B-Uncensored.Q3_K_M.gguf files: - - filename: trurl-2-7b.ggmlv3.q8_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Trurl-2-7B-GGML/resolve/main/trurl-2-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q2_K.bin + model: Wizard-Vicuna-7B-Uncensored.Q3_K_S.gguf files: - - filename: tulu-13b.ggmlv3.q2_K.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q3_K_L.bin + model: Wizard-Vicuna-7B-Uncensored.Q4_0.gguf files: - - filename: tulu-13b.ggmlv3.q3_K_L.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q3_K_M.bin + model: Wizard-Vicuna-7B-Uncensored.Q4_K_M.gguf files: - - filename: tulu-13b.ggmlv3.q3_K_M.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q3_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.Q4_K_S.gguf files: - - filename: tulu-13b.ggmlv3.q3_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q4_0.bin + model: Wizard-Vicuna-7B-Uncensored.Q5_0.gguf files: - - filename: tulu-13b.ggmlv3.q4_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q4_1.bin + model: Wizard-Vicuna-7B-Uncensored.Q5_K_M.gguf files: - - filename: tulu-13b.ggmlv3.q4_1.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q4_K_M.bin + model: Wizard-Vicuna-7B-Uncensored.Q5_K_S.gguf files: - - filename: tulu-13b.ggmlv3.q4_K_M.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q4_K_S.bin + model: Wizard-Vicuna-7B-Uncensored.Q6_K.gguf files: - - filename: tulu-13b.ggmlv3.q4_K_S.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-gguf__wizard-vicuna-7b-uncensored.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF tags: + - transformers + - llama + - uncensored - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 + - dataset:ehartford/wizard_vicuna_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q5_0.bin + model: Wizard-Vicuna-7B-Uncensored.Q8_0.gguf files: - - filename: tulu-13b.ggmlv3.q5_0.bin + - filename: Wizard-Vicuna-7B-Uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q5_1.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin files: - - filename: tulu-13b.ggmlv3.q5_1.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q5_K_M.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: tulu-13b.ggmlv3.q5_K_M.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q5_K_S.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: tulu-13b.ggmlv3.q5_K_S.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q6_K.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: tulu-13b.ggmlv3.q6_K.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-ggml__tulu-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/tulu-13B-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b.ggmlv3.q8_0.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: tulu-13b.ggmlv3.q8_0.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-13B-GGML/resolve/main/tulu-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b-superhot-8k.ggmlv3.q4_0.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: tulu-13b-superhot-8k.ggmlv3.q4_0.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b-superhot-8k.ggmlv3.q4_1.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: tulu-13b-superhot-8k.ggmlv3.q4_1.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b-superhot-8k.ggmlv3.q5_0.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: tulu-13b-superhot-8k.ggmlv3.q5_0.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/vicuna.yaml + name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - license:other - region:us overrides: parameters: - model: tulu-13b-superhot-8k.ggmlv3.q5_1.bin + model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin files: - - filename: tulu-13b-superhot-8k.ggmlv3.q5_1.bin + - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-13b-superhot-8k-ggml__tulu-13b-superhot-8k.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q4_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - starcoder + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: tulu-13b-superhot-8k.ggmlv3.q8_0.bin + model: WizardCoder-15B-1.0.ggmlv3.q4_0.bin files: - - filename: tulu-13b-superhot-8k.ggmlv3.q8_0.bin + - filename: WizardCoder-15B-1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-13B-SuperHOT-8K-GGML/resolve/main/tulu-13b-superhot-8k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q4_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - starcoder + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q2_K.bin + model: WizardCoder-15B-1.0.ggmlv3.q4_1.bin files: - - filename: tulu-30b.ggmlv3.q2_K.bin + - filename: WizardCoder-15B-1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q5_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - starcoder + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q3_K_L.bin + model: WizardCoder-15B-1.0.ggmlv3.q5_0.bin files: - - filename: tulu-30b.ggmlv3.q3_K_L.bin + - filename: WizardCoder-15B-1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q5_1.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - starcoder + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q3_K_M.bin + model: WizardCoder-15B-1.0.ggmlv3.q5_1.bin files: - - filename: tulu-30b.ggmlv3.q3_K_M.bin + - filename: WizardCoder-15B-1.0.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q8_0.bin + license: bigcode-openrail-m urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - starcoder + - license:bigcode-openrail-m + - has_space - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q3_K_S.bin + model: WizardCoder-15B-1.0.ggmlv3.q8_0.bin files: - - filename: tulu-30b.ggmlv3.q3_K_S.bin + - filename: WizardCoder-15B-1.0.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q4_0.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin files: - - filename: tulu-30b.ggmlv3.q4_0.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q4_1.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin files: - - filename: tulu-30b.ggmlv3.q4_1.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q4_K_M.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin files: - - filename: tulu-30b.ggmlv3.q4_K_M.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q4_K_S.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin files: - - filename: tulu-30b.ggmlv3.q4_K_S.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q5_0.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin files: - - filename: tulu-30b.ggmlv3.q5_0.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q5_1.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin files: - - filename: tulu-30b.ggmlv3.q5_1.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q5_K_M.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin files: - - filename: tulu-30b.ggmlv3.q5_K_M.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q5_K_S.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin files: - - filename: tulu-30b.ggmlv3.q5_K_S.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q6_K.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin files: - - filename: tulu-30b.ggmlv3.q6_K.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-30b-ggml__tulu-30b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-30B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-30b.ggmlv3.q8_0.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin files: - - filename: tulu-30b.ggmlv3.q8_0.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-30B-GGML/resolve/main/tulu-30b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q2_K.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin files: - - filename: tulu-7b.ggmlv3.q2_K.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q3_K_L.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin files: - - filename: tulu-7b.ggmlv3.q3_K_L.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q3_K_M.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin files: - - filename: tulu-7b.ggmlv3.q3_K_M.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q3_K_S.bin + model: wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin files: - - filename: tulu-7b.ggmlv3.q3_K_S.bin + - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q4_0.bin + model: wizardcoder-python-13b-v1.0.Q2_K.gguf files: - - filename: tulu-7b.ggmlv3.q4_0.bin + - filename: wizardcoder-python-13b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q4_1.bin + model: wizardcoder-python-13b-v1.0.Q3_K_L.gguf files: - - filename: tulu-7b.ggmlv3.q4_1.bin + - filename: wizardcoder-python-13b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q4_K_M.bin - files: - - filename: tulu-7b.ggmlv3.q4_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q4_k_s.bin - license: other + model: wizardcoder-python-13b-v1.0.Q3_K_M.gguf + files: + - filename: wizardcoder-python-13b-v1.0.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q4_K_S.bin + model: wizardcoder-python-13b-v1.0.Q3_K_S.gguf files: - - filename: tulu-7b.ggmlv3.q4_K_S.bin + - filename: wizardcoder-python-13b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q5_0.bin + model: wizardcoder-python-13b-v1.0.Q4_0.gguf files: - - filename: tulu-7b.ggmlv3.q5_0.bin + - filename: wizardcoder-python-13b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q5_1.bin + model: wizardcoder-python-13b-v1.0.Q4_K_M.gguf files: - - filename: tulu-7b.ggmlv3.q5_1.bin + - filename: wizardcoder-python-13b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q5_K_M.bin + model: wizardcoder-python-13b-v1.0.Q4_K_S.gguf files: - - filename: tulu-7b.ggmlv3.q5_K_M.bin + - filename: wizardcoder-python-13b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q5_K_S.bin + model: wizardcoder-python-13b-v1.0.Q5_0.gguf files: - - filename: tulu-7b.ggmlv3.q5_K_S.bin + - filename: wizardcoder-python-13b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q6_K.bin + model: wizardcoder-python-13b-v1.0.Q5_K_M.gguf files: - - filename: tulu-7b.ggmlv3.q6_K.bin + - filename: wizardcoder-python-13b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-ggml__tulu-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/tulu-7B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - en - - dataset:databricks/databricks-dolly-15k - - dataset:OpenAssistant/oasst1 - - dataset:sahil2801/CodeAlpaca-20k - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b.ggmlv3.q8_0.bin + model: wizardcoder-python-13b-v1.0.Q5_K_S.gguf files: - - filename: tulu-7b.ggmlv3.q8_0.bin + - filename: wizardcoder-python-13b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/tulu-7B-GGML/resolve/main/tulu-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b-superhot-8k.ggmlv3.q4_0.bin + model: wizardcoder-python-13b-v1.0.Q6_K.gguf files: - - filename: tulu-7b-superhot-8k.ggmlv3.q4_0.bin + - filename: wizardcoder-python-13b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-13b-v1.0-gguf__wizardcoder-python-13b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b-superhot-8k.ggmlv3.q4_1.bin + model: wizardcoder-python-13b-v1.0.Q8_0.gguf files: - - filename: tulu-7b-superhot-8k.ggmlv3.q4_1.bin + - filename: wizardcoder-python-13b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGUF/resolve/main/wizardcoder-python-13b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b-superhot-8k.ggmlv3.q5_0.bin + model: wizardcoder-python-34b-v1.0.Q2_K.gguf files: - - filename: tulu-7b-superhot-8k.ggmlv3.q5_0.bin + - filename: wizardcoder-python-34b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b-superhot-8k.ggmlv3.q5_1.bin + model: wizardcoder-python-34b-v1.0.Q3_K_L.gguf files: - - filename: tulu-7b-superhot-8k.ggmlv3.q5_1.bin + - filename: wizardcoder-python-34b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__tulu-7b-superhot-8k-ggml__tulu-7b-superhot-8k.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - arxiv:2306.04751 - - arxiv:2302.13971 - - arxiv:2304.07327 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index + - has_space + - text-generation-inference - region:us overrides: parameters: - model: tulu-7b-superhot-8k.ggmlv3.q8_0.bin + model: wizardcoder-python-34b-v1.0.Q3_K_M.gguf files: - - filename: tulu-7b-superhot-8k.ggmlv3.q8_0.bin + - filename: wizardcoder-python-34b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Tulu-7B-SuperHOT-8K-GGML/resolve/main/tulu-7b-superhot-8k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/UltraLM-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - dataset:stingning/ultrachat - - arxiv:2305.14233 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index - has_space + - text-generation-inference - region:us overrides: parameters: - model: ultralm-13b.ggmlv3.q4_0.bin + model: wizardcoder-python-34b-v1.0.Q3_K_S.gguf files: - - filename: ultralm-13b.ggmlv3.q4_0.bin + - filename: wizardcoder-python-34b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/UltraLM-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - dataset:stingning/ultrachat - - arxiv:2305.14233 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index - has_space + - text-generation-inference - region:us overrides: parameters: - model: ultralm-13b.ggmlv3.q4_1.bin + model: wizardcoder-python-34b-v1.0.Q4_0.gguf files: - - filename: ultralm-13b.ggmlv3.q4_1.bin + - filename: wizardcoder-python-34b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/UltraLM-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - dataset:stingning/ultrachat - - arxiv:2305.14233 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index - has_space + - text-generation-inference - region:us overrides: parameters: - model: ultralm-13b.ggmlv3.q5_0.bin + model: wizardcoder-python-34b-v1.0.Q4_K_M.gguf files: - - filename: ultralm-13b.ggmlv3.q5_0.bin + - filename: wizardcoder-python-34b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/UltraLM-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - dataset:stingning/ultrachat - - arxiv:2305.14233 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index - has_space + - text-generation-inference - region:us overrides: parameters: - model: ultralm-13b.ggmlv3.q5_1.bin + model: wizardcoder-python-34b-v1.0.Q4_K_S.gguf files: - - filename: ultralm-13b.ggmlv3.q5_1.bin + - filename: wizardcoder-python-34b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__ultralm-13b-ggml__ultralm-13b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/UltraLM-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - - dataset:stingning/ultrachat - - arxiv:2305.14233 - - license:other + - transformers + - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 + - license:llama2 + - model-index - has_space + - text-generation-inference - region:us overrides: parameters: - model: ultralm-13b.ggmlv3.q8_0.bin + model: wizardcoder-python-34b-v1.0.Q5_0.gguf files: - - filename: ultralm-13b.ggmlv3.q8_0.bin + - filename: wizardcoder-python-34b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UltraLM-13B-GGML/resolve/main/ultralm-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q2_K.bin + model: wizardcoder-python-34b-v1.0.Q5_K_M.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q2_K.bin + - filename: wizardcoder-python-34b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q3_K_L.bin + model: wizardcoder-python-34b-v1.0.Q5_K_S.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q3_K_L.bin + - filename: wizardcoder-python-34b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q3_K_M.bin + model: wizardcoder-python-34b-v1.0.Q6_K.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q3_K_M.bin + - filename: wizardcoder-python-34b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-34b-v1.0-gguf__wizardcoder-python-34b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q3_K_S.bin + model: wizardcoder-python-34b-v1.0.Q8_0.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q3_K_S.bin + - filename: wizardcoder-python-34b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-34B-V1.0-GGUF/resolve/main/wizardcoder-python-34b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q4_0.bin + model: wizardcoder-python-7b-v1.0.Q2_K.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q4_0.bin + - filename: wizardcoder-python-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q4_1.bin + model: wizardcoder-python-7b-v1.0.Q3_K_L.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q4_1.bin + - filename: wizardcoder-python-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q4_K_M.bin + model: wizardcoder-python-7b-v1.0.Q3_K_M.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q4_K_M.bin + - filename: wizardcoder-python-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q4_K_S.bin + model: wizardcoder-python-7b-v1.0.Q3_K_S.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q4_K_S.bin + - filename: wizardcoder-python-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q5_0.bin + model: wizardcoder-python-7b-v1.0.Q4_0.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q5_0.bin + - filename: wizardcoder-python-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q5_1.bin + model: wizardcoder-python-7b-v1.0.Q4_K_M.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q5_1.bin + - filename: wizardcoder-python-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q5_K_M.bin + model: wizardcoder-python-7b-v1.0.Q4_K_S.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q5_K_M.bin + - filename: wizardcoder-python-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q5_K_S.bin + model: wizardcoder-python-7b-v1.0.Q5_0.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q5_K_S.bin + - filename: wizardcoder-python-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q6_K.bin + model: wizardcoder-python-7b-v1.0.Q5_K_M.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q6_K.bin + - filename: wizardcoder-python-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v1-13b-ggml__undimix-v1-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v1-13b.ggmlv3.Q8_0.bin + model: wizardcoder-python-7b-v1.0.Q5_K_S.gguf files: - - filename: undimix-v1-13b.ggmlv3.Q8_0.bin + - filename: wizardcoder-python-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v1-13B-GGML/resolve/main/undimix-v1-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q2_K.bin + model: wizardcoder-python-7b-v1.0.Q6_K.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q2_K.bin + - filename: wizardcoder-python-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardcoder-python-7b-v1.0-gguf__wizardcoder-python-7b-v1.0.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF tags: - transformers - llama + - code + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - arxiv:2303.08774 - license:llama2 + - model-index + - has_space - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q3_K_L.bin + model: wizardcoder-python-7b-v1.0.Q8_0.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q3_K_L.bin + - filename: wizardcoder-python-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardCoder-Python-7B-V1.0-GGUF/resolve/main/wizardcoder-python-7b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q3_K_M.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q2_K.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q3_K_M.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q3_K_S.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q3_K_L.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q3_K_S.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q4_0.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q3_K_M.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q4_0.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q4_1.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q3_K_S.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q4_1.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q4_K_M.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q4_0.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q4_K_M.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q4_K_S.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q4_K_M.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q4_K_S.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q5_0.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q4_K_S.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q5_0.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q5_1.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q5_0.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q5_1.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q5_K_M.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q5_K_M.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q5_K_M.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q5_K_S.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q5_K_S.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q5_K_S.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q6_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q6_K.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q6_K.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q6_K.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__undimix-v2-13b-ggml__undimix-v2-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-codellama-34b-gguf__wizardlm-1.0-uncensored-codellama-34b.q8_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF tags: - transformers - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: undimix-v2-13b.ggmlv3.Q8_0.bin + model: wizardlm-1.0-uncensored-codellama-34b.Q8_0.gguf files: - - filename: undimix-v2-13b.ggmlv3.Q8_0.bin + - filename: wizardlm-1.0-uncensored-codellama-34b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/UndiMix-v2-13B-GGML/resolve/main/undimix-v2-13b.ggmlv3.Q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-CodeLlama-34B-GGUF/resolve/main/wizardlm-1.0-uncensored-codellama-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-2-70b-instruct-v2-ggml__upstage-llama-2-70b-instruct-v2.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - llama-2 - - instruct - - instruction - - text-generation - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:llama2 - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin files: - - filename: upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama-2-70B-instruct-v2-GGML/resolve/main/upstage-llama-2-70b-instruct-v2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q2_K.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q3_K_L.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q3_K_M.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q3_K_S.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q4_0.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q4_K_M.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q4_K_S.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q5_0.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q5_K_M.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q5_K_S.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama-30b-instruct-2048-ggml__upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q6_K.gguf files: - - filename: upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/upstage-llama-30b-instruct-2048-GGML/resolve/main/upstage-llama-30b-instruct-2048.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-1.0-uncensored-llama2-13b-gguf__wizardlm-1.0-uncensored-llama2-13b.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF tags: - transformers - llama - - upstage - - instruct - - instruction - - text-generation - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - - license:other + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:llama2 + - has_space - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q2_K.bin + model: wizardlm-1.0-uncensored-llama2-13b.Q8_0.gguf files: - - filename: upstage-llama-65b-instruct.ggmlv3.q2_K.bin + - filename: wizardlm-1.0-uncensored-llama2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin + model: WizardLM-13B-1.0.ggmlv3.q2_K.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin + - filename: WizardLM-13B-1.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin + model: WizardLM-13B-1.0.ggmlv3.q3_K_L.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin + - filename: WizardLM-13B-1.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin + model: WizardLM-13B-1.0.ggmlv3.q3_K_M.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin + - filename: WizardLM-13B-1.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q4_0.bin + model: WizardLM-13B-1.0.ggmlv3.q3_K_S.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q4_0.bin + - filename: WizardLM-13B-1.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q4_1.bin + model: WizardLM-13B-1.0.ggmlv3.q4_0.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q4_1.bin + - filename: WizardLM-13B-1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin + model: WizardLM-13B-1.0.ggmlv3.q4_1.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin + - filename: WizardLM-13B-1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin + model: WizardLM-13B-1.0.ggmlv3.q4_K_M.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin + - filename: WizardLM-13B-1.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q5_0.bin + model: WizardLM-13B-1.0.ggmlv3.q4_K_S.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q5_0.bin + - filename: WizardLM-13B-1.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q5_1.bin + model: WizardLM-13B-1.0.ggmlv3.q5_0.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q5_1.bin + - filename: WizardLM-13B-1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin + model: WizardLM-13B-1.0.ggmlv3.q5_1.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin + - filename: WizardLM-13B-1.0.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__upstage-llama1-65b-instruct-ggml__upstage-llama-65b-instruct.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - - transformers - - llama - - upstage - - instruct - - instruction - - text-generation - - en - - dataset:sciq - - dataset:metaeval/ScienceQA_text_only - - dataset:GAIR/lima - - dataset:Open-Orca/OpenOrca - - dataset:openbookqa - license:other - - text-generation-inference - region:us overrides: parameters: - model: upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin + model: WizardLM-13B-1.0.ggmlv3.q5_K_M.bin files: - - filename: upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin + - filename: WizardLM-13B-1.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Upstage-Llama1-65B-Instruct-GGML/resolve/main/upstage-llama-65b-instruct.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q2_K.bin + model: WizardLM-13B-1.0.ggmlv3.q5_K_S.bin files: - - filename: vicuna-13b-1.1.ggmlv3.q2_K.bin + - filename: WizardLM-13B-1.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q3_K_L.bin + model: WizardLM-13B-1.0.ggmlv3.q6_K.bin files: - - filename: vicuna-13b-1.1.ggmlv3.q3_K_L.bin + - filename: WizardLM-13B-1.0.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q3_K_M.bin + model: WizardLM-13B-1.0.ggmlv3.q8_0.bin files: - - filename: vicuna-13b-1.1.ggmlv3.q3_K_M.bin + - filename: WizardLM-13B-1.0.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q3_K_S.bin + model: wizardLM-13B-1.0.Q2_K.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q3_K_S.bin + - filename: wizardLM-13B-1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q4_0.bin + model: wizardLM-13B-1.0.Q3_K_L.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q4_0.bin + - filename: wizardLM-13B-1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q4_1.bin + model: wizardLM-13B-1.0.Q3_K_M.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q4_1.bin + - filename: wizardLM-13B-1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q4_K_M.bin + model: wizardLM-13B-1.0.Q3_K_S.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q4_K_M.bin + - filename: wizardLM-13B-1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q4_K_S.bin + model: wizardLM-13B-1.0.Q4_0.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q4_K_S.bin + - filename: wizardLM-13B-1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q5_0.bin + model: wizardLM-13B-1.0.Q4_K_M.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q5_0.bin + - filename: wizardLM-13B-1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q5_1.bin + model: wizardLM-13B-1.0.Q4_K_S.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q5_1.bin + - filename: wizardLM-13B-1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q5_K_M.bin + model: wizardLM-13B-1.0.Q5_0.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q5_K_M.bin + - filename: wizardLM-13B-1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q5_K_S.bin + model: wizardLM-13B-1.0.Q5_K_M.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q5_K_S.bin + - filename: wizardLM-13B-1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q6_K.bin + model: wizardLM-13B-1.0.Q5_K_S.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q6_K.bin + - filename: wizardLM-13B-1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-1.1-ggml__vicuna-13b-1.1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-1.1.ggmlv3.q8_0.bin + model: wizardLM-13B-1.0.Q6_K.gguf files: - - filename: vicuna-13b-1.1.ggmlv3.q8_0.bin + - filename: wizardLM-13B-1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-1.1-GGML/resolve/main/vicuna-13b-1.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-1.0-gguf__wizardlm-13b-1.0.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - arxiv:2304.12244 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q2_K.bin + model: wizardLM-13B-1.0.Q8_0.gguf files: - - filename: vicuna-13b-cot.ggmlv3.q2_K.bin + - filename: wizardLM-13B-1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-1.0-GGUF/resolve/main/wizardLM-13B-1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q3_K_L.bin + model: wizardLM-13B-Uncensored.ggmlv3.q2_K.bin files: - - filename: vicuna-13b-cot.ggmlv3.q3_K_L.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q3_K_M.bin + model: wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin files: - - filename: vicuna-13b-cot.ggmlv3.q3_K_M.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q3_K_S.bin + model: wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin files: - - filename: vicuna-13b-cot.ggmlv3.q3_K_S.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q4_0.bin + model: wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin files: - - filename: vicuna-13b-cot.ggmlv3.q4_0.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q4_1.bin + model: wizardLM-13B-Uncensored.ggmlv3.q4_0.bin files: - - filename: vicuna-13b-cot.ggmlv3.q4_1.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q4_K_M.bin + model: wizardLM-13B-Uncensored.ggmlv3.q4_1.bin files: - - filename: vicuna-13b-cot.ggmlv3.q4_K_M.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q4_K_S.bin + model: wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin files: - - filename: vicuna-13b-cot.ggmlv3.q4_K_S.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q5_0.bin + model: wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin files: - - filename: vicuna-13b-cot.ggmlv3.q5_0.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q5_1.bin + model: wizardLM-13B-Uncensored.ggmlv3.q5_0.bin files: - - filename: vicuna-13b-cot.ggmlv3.q5_1.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q5_K_M.bin + model: wizardLM-13B-Uncensored.ggmlv3.q5_1.bin files: - - filename: vicuna-13b-cot.ggmlv3.q5_K_M.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q5_K_S.bin + model: wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin files: - - filename: vicuna-13b-cot.ggmlv3.q5_K_S.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q6_K.bin + model: wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin files: - - filename: vicuna-13b-cot.ggmlv3.q6_K.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-cot-ggml__vicuna-13b-cot.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-13b-cot.ggmlv3.q8_0.bin + model: wizardLM-13B-Uncensored.ggmlv3.q6_K.bin files: - - filename: vicuna-13b-cot.ggmlv3.q8_0.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-CoT-GGML/resolve/main/vicuna-13b-cot.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML tags: - - transformers - - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q2_K.bin + model: wizardLM-13B-Uncensored.ggmlv3.q8_0.bin files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q2_K.bin + - filename: wizardLM-13B-Uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin + model: WizardLM-13B-Uncensored.Q2_K.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin + - filename: WizardLM-13B-Uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin + model: WizardLM-13B-Uncensored.Q3_K_L.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin + - filename: WizardLM-13B-Uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin + model: WizardLM-13B-Uncensored.Q3_K_M.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin + - filename: WizardLM-13B-Uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q4_0.bin + model: WizardLM-13B-Uncensored.Q3_K_S.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q4_0.bin + - filename: WizardLM-13B-Uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q4_1.bin + model: WizardLM-13B-Uncensored.Q4_0.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q4_1.bin + - filename: WizardLM-13B-Uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin + model: WizardLM-13B-Uncensored.Q4_K_M.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin + - filename: WizardLM-13B-Uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin + model: WizardLM-13B-Uncensored.Q4_K_S.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin + - filename: WizardLM-13B-Uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q5_0.bin + model: WizardLM-13B-Uncensored.Q5_0.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q5_0.bin + - filename: WizardLM-13B-Uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q5_1.bin + model: WizardLM-13B-Uncensored.Q5_K_M.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q5_1.bin + - filename: WizardLM-13B-Uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin + model: WizardLM-13B-Uncensored.Q5_K_S.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin + - filename: WizardLM-13B-Uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin + model: WizardLM-13B-Uncensored.Q6_K.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin + - filename: WizardLM-13B-Uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-uncensored-gguf__wizardlm-13b-uncensored.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF tags: - transformers - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q6_K.bin + model: WizardLM-13B-Uncensored.Q8_0.gguf files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q6_K.bin + - filename: WizardLM-13B-Uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-german-ggml__vicuna-13b-v1.3-german.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGUF/resolve/main/WizardLM-13B-Uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - text-generation - - de - - en - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other - - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3-german.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin files: - - filename: vicuna-13b-v1.3-german.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-13B-v1.3-German-GGML/resolve/main/vicuna-13b-v1.3-german.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q2_K.bin - sha256: f47ef000d721bd9a6ee9e2ca0c100317f7a2f971802cd4d12d461c04aeae5853 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_l.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q3_K_L.bin - sha256: 513ba3a3a5ebbe7a8d5abad14c79ce803e53bffd8abfd4ba1ebb614d0dd8c844 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_m.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q3_K_M.bin - sha256: 96fd8134f18f16c13e73782be286cc5461c4be227b4d6f7e178e8058fd8bb847 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q3_k_s.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q3_K_S.bin - sha256: 1974be0a7a1ba65f0f4b6a0c5f0a389a1cc1841338cd61cb86e9e99a1a8f1e30 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_0.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q4_0.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q4_0.bin - sha256: 55ef6df836b42d51efe56617294c30b9fc9eaed47fa7b3ab36d7c0655648c1ba - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_1.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q4_1.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q4_1.bin - sha256: 4f8448dcde68e0872212f042b92810626b2bfddb6fa0a74995232aea66af738b - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_k_m.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q4_K_M.bin - sha256: 4701a2e8df9cbed1bded222a2f10b642c7480bba308df48e94adc440eafa2204 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q4_k_s.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q4_K_S.bin - sha256: 5bcfe5b057e71303c92b1c02fd44ee268e62c436a48a3ffb1951e63c47275ea3 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_0.bin + - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - arxiv:2304.12244 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q5_0.bin + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q5_0.bin - sha256: 7fc8501d19c04b3ed28d121ce4eedc54c91e6af977427056a90f719507a7fd24 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_1.bin + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - arxiv:2304.12244 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q5_1.bin + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q5_1.bin - sha256: d555605b8b7f2b23fa2e3533734f7482b9857691d26c3f6d7926de8fdfa43f1c - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_k_m.bin + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - arxiv:2304.12244 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q5_K_M.bin - sha256: 3ded0e072fd26de8d03108a3445624f90038f8b424dacdb27540f233a8beb1bb - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q5_k_s.bin + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - arxiv:2304.12244 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q5_K_S.bin - sha256: b7ca1e70cdfd5a742d01b8becdbb70fa129113cb4d53f0514be19f9133883ce0 - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q6_k.bin + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - arxiv:2304.12244 - license:other + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q6_K.bin - sha256: 585fbf1c6586683998947837da32473bdef59ce58eb16d53d8ad10ebc5e4c26c - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3-preview-ggml__vicuna-13b-v1.3.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space + - region:us overrides: parameters: - model: vicuna-13b-v1.3.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin files: - - filename: vicuna-13b-v1.3.ggmlv3.q8_0.bin - sha256: 8ccdafc3c082472beefdd433ae6b24fb66bd306a425ae882f5f57b64c682f35b - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3-preview-GGML/resolve/main/vicuna-13b-v1.3.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q2_k.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q2_K.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q4_0.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q4_0.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q4_1.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q4_1.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q5_0.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q5_0.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q5_1.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q5_1.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q6_K.bin + - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.3.0-ggml__vicuna-13b-v1.3.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.3.0.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.0-uncensored.Q2_K.gguf files: - - filename: vicuna-13b-v1.3.0.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.0-uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13b-v1.3.0-GGML/resolve/main/vicuna-13b-v1.3.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.0-uncensored.Q3_K_L.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin + - filename: wizardlm-13b-v1.0-uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.0-uncensored.Q3_K_M.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin + - filename: wizardlm-13b-v1.0-uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.0-uncensored.Q3_K_S.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.0-uncensored.Q4_0.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin + - filename: wizardlm-13b-v1.0-uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + model: wizardlm-13b-v1.0-uncensored.Q4_K_M.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin + - filename: wizardlm-13b-v1.0-uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + model: wizardlm-13b-v1.0-uncensored.Q4_K_S.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin + - filename: wizardlm-13b-v1.0-uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.0-uncensored.Q5_0.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.0-uncensored.Q5_K_M.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin + - filename: wizardlm-13b-v1.0-uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + model: wizardlm-13b-v1.0-uncensored.Q5_K_S.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin + - filename: wizardlm-13b-v1.0-uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + model: wizardlm-13b-v1.0-uncensored.Q6_K.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin + - filename: wizardlm-13b-v1.0-uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.0-uncensored-gguf__wizardlm-13b-v1.0-uncensored.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.0-uncensored.Q8_0.gguf files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin + - filename: wizardlm-13b-v1.0-uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-13b-v1.0-uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.1.ggmlv3.q2_K.bin files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-16k-ggml__vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin files: - - filename: vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-16K-GGML/resolve/main/vicuna-13b-v1.5-16k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q2_K.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.1.ggmlv3.q4_0.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q3_K_L.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.1.ggmlv3.q4_1.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q3_K_M.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q3_K_S.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q4_0.bin + model: wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q4_0.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q4_1.bin + model: wizardlm-13b-v1.1.ggmlv3.q5_0.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q4_1.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.1.ggmlv3.q5_1.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q4_K_M.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q4_K_S.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q5_0.bin + model: wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q5_0.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q5_1.bin + model: wizardlm-13b-v1.1.ggmlv3.q6_K.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q5_1.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML tags: - - transformers - - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 - - text-generation-inference + - arxiv:2304.12244 + - license:other - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.1.ggmlv3.q8_0.bin files: - - filename: vicuna-13b-v1.5.ggmlv3.q5_K_M.bin + - filename: wizardlm-13b-v1.1.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.1.Q2_K.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q5_K_S.bin + - filename: wizardlm-13b-v1.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.1.Q3_K_L.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q6_K.bin + - filename: wizardlm-13b-v1.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-13b-v1.5-ggml__vicuna-13b-v1.5.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-13b-v1.5.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.1.Q3_K_M.gguf files: - - filename: vicuna-13b-v1.5.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-13B-v1.5-GGML/resolve/main/vicuna-13b-v1.5.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.1.Q3_K_S.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin - sha256: 2924c4db043f4e6a97a385872026c3f2e677c3641505cb2daa0ed19c4872cd93 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_l.bin + - filename: wizardlm-13b-v1.1.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.1.Q4_0.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin - sha256: 2a5ea10b6403c3f7d49b3a245ba761840ad4f44d614d5c088ab3c4204192d216 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_m.bin + - filename: wizardlm-13b-v1.1.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.1.Q4_K_M.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin - sha256: fa4d0b5d996e7b0fe0223f88f24bf7b104dbe1fd6fb2b3cb18c96c7d1b4c42f4 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_k_s.bin + - filename: wizardlm-13b-v1.1.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.1.Q4_K_S.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin - sha256: 4dca9f9b6908ed737741d8aa9d0c9b6d3db513818fe7642eafb58e6de33b8342 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_k_m.bin + - filename: wizardlm-13b-v1.1.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.1.Q5_0.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin - sha256: a53016539053bce2c0c5f25a3f5a28a628f6635e6169393bf668a9f886400495 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_k_s.bin + - filename: wizardlm-13b-v1.1.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.1.Q5_K_M.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin - sha256: db95da902ca314c423318fa68e33d0dea303accfeb56ee55f92514a70c1cdc00 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_k_m.bin + - filename: wizardlm-13b-v1.1.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.1.Q5_K_S.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin - sha256: 043305355a2f3e450895a79a37f1af9f4bd3d5848d3237a32f8ab938b63f009a - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_k_s.bin + - filename: wizardlm-13b-v1.1.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.1.Q6_K.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin - sha256: d3158eb27819982c9bba56fbb1ecfff2eeea2a6e5bcdd2dd1f0f4886e91376f6 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-1-preview-superhot-8k-ggml__vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_k.bin + - filename: wizardlm-13b-v1.1.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.1-gguf__wizardlm-13b-v1.1.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.1.Q8_0.gguf files: - - filename: vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin - sha256: 93cbca4ede23ff599eebb7baa2a1b75bdc12ccfe7153a22ce77be05c44e37a65 - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-1-preview-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-preview-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q2_k.bin - license: other + - filename: wizardlm-13b-v1.1.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGUF/resolve/main/wizardlm-13b-v1.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.2.ggmlv3.q2_K.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.2.ggmlv3.q4_0.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.2.ggmlv3.q4_1.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-1-3-superhot-8k-ggml__vicuna-33b-1.3-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.2.ggmlv3.q5_0.bin files: - - filename: vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GGML/resolve/main/vicuna-33b-1.3-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.2.ggmlv3.q5_1.bin files: - - filename: vicuna-33b.ggmlv3.q2_K.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin files: - - filename: vicuna-33b.ggmlv3.q3_K_L.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin files: - - filename: vicuna-33b.ggmlv3.q3_K_M.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q3_K_S.bin + model: wizardlm-13b-v1.2.ggmlv3.q6_K.bin files: - - filename: vicuna-33b.ggmlv3.q3_K_S.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q4_0.bin + model: wizardlm-13b-v1.2.ggmlv3.q8_0.bin files: - - filename: vicuna-33b.ggmlv3.q4_0.bin + - filename: wizardlm-13b-v1.2.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q4_1.bin + model: wizardlm-13b-v1.2.Q2_K.gguf files: - - filename: vicuna-33b.ggmlv3.q4_1.bin + - filename: wizardlm-13b-v1.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q4_K_M.bin + model: wizardlm-13b-v1.2.Q3_K_L.gguf files: - - filename: vicuna-33b.ggmlv3.q4_K_M.bin + - filename: wizardlm-13b-v1.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q4_K_S.bin + model: wizardlm-13b-v1.2.Q3_K_M.gguf files: - - filename: vicuna-33b.ggmlv3.q4_K_S.bin + - filename: wizardlm-13b-v1.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q5_0.bin + model: wizardlm-13b-v1.2.Q3_K_S.gguf files: - - filename: vicuna-33b.ggmlv3.q5_0.bin + - filename: wizardlm-13b-v1.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q5_1.bin + model: wizardlm-13b-v1.2.Q4_0.gguf files: - - filename: vicuna-33b.ggmlv3.q5_1.bin + - filename: wizardlm-13b-v1.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q5_K_M.bin + model: wizardlm-13b-v1.2.Q4_K_M.gguf files: - - filename: vicuna-33b.ggmlv3.q5_K_M.bin + - filename: wizardlm-13b-v1.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q5_K_S.bin + model: wizardlm-13b-v1.2.Q4_K_S.gguf files: - - filename: vicuna-33b.ggmlv3.q5_K_S.bin + - filename: wizardlm-13b-v1.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q6_K.bin + model: wizardlm-13b-v1.2.Q5_0.gguf files: - - filename: vicuna-33b.ggmlv3.q6_K.bin + - filename: wizardlm-13b-v1.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-ggml__vicuna-33b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference - region:us overrides: parameters: - model: vicuna-33b.ggmlv3.q8_0.bin + model: wizardlm-13b-v1.2.Q5_K_M.gguf files: - - filename: vicuna-33b.ggmlv3.q8_0.bin + - filename: wizardlm-13b-v1.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-33B-GGML/resolve/main/vicuna-33b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q2_K.bin + model: wizardlm-13b-v1.2.Q5_K_S.gguf files: - - filename: vicuna-33b-preview.ggmlv3.q2_K.bin - sha256: fb00a756852be60d2af9ae797f1a3e28094f245f9f5bbdaee4773fbb1b9193ef - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_l.bin - license: other + - filename: wizardlm-13b-v1.2.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q3_K_L.bin + model: wizardlm-13b-v1.2.Q6_K.gguf files: - - filename: vicuna-33b-preview.ggmlv3.q3_K_L.bin - sha256: 9ee828375b21a36838481d329da42bcd2354a1357113c26757c359105b9eb3c9 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_m.bin - license: other + - filename: wizardlm-13b-v1.2.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-13b-v1.2-gguf__wizardlm-13b-v1.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - has_space + - text-generation-inference + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q3_K_M.bin + model: wizardlm-13b-v1.2.Q8_0.gguf files: - - filename: vicuna-33b-preview.ggmlv3.q3_K_M.bin - sha256: 7e1f99013c75c46711f2ab96a9e61e2eac7d0d902d5bb9ed43beba6debca85ec - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q3_k_s.bin + - filename: wizardlm-13b-v1.2.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q3_K_S.bin + model: wizardlm-30b.ggmlv3.q2_K.bin files: - - filename: vicuna-33b-preview.ggmlv3.q3_K_S.bin - sha256: d1261ead9d7f78ed0829b4acb3b91495e9c204ac7ce92b9ffa1b3ffd473d049d - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_0.bin + - filename: wizardlm-30b.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q4_0.bin + model: wizardlm-30b.ggmlv3.q3_K_L.bin files: - - filename: vicuna-33b-preview.ggmlv3.q4_0.bin - sha256: 13e4e6cbb42a7073a2e0010434c8a2ce00597919714e28f575d2bcef47c740c1 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_1.bin + - filename: wizardlm-30b.ggmlv3.q3_K_L.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q4_1.bin + model: wizardlm-30b.ggmlv3.q3_K_M.bin files: - - filename: vicuna-33b-preview.ggmlv3.q4_1.bin - sha256: fe18085af7439e7710c737115e234fb2e5d31e52bfe27b491b0431fa15bbfcb6 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_k_m.bin + - filename: wizardlm-30b.ggmlv3.q3_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q4_K_M.bin + model: wizardlm-30b.ggmlv3.q3_K_S.bin files: - - filename: vicuna-33b-preview.ggmlv3.q4_K_M.bin - sha256: 50092d51353bf3373e3e4edd647c98f99be620efba6003fdec19904bb4b4ce82 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q4_k_s.bin + - filename: wizardlm-30b.ggmlv3.q3_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q4_K_S.bin + model: wizardlm-30b.ggmlv3.q4_0.bin files: - - filename: vicuna-33b-preview.ggmlv3.q4_K_S.bin - sha256: f65dd147b302e8b6278fb1bf5456b459b3cb14f460a579a412453444fdb1948a - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_0.bin + - filename: wizardlm-30b.ggmlv3.q4_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q5_0.bin + model: wizardlm-30b.ggmlv3.q4_1.bin files: - - filename: vicuna-33b-preview.ggmlv3.q5_0.bin - sha256: b11fe967e5834bab345454959f8f4171fb31c7d039fba3116d4e37a4db420ed1 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_1.bin + - filename: wizardlm-30b.ggmlv3.q4_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q5_1.bin + model: wizardlm-30b.ggmlv3.q4_K_M.bin files: - - filename: vicuna-33b-preview.ggmlv3.q5_1.bin - sha256: 1e7b271b8bd8b18fb7997ef88c82b6956944fe8e4ba1a61f5f8085c389e13cf2 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_k_m.bin + - filename: wizardlm-30b.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q5_K_M.bin + model: wizardlm-30b.ggmlv3.q4_K_S.bin files: - - filename: vicuna-33b-preview.ggmlv3.q5_K_M.bin - sha256: 7b1e4204990cd226d7e2d1d0e09d794bdfd05cb46826fb8827091100928b5f4a - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q5_k_s.bin + - filename: wizardlm-30b.ggmlv3.q4_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q5_K_S.bin + model: wizardlm-30b.ggmlv3.q5_0.bin files: - - filename: vicuna-33b-preview.ggmlv3.q5_K_S.bin - sha256: a63e3c9c9c098f92aed73a5600b66e8c3f0098305127dd2a8fca6c524bfd5a6d - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q6_k.bin + - filename: wizardlm-30b.ggmlv3.q5_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q6_K.bin + model: wizardlm-30b.ggmlv3.q5_1.bin files: - - filename: vicuna-33b-preview.ggmlv3.q6_K.bin - sha256: 391365496b64f42d762949e3e508cec90ee6b0b05f1aafbea6871227907179ce - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-33b-preview-ggml__vicuna-33b-preview.ggmlv3.q8_0.bin + - filename: wizardlm-30b.ggmlv3.q5_1.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-33B-preview-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 - license:other + - region:us overrides: parameters: - model: vicuna-33b-preview.ggmlv3.q8_0.bin + model: wizardlm-30b.ggmlv3.q5_K_M.bin files: - - filename: vicuna-33b-preview.ggmlv3.q8_0.bin - sha256: 883cef98919872eb4121985d321ebdebcdc6d2b8b76d4ee842e69104e7be3772 - uri: https://huggingface.co/TheBloke/vicuna-33B-preview-GGML/resolve/main/vicuna-33b-preview.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q2_k.bin + - filename: wizardlm-30b.ggmlv3.q5_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q2_K.bin + model: wizardlm-30b.ggmlv3.q5_K_S.bin files: - - filename: vicuna-7b-1.1.ggmlv3.q2_K.bin + - filename: wizardlm-30b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q3_K_L.bin + model: wizardlm-30b.ggmlv3.q6_K.bin files: - - filename: vicuna-7b-1.1.ggmlv3.q3_K_L.bin + - filename: wizardlm-30b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGML tags: - license:other - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q3_K_M.bin + model: wizardlm-30b.ggmlv3.q8_0.bin files: - - filename: vicuna-7b-1.1.ggmlv3.q3_K_M.bin + - filename: wizardlm-30b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q3_K_S.bin + model: wizardlm-30b.Q2_K.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q3_K_S.bin + - filename: wizardlm-30b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q4_0.bin + model: wizardlm-30b.Q3_K_L.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q4_0.bin + - filename: wizardlm-30b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q4_1.bin + model: wizardlm-30b.Q3_K_M.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q4_1.bin + - filename: wizardlm-30b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q4_K_M.bin + model: wizardlm-30b.Q3_K_S.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q4_K_M.bin + - filename: wizardlm-30b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q4_K_S.bin + model: wizardlm-30b.Q4_0.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q4_K_S.bin + - filename: wizardlm-30b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q5_0.bin + model: wizardlm-30b.Q4_K_M.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q5_0.bin + - filename: wizardlm-30b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q5_1.bin + model: wizardlm-30b.Q4_K_S.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q5_1.bin + - filename: wizardlm-30b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q5_K_M.bin + model: wizardlm-30b.Q5_0.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q5_K_M.bin + - filename: wizardlm-30b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q5_K_S.bin + model: wizardlm-30b.Q5_K_M.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q5_K_S.bin + - filename: wizardlm-30b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q6_K.bin + model: wizardlm-30b.Q5_K_S.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q6_K.bin + - filename: wizardlm-30b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-1.1-ggml__vicuna-7b-1.1.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-1.1.ggmlv3.q8_0.bin + model: wizardlm-30b.Q6_K.gguf files: - - filename: vicuna-7b-1.1.ggmlv3.q8_0.bin + - filename: wizardlm-30b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-1.1-GGML/resolve/main/vicuna-7b-1.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-gguf__wizardlm-30b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q2_K.bin + model: wizardlm-30b.Q8_0.gguf files: - - filename: vicuna-7B-cot.ggmlv3.q2_K.bin + - filename: wizardlm-30b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-GGUF/resolve/main/wizardlm-30b.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q3_K_L.bin + model: wizardlm-30b-uncensored.ggmlv3.q2_K.bin files: - - filename: vicuna-7B-cot.ggmlv3.q3_K_L.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q3_K_M.bin + model: wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin files: - - filename: vicuna-7B-cot.ggmlv3.q3_K_M.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q3_K_S.bin + model: wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin files: - - filename: vicuna-7B-cot.ggmlv3.q3_K_S.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q4_0.bin + model: wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin files: - - filename: vicuna-7B-cot.ggmlv3.q4_0.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q4_1.bin + model: WizardLM-30B-Uncensored.ggmlv3.q4_0.bin files: - - filename: vicuna-7B-cot.ggmlv3.q4_1.bin + - filename: WizardLM-30B-Uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q4_K_M.bin + model: WizardLM-30B-Uncensored.ggmlv3.q4_1.bin files: - - filename: vicuna-7B-cot.ggmlv3.q4_K_M.bin + - filename: WizardLM-30B-Uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q4_K_S.bin + model: wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin files: - - filename: vicuna-7B-cot.ggmlv3.q4_K_S.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q5_0.bin + model: wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin files: - - filename: vicuna-7B-cot.ggmlv3.q5_0.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q5_1.bin + model: WizardLM-30B-Uncensored.ggmlv3.q5_0.bin files: - - filename: vicuna-7B-cot.ggmlv3.q5_1.bin + - filename: WizardLM-30B-Uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q5_K_M.bin + model: WizardLM-30B-Uncensored.ggmlv3.q5_1.bin files: - - filename: vicuna-7B-cot.ggmlv3.q5_K_M.bin + - filename: WizardLM-30B-Uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q5_K_S.bin + model: wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin files: - - filename: vicuna-7B-cot.ggmlv3.q5_K_S.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q6_K.bin + model: wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin files: - - filename: vicuna-7B-cot.ggmlv3.q6_K.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-ggml__vicuna-7b-cot.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7B-cot.ggmlv3.q8_0.bin + model: wizardlm-30b-uncensored.ggmlv3.q6_K.bin files: - - filename: vicuna-7B-cot.ggmlv3.q8_0.bin + - filename: wizardlm-30b-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-GGML/resolve/main/vicuna-7B-cot.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML tags: - - arxiv:1910.09700 - license:other - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin + model: WizardLM-30B-Uncensored.ggmlv3.q8_0.bin files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin + - filename: WizardLM-30B-Uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin + model: WizardLM-30B-Uncensored.Q2_K.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin + - filename: WizardLM-30B-Uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin + model: WizardLM-30B-Uncensored.Q3_K_L.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin + - filename: WizardLM-30B-Uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin + model: WizardLM-30B-Uncensored.Q3_K_M.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin + - filename: WizardLM-30B-Uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin + model: WizardLM-30B-Uncensored.Q3_K_S.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin + - filename: WizardLM-30B-Uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin + model: WizardLM-30B-Uncensored.Q4_0.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin + - filename: WizardLM-30B-Uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin + model: WizardLM-30B-Uncensored.Q4_K_M.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin + - filename: WizardLM-30B-Uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin + model: WizardLM-30B-Uncensored.Q4_K_S.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin + - filename: WizardLM-30B-Uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-cot-superhot-8k-ggml__vicuna-7b-cot-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:1910.09700 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin + model: WizardLM-30B-Uncensored.Q5_0.gguf files: - - filename: vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin + - filename: WizardLM-30B-Uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-CoT-SuperHOT-8K-GGML/resolve/main/vicuna-7b-cot-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin + model: WizardLM-30B-Uncensored.Q5_K_M.gguf files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin + - filename: WizardLM-30B-Uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin + model: WizardLM-30B-Uncensored.Q5_K_S.gguf files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin + - filename: WizardLM-30B-Uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin + model: WizardLM-30B-Uncensored.Q6_K.gguf files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin + - filename: WizardLM-30B-Uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-30b-uncensored-gguf__wizardlm-30b-uncensored.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin + model: WizardLM-30B-Uncensored.Q8_0.gguf files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin + - filename: WizardLM-30B-Uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGUF/resolve/main/WizardLM-30B-Uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1-3-superhot-8k-ggml__vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin files: - - filename: vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vicuna-7B-v1-3-SuperHOT-8K-GGML/resolve/main/vicuna-7b-v1.3-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q2_K.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q2_K.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q3_K_L.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q3_K_L.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q3_K_M.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q3_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q3_K_S.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q3_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q4_0.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q4_0.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q4_1.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q4_1.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q4_K_M.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q4_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q4_K_S.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q4_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q5_0.bin + model: wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin files: - - filename: vicuna-7b-v1.3.ggmlv3.q5_0.bin + - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q5_1.bin + model: wizardlm-33b-v1.0-uncensored.Q2_K.gguf files: - - filename: vicuna-7b-v1.3.ggmlv3.q5_1.bin + - filename: wizardlm-33b-v1.0-uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q5_K_M.bin + model: wizardlm-33b-v1.0-uncensored.Q3_K_L.gguf files: - - filename: vicuna-7b-v1.3.ggmlv3.q5_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q5_K_S.bin + model: wizardlm-33b-v1.0-uncensored.Q3_K_M.gguf files: - - filename: vicuna-7b-v1.3.ggmlv3.q5_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q6_K.bin + model: wizardlm-33b-v1.0-uncensored.Q3_K_S.gguf files: - - filename: vicuna-7b-v1.3.ggmlv3.q6_K.bin + - filename: wizardlm-33b-v1.0-uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.3-ggml__vicuna-7b-v1.3.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - - arxiv:2302.13971 - - arxiv:2306.05685 + - transformers + - llama + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.3.ggmlv3.q8_0.bin + model: wizardlm-33b-v1.0-uncensored.Q4_0.gguf files: - - filename: vicuna-7b-v1.3.ggmlv3.q8_0.bin + - filename: wizardlm-33b-v1.0-uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.3-GGML/resolve/main/vicuna-7b-v1.3.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin + model: wizardlm-33b-v1.0-uncensored.Q4_K_M.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin + - filename: wizardlm-33b-v1.0-uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin + model: wizardlm-33b-v1.0-uncensored.Q4_K_S.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin + - filename: wizardlm-33b-v1.0-uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin + model: wizardlm-33b-v1.0-uncensored.Q5_0.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin + model: wizardlm-33b-v1.0-uncensored.Q5_K_M.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin + - filename: wizardlm-33b-v1.0-uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + model: wizardlm-33b-v1.0-uncensored.Q5_K_S.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin + - filename: wizardlm-33b-v1.0-uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + model: wizardlm-33b-v1.0-uncensored.Q6_K.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin + - filename: wizardlm-33b-v1.0-uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-33b-v1.0-uncensored-gguf__wizardlm-33b-v1.0-uncensored.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 - - license:llama2 + - en + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin + model: wizardlm-33b-v1.0-uncensored.Q8_0.gguf files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin + - filename: wizardlm-33b-v1.0-uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-33b-v1.0-uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin + model: wizardlm-70b-v1.0.ggmlv3.q2_K.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + model: wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + model: wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin + model: wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin + model: wizardlm-70b-v1.0.ggmlv3.q4_0.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin + model: wizardlm-70b-v1.0.ggmlv3.q4_1.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-16k-ggml__vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + model: wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin files: - - filename: vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-16K-GGML/resolve/main/vicuna-7b-v1.5-16k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q2_K.bin + model: wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q2_K.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q3_K_L.bin + model: wizardlm-70b-v1.0.ggmlv3.q5_0.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q3_K_L.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q3_K_M.bin + model: wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q3_K_M.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q3_K_S.bin + model: wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin files: - - filename: vicuna-7b-v1.5.ggmlv3.q3_K_S.bin + - filename: wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_0.bin + model: wizardlm-70b-v1.0.Q2_K.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_0.bin + - filename: wizardlm-70b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_1.bin + model: wizardlm-70b-v1.0.Q3_K_L.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_1.bin + - filename: wizardlm-70b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_K_M.bin + model: wizardlm-70b-v1.0.Q3_K_M.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_K_M.bin + - filename: wizardlm-70b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q4_K_S.bin + model: wizardlm-70b-v1.0.Q3_K_S.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q4_K_S.bin + - filename: wizardlm-70b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_0.bin + model: wizardlm-70b-v1.0.Q4_0.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_0.bin + - filename: wizardlm-70b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_1.bin + model: wizardlm-70b-v1.0.Q4_K_M.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_1.bin + - filename: wizardlm-70b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_K_M.bin + model: wizardlm-70b-v1.0.Q4_K_S.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_K_M.bin + - filename: wizardlm-70b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q5_K_S.bin + model: wizardlm-70b-v1.0.Q5_0.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q5_K_S.bin + - filename: wizardlm-70b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q6_K.bin + model: wizardlm-70b-v1.0.Q5_K_M.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q6_K.bin + - filename: wizardlm-70b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__vicuna-7b-v1.5-ggml__vicuna-7b-v1.5.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-70b-v1.0-gguf__wizardlm-70b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML + - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF tags: - transformers - llama - - arxiv:2307.09288 - - arxiv:2306.05685 + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: vicuna-7b-v1.5.ggmlv3.q8_0.bin + model: wizardlm-70b-v1.0.Q5_K_S.gguf files: - - filename: vicuna-7b-v1.5.ggmlv3.q8_0.bin + - filename: wizardlm-70b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/vicuna-7B-v1.5-GGML/resolve/main/vicuna-7b-v1.5.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGUF/resolve/main/wizardlm-70b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGML tags: - license:other - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin + model: wizardLM-7B.ggmlv3.q4_0.bin files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin + - filename: wizardLM-7B.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGML tags: - license:other - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin + model: wizardLM-7B.ggmlv3.q4_1.bin files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin + - filename: wizardLM-7B.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGML tags: - license:other - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin + model: wizardLM-7B.ggmlv3.q5_0.bin files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin + - filename: wizardLM-7B.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGML tags: - license:other - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin + model: wizardLM-7B.ggmlv3.q5_1.bin files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin + - filename: wizardLM-7B.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGML tags: - license:other - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin + model: wizardLM-7B.ggmlv3.q8_0.bin files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin + - filename: wizardLM-7B.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin + model: wizardLM-7B.Q2_K.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin + - filename: wizardLM-7B.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin + model: wizardLM-7B.Q3_K_L.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin + - filename: wizardLM-7B.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin + model: wizardLM-7B.Q3_K_M.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin + - filename: wizardLM-7B.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin + model: wizardLM-7B.Q3_K_S.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin + - filename: wizardLM-7B.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin + model: wizardLM-7B.Q4_0.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin + - filename: wizardLM-7B.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin + model: wizardLM-7B.Q4_K_M.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin + - filename: wizardLM-7B.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin + model: wizardLM-7B.Q4_K_S.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin + - filename: wizardLM-7B.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin + model: wizardLM-7B.Q5_0.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin + - filename: wizardLM-7B.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-30b-lora-ggml__vicunlocked-30b-lora.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin + model: wizardLM-7B.Q5_K_M.gguf files: - - filename: VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin + - filename: wizardLM-7B.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-30B-LoRA-GGML/resolve/main/VicUnlocked-30B-LoRA.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q2_K.bin + model: wizardLM-7B.Q5_K_S.gguf files: - - filename: vicunlocked-65b.ggmlv3.q2_K.bin + - filename: wizardLM-7B.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q3_K_L.bin + model: wizardLM-7B.Q6_K.gguf files: - - filename: vicunlocked-65b.ggmlv3.q3_K_L.bin + - filename: wizardLM-7B.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-gguf__wizardlm-7b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/wizardLM-7B-GGUF tags: + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:other + - text-generation-inference - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q3_K_M.bin + model: wizardLM-7B.Q8_0.gguf files: - - filename: vicunlocked-65b.ggmlv3.q3_K_M.bin + - filename: wizardLM-7B.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/wizardLM-7B-GGUF/resolve/main/wizardLM-7B.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q3_K_S.bin + model: WizardLM-7B-uncensored.ggmlv3.q2_K.bin files: - - filename: vicunlocked-65b.ggmlv3.q3_K_S.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q4_K_M.bin + model: WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin files: - - filename: vicunlocked-65b.ggmlv3.q4_K_M.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q4_K_S.bin + model: WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin files: - - filename: vicunlocked-65b.ggmlv3.q4_K_S.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q5_K_M.bin + model: WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin files: - - filename: vicunlocked-65b.ggmlv3.q5_K_M.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-65b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: vicunlocked-65b.ggmlv3.q5_K_S.bin + model: WizardLM-7B-uncensored.ggmlv3.q4_0.bin files: - - filename: vicunlocked-65b.ggmlv3.q5_K_S.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/vicunlocked-65b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin + model: WizardLM-7B-uncensored.ggmlv3.q4_1.bin files: - - filename: VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin + model: WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin files: - - filename: VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin + model: WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin files: - - filename: VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vicunlocked-alpaca-65b-qlora-ggml__vicunlocked-alpaca-65b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - license:other + - has_space - region:us overrides: parameters: - model: VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin + model: WizardLM-7B-uncensored.ggmlv3.q5_0.bin files: - - filename: VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/VicUnlocked-alpaca-65B-QLoRA-GGML/resolve/main/VicUnlocked-Alpaca-65B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q2_K.bin + model: WizardLM-7B-uncensored.ggmlv3.q5_1.bin files: - - filename: vigogne-2-13b-instruct.ggmlv3.q2_K.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin + model: WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin files: - - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin + model: WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin files: - - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin + model: WizardLM-7B-uncensored.ggmlv3.q6_K.bin files: - - filename: vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q8_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - has_space - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q4_0.bin + model: WizardLM-7B-uncensored.ggmlv3.q8_0.bin files: - - filename: vigogne-2-13b-instruct.ggmlv3.q4_0.bin + - filename: WizardLM-7B-uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q4_1.bin + model: WizardLM-7B-uncensored.Q2_K.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q4_1.bin + - filename: WizardLM-7B-uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin + model: WizardLM-7B-uncensored.Q3_K_L.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin + - filename: WizardLM-7B-uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin + model: WizardLM-7B-uncensored.Q3_K_M.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin + - filename: WizardLM-7B-uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q5_0.bin + model: WizardLM-7B-uncensored.Q3_K_S.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q5_0.bin + - filename: WizardLM-7B-uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q5_1.bin + model: WizardLM-7B-uncensored.Q4_0.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q5_1.bin + - filename: WizardLM-7B-uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin + model: WizardLM-7B-uncensored.Q4_K_M.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin + - filename: WizardLM-7B-uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin + model: WizardLM-7B-uncensored.Q4_K_S.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin + - filename: WizardLM-7B-uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q6_K.bin + model: WizardLM-7B-uncensored.Q5_0.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q6_K.bin + - filename: WizardLM-7B-uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-13b-instruct-ggml__vigogne-2-13b-instruct.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-13b-instruct.ggmlv3.q8_0.bin + model: WizardLM-7B-uncensored.Q5_K_M.gguf files: - - filename: vigogne-2-13b-instruct.ggmlv3.q8_0.bin + - filename: WizardLM-7B-uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-13B-Instruct-GGML/resolve/main/vigogne-2-13b-instruct.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q2_K.bin + model: WizardLM-7B-uncensored.Q5_K_S.gguf files: - - filename: vigogne-2-7b-chat.ggmlv3.q2_K.bin + - filename: WizardLM-7B-uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q3_K_L.bin + model: WizardLM-7B-uncensored.Q6_K.gguf files: - - filename: vigogne-2-7b-chat.ggmlv3.q3_K_L.bin + - filename: WizardLM-7B-uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-uncensored-gguf__wizardlm-7b-uncensored.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF tags: - transformers - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - uncensored + - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - license:other - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q3_K_M.bin + model: WizardLM-7B-uncensored.Q8_0.gguf files: - - filename: vigogne-2-7b-chat.ggmlv3.q3_K_M.bin + - filename: WizardLM-7B-uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGUF/resolve/main/WizardLM-7B-uncensored.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q3_K_S.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_0.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin + sha256: c0cc1cf44c49a77c1b15d16da2a45c3fa2d54c94b3a120a4b21d9191f82fa8c9 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q4_0.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q4_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_1.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + sha256: f6050745ce009962fca1d2474134eedbd2cb7f080e27255fa6fe7b008a3f1374 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q4_1.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_k_m.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + sha256: 335ac4695d0ad28a723c26b8d5bc644e35881c202a2ff649ca883aaf33a1631b + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q4_K_M.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q4_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q4_k_s.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + sha256: f398eea41ac29261d5b5f91a643f6f3b89a69506988464a3ebefcfb5d436bf34 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q4_K_S.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q4_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_0.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + sha256: 56cac7dfa1449f555723358827c1884d4c6e58bdcf6322269834a25cdd0f25ed + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference - - region:us + - license:other overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q5_0.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_1.bin - license: llama2 + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + sha256: 40f6ea23be008f4bba3b3832b238843d1485939d11f9fc8a749846f81195ae26 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + overrides: + parameters: + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + files: + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + sha256: 2bb8a1bdc449789c9c2841d34921f4c7b25583ae2103890b56c008943f3c43b3 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + tags: + - license:other + overrides: + parameters: + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + files: + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + sha256: d01f1ff968de0a477ad539e60e321bd043658732306c09498bc28357f7916f30 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + tags: + - license:other + overrides: + parameters: + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin + files: + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin + sha256: 9071509de6763a29fe7b4cdddd2cbff360e4804e3c5e529f5146c8e351b85fad + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + tags: + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q5_1.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q5_1.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q5_K_M.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q5_K_M.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q5_K_S.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q5_K_S.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q6_K.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q6_K.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-chat-ggml__vigogne-2-7b-chat.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - text-generation-inference + - license:other + - region:us + overrides: + parameters: + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + files: + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + sha256: "" + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin + license: other + urls: + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + tags: + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-chat.ggmlv3.q8_0.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin files: - - filename: vigogne-2-7b-chat.ggmlv3.q8_0.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Chat-GGML/resolve/main/vigogne-2-7b-chat.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q2_K.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q2_K.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 - - has_space - - text-generation-inference + - license:other - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin + model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin + - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q2_k.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_l.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q4_0.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q4_0.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q4_1.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q4_1.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q5_0.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q5_0.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q5_1.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q5_1.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_k_s.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q6_K.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q6_K.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-2-7b-instruct-ggml__vigogne-2-7b-instruct.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_k_m.bin + license: other urls: - - https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: - - transformers - - llama - - LLM - - llama-2 - - text-generation - - fr - - license:llama2 + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - license:other - has_space - - text-generation-inference - region:us overrides: parameters: - model: vigogne-2-7b-instruct.ggmlv3.q8_0.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin files: - - filename: vigogne-2-7b-instruct.ggmlv3.q8_0.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-2-7B-Instruct-GGML/resolve/main/vigogne-2-7b-instruct.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q2_K.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin files: - - filename: Vigogne-Instruct-13B.ggmlv3.q2_K.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin files: - - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML tags: + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - has_space - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin + model: wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin files: - - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin + - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin + model: wizardlm-7b-v1.0-uncensored.Q2_K.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q4_0.bin + model: wizardlm-7b-v1.0-uncensored.Q3_K_L.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q4_0.bin + - filename: wizardlm-7b-v1.0-uncensored.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q4_1.bin + model: wizardlm-7b-v1.0-uncensored.Q3_K_M.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q4_1.bin + - filename: wizardlm-7b-v1.0-uncensored.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin + model: wizardlm-7b-v1.0-uncensored.Q3_K_S.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin + - filename: wizardlm-7b-v1.0-uncensored.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin + model: wizardlm-7b-v1.0-uncensored.Q4_0.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q5_0.bin + model: wizardlm-7b-v1.0-uncensored.Q4_K_M.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q5_0.bin + - filename: wizardlm-7b-v1.0-uncensored.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q5_1.bin + model: wizardlm-7b-v1.0-uncensored.Q4_K_S.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q5_1.bin + - filename: wizardlm-7b-v1.0-uncensored.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin + model: wizardlm-7b-v1.0-uncensored.Q5_0.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin + - filename: wizardlm-7b-v1.0-uncensored.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin + model: wizardlm-7b-v1.0-uncensored.Q5_K_M.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin + - filename: wizardlm-7b-v1.0-uncensored.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q6_K.bin + model: wizardlm-7b-v1.0-uncensored.Q5_K_S.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q6_K.bin + - filename: wizardlm-7b-v1.0-uncensored.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/base.yaml - name: thebloke__vigogne-instruct-13b-ggml__vigogne-instruct-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: + - transformers + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other + - text-generation-inference - region:us overrides: parameters: - model: Vigogne-Instruct-13B.ggmlv3.q8_0.bin + model: wizardlm-7b-v1.0-uncensored.Q6_K.gguf files: - - filename: Vigogne-Instruct-13B.ggmlv3.q8_0.bin + - filename: wizardlm-7b-v1.0-uncensored.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Vigogne-Instruct-13B-GGML/resolve/main/Vigogne-Instruct-13B.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q6_K.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q4_0.bin + name: thebloke__wizardlm-7b-v1.0-uncensored-gguf__wizardlm-7b-v1.0-uncensored.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/wizard-mega-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF tags: - transformers - - text-generation - - en - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered + - llama + - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - license:other - - endpoints_compatible - - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-mega-13B.ggmlv3.q4_0.bin + model: wizardlm-7b-v1.0-uncensored.Q8_0.gguf files: - - filename: wizard-mega-13B.ggmlv3.q4_0.bin + - filename: wizardlm-7b-v1.0-uncensored.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGUF/resolve/main/wizardlm-7b-v1.0-uncensored.Q8_0.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q4_1.bin + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-mega-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon - transformers - - text-generation - - en - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - - endpoints_compatible - - has_space - - region:us overrides: parameters: - model: wizard-mega-13B.ggmlv3.q4_1.bin + model: wizard-falcon40b.ggmlv3.q2_K.bin files: - - filename: wizard-mega-13B.ggmlv3.q4_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q4_1.bin + - filename: wizard-falcon40b.ggmlv3.q2_K.bin + sha256: 4dd279951cb4519e4e3af73b9dea03d9cb5efc1bd69561333b80b39c737c9d0c + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q5_0.bin + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-mega-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon - transformers - - text-generation - - en - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - - endpoints_compatible - - has_space - - region:us overrides: parameters: - model: wizard-mega-13B.ggmlv3.q5_0.bin + model: wizard-falcon40b.ggmlv3.q3_K_S.bin files: - - filename: wizard-mega-13B.ggmlv3.q5_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q5_0.bin + - filename: wizard-falcon40b.ggmlv3.q3_K_S.bin + sha256: 208da603d43cf477acb54f0484efb8a2b471d88a3f64620f6eb86e565fb7df6d + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q5_1.bin + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-mega-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon - transformers - - text-generation - - en - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - - endpoints_compatible - - has_space - - region:us overrides: parameters: - model: wizard-mega-13B.ggmlv3.q5_1.bin + model: wizard-falcon40b.ggmlv3.q4_K_S.bin files: - - filename: wizard-mega-13B.ggmlv3.q5_1.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q5_1.bin + - filename: wizard-falcon40b.ggmlv3.q4_K_S.bin + sha256: 0b606070d5c66d73b5e925459ecfeee58c255170ed10e046407e1afcd07d52ed + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizard-mega-13b-ggml__wizard-mega-13b.ggmlv3.q8_0.bin + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-mega-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon - transformers - - text-generation - - en - - dataset:anon8231489123/ShareGPT_Vicuna_unfiltered - - dataset:ehartford/wizard_vicuna_70k_unfiltered - - dataset:ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered - license:other - - endpoints_compatible - - has_space - - region:us overrides: parameters: - model: wizard-mega-13B.ggmlv3.q8_0.bin + model: wizard-falcon40b.ggmlv3.q5_K_S.bin files: - - filename: wizard-mega-13B.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-mega-13B-GGML/resolve/main/wizard-mega-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q2_k.bin + - filename: wizard-falcon40b.ggmlv3.q5_K_S.bin + sha256: 243875860c102ecbd0ffdbf55d1be7012a27d5bbda2d3b1393f338df1634bd98 + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon + - transformers - license:other - - has_space - - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q2_K.bin + model: wizard-falcon40b.ggmlv3.q6_K.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_l.bin + - filename: wizard-falcon40b.ggmlv3.q6_K.bin + sha256: 9513a03f3b906950402a9a135a4ce4e37a99f2f2acfa3e4fc8f884943bf3ab7a + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - falcon + - transformers - license:other - - has_space - - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q3_K_L.bin + model: wizard-falcon40b.ggmlv3.q8_0.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_m.bin + - filename: wizard-falcon40b.ggmlv3.q8_0.bin + sha256: 98082dedfe0a7a881299a676e632d0b3fe5c26b3f97eb252279b88139e25b32e + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q3_K_M.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q3_K_M.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q3_K_S.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q3_K_S.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q4_0.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q4_0.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q4_1.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q4_1.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q4_K_M.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q4_K_M.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q4_K_S.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q4_K_S.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q5_0.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q5_0.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q5_1.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q5_1.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q5_K_M.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q5_K_M.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML tags: + - transformers + - falcon - license:other - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q5_K_S.bin + model: wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q5_K_S.bin + - filename: wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.fp16.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other - - has_space + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q6_K.bin + model: wizard-falcon-7b.ggmlv3.fp16.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q6_K.bin + - filename: wizard-falcon-7b.ggmlv3.fp16.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-ggml__wizard-vicuna-13b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.fp16.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - falcon + - transformers - license:other - - has_space - - region:us overrides: parameters: - model: wizard-vicuna-13B.ggmlv3.q8_0.bin + model: wizard-falcon-7b.ggmlv3.q4_0.bin files: - - filename: wizard-vicuna-13B.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/resolve/main/wizard-vicuna-13B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q2_k.bin + - filename: wizard-falcon-7b.ggmlv3.q4_0.bin + sha256: aec0b0f0f0aea1a082d48623781240c69fed9a4a95d23ada54817e274cdc59a7 + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - falcon + - transformers - license:other - - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin + model: wizard-falcon-7b.ggmlv3.q4_1.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_l.bin + - filename: wizard-falcon-7b.ggmlv3.q4_1.bin + sha256: 153ef5cc58e0a0bd4e2a3c88c087beb456986d9fbcaba76d4a696f116c213b18 + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - falcon + - transformers - license:other - - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin + model: wizard-falcon-7b.ggmlv3.q5_0.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_m.bin + - filename: wizard-falcon-7b.ggmlv3.q5_0.bin + sha256: 5f78479e572a509c5a0703f4731f483035f6b47f54ebe8e46aef06d870235d1e + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - falcon + - transformers - license:other - - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin + model: wizard-falcon-7b.ggmlv3.q5_1.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q3_k_s.bin + - filename: wizard-falcon-7b.ggmlv3.q5_1.bin + sha256: 0ec1bfe76905ad592aefab73d803b8b9632fe15fc5843c1671ae2b8be3c245fd + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - falcon + - transformers - license:other - - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin + model: wizard-falcon-7b.ggmlv3.q8_0.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q4_k_m.bin + - filename: wizard-falcon-7b.ggmlv3.q8_0.bin + sha256: 0fa6fcefa92c16679257d3070ac469a3a4051dbb1c704f1ae121026c0e4e571d + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin + model: wizardlm-7b-uncensored.ggccv1.q4_0.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin + - filename: wizardlm-7b-uncensored.ggccv1.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin + model: wizardlm-7b-uncensored.ggccv1.q4_1.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin + - filename: wizardlm-7b-uncensored.ggccv1.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin + model: wizardlm-7b-uncensored.ggccv1.q5_0.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin + - filename: wizardlm-7b-uncensored.ggccv1.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin + model: wizardlm-7b-uncensored.ggccv1.q5_1.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin + - filename: wizardlm-7b-uncensored.ggccv1.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-superhot-8k-ggml__wizard-vicuna-13b-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML tags: + - transformers + - falcon - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin + model: wizardlm-7b-uncensored.ggccv1.q8_0.bin files: - - filename: wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin + - filename: wizardlm-7b-uncensored.ggccv1.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/wizard-vicuna-13B-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q2_k.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_l.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_k_m.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_k_s.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q6_k.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-ggml__wizard-vicuna-13b-uncensored.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML tags: - license:other - - has_space - region:us overrides: parameters: - model: Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin files: - - filename: Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML/resolve/main/Wizard-Vicuna-13B-Uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q2_K.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_L.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_M.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_S.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_0.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_M.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_S.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_0.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-13b-uncensored-superhot-8k-ggml__wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_M.gguf files: - - filename: wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-13b-uncensored-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_S.gguf files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q6_K.gguf files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-gguf__wizardlm-uncensored-supercot-storytelling.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF tags: + - transformers + - llama - license:other + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin + model: WizardLM-Uncensored-SuperCOT-Storytelling.Q8_0.gguf files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-Storytelling.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGUF/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q4_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin + model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q4_1.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin + model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin + - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q5_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin + model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin + - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q5_1.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin + model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin + - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q8_0.bin license: other urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML tags: - license:other - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin + model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin + - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin + model: wizardmath-13b-v1.0.ggmlv3.q2_K.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin + model: wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin + model: wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin + model: wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin + model: wizardmath-13b-v1.0.ggmlv3.q4_0.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-30b-uncensored-ggml__wizard-vicuna-30b-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin + model: wizardmath-13b-v1.0.ggmlv3.q4_1.bin files: - - filename: Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GGML/resolve/main/Wizard-Vicuna-30B-Uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin + model: wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin + model: wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin + model: wizardmath-13b-v1.0.ggmlv3.q5_0.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin + model: wizardmath-13b-v1.0.ggmlv3.q5_1.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin + model: wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin + model: wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin + model: wizardmath-13b-v1.0.ggmlv3.q6_K.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin + model: wizardmath-13b-v1.0.ggmlv3.q8_0.bin files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin + - filename: wizardmath-13b-v1.0.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin + model: wizardmath-13b-v1.0.Q2_K.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin + - filename: wizardmath-13b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q2_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin + model: wizardmath-13b-v1.0.Q3_K_L.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin + - filename: wizardmath-13b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin + model: wizardmath-13b-v1.0.Q3_K_M.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin + - filename: wizardmath-13b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin + model: wizardmath-13b-v1.0.Q3_K_S.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin + - filename: wizardmath-13b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin + model: wizardmath-13b-v1.0.Q4_0.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin + - filename: wizardmath-13b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-ggml__wizard-vicuna-7b-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q4_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin + model: wizardmath-13b-v1.0.Q4_K_M.gguf files: - - filename: Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin + - filename: wizardmath-13b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/resolve/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin + model: wizardmath-13b-v1.0.Q4_K_S.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin + - filename: wizardmath-13b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin + model: wizardmath-13b-v1.0.Q5_0.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin + - filename: wizardmath-13b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q5_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin + model: wizardmath-13b-v1.0.Q5_K_M.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin + - filename: wizardmath-13b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin + model: wizardmath-13b-v1.0.Q5_K_S.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin + - filename: wizardmath-13b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin + model: wizardmath-13b-v1.0.Q6_K.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin + - filename: wizardmath-13b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q6_K.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-13b-v1.0-gguf__wizardmath-13b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin + model: wizardmath-13b-v1.0.Q8_0.gguf files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin + - filename: wizardmath-13b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGUF/resolve/main/wizardmath-13b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin + model: wizardmath-70b-v1.0.ggmlv3.q2_K.bin files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin + model: wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/vicuna.yaml - name: thebloke__wizard-vicuna-7b-uncensored-superhot-8k-ggml__wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/wizard.yaml + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - - license:other + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin + model: wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin files: - - filename: wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-SuperHOT-8K-GGML/resolve/main/wizard-vicuna-7b-uncensored-superhot-8k.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q4_0.bin - license: bigcode-openrail-m + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - - starcoder - - license:bigcode-openrail-m - - has_space + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardCoder-15B-1.0.ggmlv3.q4_0.bin + model: wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin files: - - filename: WizardCoder-15B-1.0.ggmlv3.q4_0.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q4_1.bin - license: bigcode-openrail-m + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - - starcoder - - license:bigcode-openrail-m - - has_space + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardCoder-15B-1.0.ggmlv3.q4_1.bin + model: wizardmath-70b-v1.0.ggmlv3.q4_0.bin files: - - filename: WizardCoder-15B-1.0.ggmlv3.q4_1.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q5_0.bin - license: bigcode-openrail-m + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - - starcoder - - license:bigcode-openrail-m - - has_space + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardCoder-15B-1.0.ggmlv3.q5_0.bin + model: wizardmath-70b-v1.0.ggmlv3.q4_1.bin files: - - filename: WizardCoder-15B-1.0.ggmlv3.q5_0.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q5_1.bin - license: bigcode-openrail-m + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - - starcoder - - license:bigcode-openrail-m - - has_space + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardCoder-15B-1.0.ggmlv3.q5_1.bin + model: wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin files: - - filename: WizardCoder-15B-1.0.ggmlv3.q5_1.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-15b-1.0-ggml__wizardcoder-15b-1.0.ggmlv3.q8_0.bin - license: bigcode-openrail-m + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - - starcoder - - license:bigcode-openrail-m - - has_space + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardCoder-15B-1.0.ggmlv3.q8_0.bin + model: wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin files: - - filename: WizardCoder-15B-1.0.ggmlv3.q8_0.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML/resolve/main/WizardCoder-15B-1.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q2_k.bin + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin + model: wizardmath-70b-v1.0.ggmlv3.q5_0.bin files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_l.bin + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin + model: wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_m.bin + name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin + model: wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin + - filename: wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q3_k_s.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin + model: wizardmath-70b-v1.0.Q2_K.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin + - filename: wizardmath-70b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_0.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin + model: wizardmath-70b-v1.0.Q3_K_L.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin + - filename: wizardmath-70b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_1.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin + model: wizardmath-70b-v1.0.Q3_K_M.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin + - filename: wizardmath-70b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_k_m.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin + model: wizardmath-70b-v1.0.Q3_K_S.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin + - filename: wizardmath-70b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q4_k_s.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q4_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin + model: wizardmath-70b-v1.0.Q4_0.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin + - filename: wizardmath-70b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_0.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q4_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin + model: wizardmath-70b-v1.0.Q4_K_M.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin + - filename: wizardmath-70b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_1.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q4_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin + model: wizardmath-70b-v1.0.Q4_K_S.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin + - filename: wizardmath-70b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_k_m.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q5_0.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin + model: wizardmath-70b-v1.0.Q5_0.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin + - filename: wizardmath-70b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q5_k_s.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q5_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin + model: wizardmath-70b-v1.0.Q5_K_M.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin + - filename: wizardmath-70b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q6_k.bin + name: thebloke__wizardmath-70b-v1.0-gguf__wizardmath-70b-v1.0.q5_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin + model: wizardmath-70b-v1.0.Q5_K_S.gguf files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin + - filename: wizardmath-70b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGUF/resolve/main/wizardmath-70b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardcoder-python-13b-v1.0-ggml__wizardcoder-python-13b-v1.0.ggmlv3.q8_0.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - code - arxiv:2304.12244 - arxiv:2306.08568 - arxiv:2308.09583 - - arxiv:2303.08774 - license:llama2 - - model-index - text-generation-inference - region:us overrides: parameters: - model: wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin + model: wizardmath-7b-v1.0.ggmlv3.q2_K.bin files: - - filename: wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardCoder-Python-13B-V1.0-GGML/resolve/main/wizardcoder-python-13b-v1.0.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_k.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin + model: wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_l.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin + model: wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_m.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin + model: wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_k_s.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin + model: wizardmath-7b-v1.0.ggmlv3.q4_0.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin + model: wizardmath-7b-v1.0.ggmlv3.q4_1.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin + model: wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_k_m.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin + model: wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_k_s.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin + model: wizardmath-7b-v1.0.ggmlv3.q5_0.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin + model: wizardmath-7b-v1.0.ggmlv3.q5_1.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin + model: wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_k_m.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin + model: wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_k_s.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin + model: wizardmath-7b-v1.0.ggmlv3.q6_K.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_k.bin + name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin + model: wizardmath-7b-v1.0.ggmlv3.q8_0.bin files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin + - filename: wizardmath-7b-v1.0.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-1.0-uncensored-llama2-13b-ggml__wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - transformers - llama - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 - license:llama2 - - has_space - text-generation-inference - region:us overrides: parameters: - model: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin - files: - - filename: wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin - sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGML/resolve/main/wizardlm-1.0-uncensored-llama2-13b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q2_k.bin - license: other - urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML - tags: - - license:other - - has_space - - region:us - overrides: - parameters: - model: WizardLM-13B-1.0.ggmlv3.q2_K.bin + model: wizardmath-7b-v1.0.Q2_K.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q2_K.bin + - filename: wizardmath-7b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_l.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q3_K_L.bin + model: wizardmath-7b-v1.0.Q3_K_L.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q3_K_L.bin + - filename: wizardmath-7b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_m.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q3_K_M.bin + model: wizardmath-7b-v1.0.Q3_K_M.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q3_K_M.bin + - filename: wizardmath-7b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q3_k_s.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q3_K_S.bin + model: wizardmath-7b-v1.0.Q3_K_S.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q3_K_S.bin + - filename: wizardmath-7b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_0.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q4_0.bin + model: wizardmath-7b-v1.0.Q4_0.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q4_0.bin + - filename: wizardmath-7b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_1.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q4_1.bin + model: wizardmath-7b-v1.0.Q4_K_M.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q4_1.bin + - filename: wizardmath-7b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_k_m.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q4_K_M.bin + model: wizardmath-7b-v1.0.Q4_K_S.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q4_K_M.bin + - filename: wizardmath-7b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q4_k_s.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q4_K_S.bin + model: wizardmath-7b-v1.0.Q5_0.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q4_K_S.bin + - filename: wizardmath-7b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_0.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q5_0.bin + model: wizardmath-7b-v1.0.Q5_K_M.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q5_0.bin + - filename: wizardmath-7b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_1.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q5_1.bin + model: wizardmath-7b-v1.0.Q5_K_S.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q5_1.bin + - filename: wizardmath-7b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_k_m.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q5_K_M.bin + model: wizardmath-7b-v1.0.Q6_K.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q5_K_M.bin + - filename: wizardmath-7b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q5_k_s.bin - license: other + name: thebloke__wizardmath-7b-v1.0-gguf__wizardmath-7b-v1.0.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF tags: - - license:other - - has_space + - transformers + - llama + - arxiv:2304.12244 + - arxiv:2306.08568 + - arxiv:2308.09583 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q5_K_S.bin + model: wizardmath-7b-v1.0.Q8_0.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q5_K_S.bin + - filename: wizardmath-7b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGUF/resolve/main/wizardmath-7b-v1.0.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q6_K.bin + model: xwin-lm-13b-v0.1.Q2_K.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q6_K.bin + - filename: xwin-lm-13b-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-1.0-ggml__wizardlm-13b-1.0.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-13B-1.0.ggmlv3.q8_0.bin + model: xwin-lm-13b-v0.1.Q3_K_L.gguf files: - - filename: WizardLM-13B-1.0.ggmlv3.q8_0.bin + - filename: xwin-lm-13b-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-13B-1.0-GGML/resolve/main/WizardLM-13B-1.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q2_K.bin + model: xwin-lm-13b-v0.1.Q3_K_M.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q2_K.bin + - filename: xwin-lm-13b-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin + model: xwin-lm-13b-v0.1.Q3_K_S.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin + - filename: xwin-lm-13b-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin + model: xwin-lm-13b-v0.1.Q4_0.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin + - filename: xwin-lm-13b-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin + model: xwin-lm-13b-v0.1.Q4_K_M.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin + - filename: xwin-lm-13b-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q4_0.bin + model: xwin-lm-13b-v0.1.Q4_K_S.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q4_0.bin + - filename: xwin-lm-13b-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q4_1.bin + model: xwin-lm-13b-v0.1.Q5_0.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q4_1.bin + - filename: xwin-lm-13b-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin + model: xwin-lm-13b-v0.1.Q5_K_M.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin + - filename: xwin-lm-13b-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin + model: xwin-lm-13b-v0.1.Q5_K_S.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin + - filename: xwin-lm-13b-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q5_0.bin + model: xwin-lm-13b-v0.1.Q6_K.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q5_0.bin + - filename: xwin-lm-13b-v0.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.1-gguf__xwin-lm-13b-v0.1.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q5_1.bin + model: xwin-lm-13b-v0.1.Q8_0.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q5_1.bin + - filename: xwin-lm-13b-v0.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-V0.1-GGUF/resolve/main/xwin-lm-13b-v0.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin + model: xwin-lm-13b-v0.2.Q2_K.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin + - filename: xwin-lm-13b-v0.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin + model: xwin-lm-13b-v0.2.Q3_K_L.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin + - filename: xwin-lm-13b-v0.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q6_K.bin + model: xwin-lm-13b-v0.2.Q3_K_M.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q6_K.bin + - filename: xwin-lm-13b-v0.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-uncensored-ggml__wizardlm-13b-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-13B-Uncensored.ggmlv3.q8_0.bin + model: xwin-lm-13b-v0.2.Q3_K_S.gguf files: - - filename: wizardLM-13B-Uncensored.ggmlv3.q8_0.bin + - filename: xwin-lm-13b-v0.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin + model: xwin-lm-13b-v0.2.Q4_0.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin + - filename: xwin-lm-13b-v0.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + model: xwin-lm-13b-v0.2.Q4_K_M.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + - filename: xwin-lm-13b-v0.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + model: xwin-lm-13b-v0.2.Q4_K_S.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + - filename: xwin-lm-13b-v0.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + model: xwin-lm-13b-v0.2.Q5_0.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + - filename: xwin-lm-13b-v0.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + model: xwin-lm-13b-v0.2.Q5_K_M.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + - filename: xwin-lm-13b-v0.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + model: xwin-lm-13b-v0.2.Q5_K_S.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + - filename: xwin-lm-13b-v0.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + model: xwin-lm-13b-v0.2.Q6_K.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + - filename: xwin-lm-13b-v0.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-13b-v0.2-gguf__xwin-lm-13b-v0.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + model: xwin-lm-13b-v0.2.Q8_0.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + - filename: xwin-lm-13b-v0.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-0-uncensored-superhot-8k-ggml__wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-13B-v0.2-GGUF/resolve/main/xwin-lm-13b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin + model: xwin-lm-70b-v0.1.Q2_K.gguf files: - - filename: wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin + - filename: xwin-lm-70b-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.0-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + model: xwin-lm-70b-v0.1.Q3_K_L.gguf files: - - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin + - filename: xwin-lm-70b-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin + model: xwin-lm-70b-v0.1.Q3_K_M.gguf files: - - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin + - filename: xwin-lm-70b-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin + model: xwin-lm-70b-v0.1.Q3_K_S.gguf files: - - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin + - filename: xwin-lm-70b-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin + model: xwin-lm-70b-v0.1.Q4_0.gguf files: - - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin + - filename: xwin-lm-70b-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1-1-superhot-8k-ggml__wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin + model: xwin-lm-70b-v0.1.Q4_K_M.gguf files: - - filename: wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin + - filename: xwin-lm-70b-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1-1-SuperHOT-8K-GGML/resolve/main/wizardlm-13b-v1.1-superhot-8k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin + model: xwin-lm-70b-v0.1.Q4_K_S.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin + - filename: xwin-lm-70b-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin + model: xwin-lm-70b-v0.1.Q5_0.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin + - filename: xwin-lm-70b-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin + model: xwin-lm-70b-v0.1.Q5_K_M.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin + - filename: xwin-lm-70b-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-70b-v0.1-gguf__xwin-lm-70b-v0.1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin + model: xwin-lm-70b-v0.1.Q5_K_S.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin + - filename: xwin-lm-70b-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-70B-V0.1-GGUF/resolve/main/xwin-lm-70b-v0.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin + model: xwin-lm-7b-v0.1.Q2_K.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin + - filename: xwin-lm-7b-v0.1.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin - license: other - urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML - tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q3_k_l.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF + tags: + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin + model: xwin-lm-7b-v0.1.Q3_K_L.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin + - filename: xwin-lm-7b-v0.1.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin + model: xwin-lm-7b-v0.1.Q3_K_M.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin + - filename: xwin-lm-7b-v0.1.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin + model: xwin-lm-7b-v0.1.Q3_K_S.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin + - filename: xwin-lm-7b-v0.1.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin + model: xwin-lm-7b-v0.1.Q4_0.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin + - filename: xwin-lm-7b-v0.1.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin + model: xwin-lm-7b-v0.1.Q4_K_M.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin + - filename: xwin-lm-7b-v0.1.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin + model: xwin-lm-7b-v0.1.Q4_K_S.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin + - filename: xwin-lm-7b-v0.1.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin + model: xwin-lm-7b-v0.1.Q5_0.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin + - filename: xwin-lm-7b-v0.1.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin + model: xwin-lm-7b-v0.1.Q5_K_M.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin + - filename: xwin-lm-7b-v0.1.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.0-uncensored-ggml__wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin + model: xwin-lm-7b-v0.1.Q5_K_S.gguf files: - - filename: wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin + - filename: xwin-lm-7b-v0.1.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.0-Uncensored-GGML/resolve/main/wizardlm-13b-v1.0-uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q2_K.bin + model: xwin-lm-7b-v0.1.Q6_K.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q2_K.bin + - filename: xwin-lm-7b-v0.1.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.1-gguf__xwin-lm-7b-v0.1.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin + model: xwin-lm-7b-v0.1.Q8_0.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin + - filename: xwin-lm-7b-v0.1.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.1-GGUF/resolve/main/xwin-lm-7b-v0.1.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin + model: xwin-lm-7b-v0.2.Q2_K.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin + - filename: xwin-lm-7b-v0.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin + model: xwin-lm-7b-v0.2.Q3_K_L.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin + - filename: xwin-lm-7b-v0.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q4_0.bin + model: xwin-lm-7b-v0.2.Q3_K_M.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q4_0.bin + - filename: xwin-lm-7b-v0.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q4_1.bin + model: xwin-lm-7b-v0.2.Q3_K_S.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q4_1.bin + - filename: xwin-lm-7b-v0.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin + model: xwin-lm-7b-v0.2.Q4_0.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin + - filename: xwin-lm-7b-v0.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin + model: xwin-lm-7b-v0.2.Q4_K_M.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin + - filename: xwin-lm-7b-v0.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q5_0.bin + model: xwin-lm-7b-v0.2.Q4_K_S.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q5_0.bin + - filename: xwin-lm-7b-v0.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q5_1.bin + model: xwin-lm-7b-v0.2.Q5_0.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q5_1.bin + - filename: xwin-lm-7b-v0.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin + model: xwin-lm-7b-v0.2.Q5_K_M.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin + - filename: xwin-lm-7b-v0.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin + model: xwin-lm-7b-v0.2.Q5_K_S.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin + - filename: xwin-lm-7b-v0.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q6_K.bin + model: xwin-lm-7b-v0.2.Q6_K.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q6_K.bin + - filename: xwin-lm-7b-v0.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.1-ggml__wizardlm-13b-v1.1.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-lm-7b-v0.2-gguf__xwin-lm-7b-v0.2.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML + - https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF tags: - - arxiv:2304.12244 - - license:other + - transformers + - llama + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.1.ggmlv3.q8_0.bin + model: xwin-lm-7b-v0.2.Q8_0.gguf files: - - filename: wizardlm-13b-v1.1.ggmlv3.q8_0.bin + - filename: xwin-lm-7b-v0.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML/resolve/main/wizardlm-13b-v1.1.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-LM-7B-V0.2-GGUF/resolve/main/xwin-lm-7b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q2_K.bin + model: xwin-mlewd-13b-v0.2.Q2_K.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q2_K.bin + - filename: xwin-mlewd-13b-v0.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin + model: xwin-mlewd-13b-v0.2.Q3_K_L.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin + - filename: xwin-mlewd-13b-v0.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin + model: xwin-mlewd-13b-v0.2.Q3_K_M.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin + - filename: xwin-mlewd-13b-v0.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin + model: xwin-mlewd-13b-v0.2.Q3_K_S.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin + - filename: xwin-mlewd-13b-v0.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q4_0.bin + model: xwin-mlewd-13b-v0.2.Q4_0.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q4_0.bin + - filename: xwin-mlewd-13b-v0.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q4_1.bin + model: xwin-mlewd-13b-v0.2.Q4_K_M.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q4_1.bin + - filename: xwin-mlewd-13b-v0.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin + model: xwin-mlewd-13b-v0.2.Q4_K_S.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin + - filename: xwin-mlewd-13b-v0.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin + model: xwin-mlewd-13b-v0.2.Q5_0.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin + - filename: xwin-mlewd-13b-v0.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q5_0.bin + model: xwin-mlewd-13b-v0.2.Q5_K_M.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q5_0.bin + - filename: xwin-mlewd-13b-v0.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q5_1.bin + model: xwin-mlewd-13b-v0.2.Q5_K_S.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q5_1.bin + - filename: xwin-mlewd-13b-v0.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin + model: xwin-mlewd-13b-v0.2.Q6_K.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin + - filename: xwin-mlewd-13b-v0.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-13b-v0.2-gguf__xwin-mlewd-13b-v0.2.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin + model: xwin-mlewd-13b-v0.2.Q8_0.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin + - filename: xwin-mlewd-13b-v0.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q6_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-13B-v0.2-GGUF/resolve/main/xwin-mlewd-13b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q6_K.bin + model: xwin-mlewd-7b-v0.2.Q2_K.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q6_K.bin + - filename: xwin-mlewd-7b-v0.2.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-13b-v1.2-ggml__wizardlm-13b-v1.2.ggmlv3.q8_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-13b-v1.2.ggmlv3.q8_0.bin + model: xwin-mlewd-7b-v0.2.Q3_K_L.gguf files: - - filename: wizardlm-13b-v1.2.ggmlv3.q8_0.bin + - filename: xwin-mlewd-7b-v0.2.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGML/resolve/main/wizardlm-13b-v1.2.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q2_K.bin + model: xwin-mlewd-7b-v0.2.Q3_K_M.gguf files: - - filename: wizardlm-30b.ggmlv3.q2_K.bin + - filename: xwin-mlewd-7b-v0.2.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q3_K_L.bin + model: xwin-mlewd-7b-v0.2.Q3_K_S.gguf files: - - filename: wizardlm-30b.ggmlv3.q3_K_L.bin + - filename: xwin-mlewd-7b-v0.2.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q3_K_M.bin + model: xwin-mlewd-7b-v0.2.Q4_0.gguf files: - - filename: wizardlm-30b.ggmlv3.q3_K_M.bin + - filename: xwin-mlewd-7b-v0.2.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q3_K_S.bin + model: xwin-mlewd-7b-v0.2.Q4_K_M.gguf files: - - filename: wizardlm-30b.ggmlv3.q3_K_S.bin + - filename: xwin-mlewd-7b-v0.2.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q4_0.bin + model: xwin-mlewd-7b-v0.2.Q4_K_S.gguf files: - - filename: wizardlm-30b.ggmlv3.q4_0.bin + - filename: xwin-mlewd-7b-v0.2.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q4_1.bin + model: xwin-mlewd-7b-v0.2.Q5_0.gguf files: - - filename: wizardlm-30b.ggmlv3.q4_1.bin + - filename: xwin-mlewd-7b-v0.2.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q4_K_M.bin + model: xwin-mlewd-7b-v0.2.Q5_K_M.gguf files: - - filename: wizardlm-30b.ggmlv3.q4_K_M.bin + - filename: xwin-mlewd-7b-v0.2.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q4_K_S.bin + model: xwin-mlewd-7b-v0.2.Q5_K_S.gguf files: - - filename: wizardlm-30b.ggmlv3.q4_K_S.bin + - filename: xwin-mlewd-7b-v0.2.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q5_0.bin + model: xwin-mlewd-7b-v0.2.Q6_K.gguf files: - - filename: wizardlm-30b.ggmlv3.q5_0.bin + - filename: xwin-mlewd-7b-v0.2.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__xwin-mlewd-7b-v0.2-gguf__xwin-mlewd-7b-v0.2.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF tags: - - license:other + - transformers + - llama + - not-for-all-audiences + - nsfw + - license:cc-by-nc-4.0 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q5_1.bin + model: xwin-mlewd-7b-v0.2.Q8_0.gguf files: - - filename: wizardlm-30b.ggmlv3.q5_1.bin + - filename: xwin-mlewd-7b-v0.2.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Xwin-MLewd-7B-V0.2-GGUF/resolve/main/xwin-mlewd-7b-v0.2.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q5_K_M.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin files: - - filename: wizardlm-30b.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q5_K_S.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin files: - - filename: wizardlm-30b.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q6_K.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin files: - - filename: wizardlm-30b.ggmlv3.q6_K.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-ggml__wizardlm-30b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b.ggmlv3.q8_0.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin files: - - filename: wizardlm-30b.ggmlv3.q8_0.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-GGML/resolve/main/wizardlm-30b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q2_K.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q2_K.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-30B-Uncensored.ggmlv3.q4_0.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin files: - - filename: WizardLM-30B-Uncensored.ggmlv3.q4_0.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-30B-Uncensored.ggmlv3.q4_1.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin files: - - filename: WizardLM-30B-Uncensored.ggmlv3.q4_1.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin files: - - filename: wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-30B-Uncensored.ggmlv3.q5_0.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin files: - - filename: WizardLM-30B-Uncensored.ggmlv3.q5_0.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-30B-Uncensored.ggmlv3.q5_1.bin + model: yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin files: - - filename: WizardLM-30B-Uncensored.ggmlv3.q5_1.bin + - filename: yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q2_k.gguf + license: llama2 + urls: + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF + tags: + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us + overrides: + parameters: + model: yarn-llama-2-13b-128k.Q2_K.gguf + files: + - filename: yarn-llama-2-13b-128k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin + model: yarn-llama-2-13b-128k.Q3_K_L.gguf files: - - filename: wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-13b-128k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin + model: yarn-llama-2-13b-128k.Q3_K_M.gguf files: - - filename: wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-13b-128k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-30b-uncensored.ggmlv3.q6_K.bin + model: yarn-llama-2-13b-128k.Q3_K_S.gguf files: - - filename: wizardlm-30b-uncensored.ggmlv3.q6_K.bin + - filename: yarn-llama-2-13b-128k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/wizardlm-30b-uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-30b-uncensored-ggml__wizardlm-30b-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-30B-Uncensored.ggmlv3.q8_0.bin + model: yarn-llama-2-13b-128k.Q4_0.gguf files: - - filename: WizardLM-30B-Uncensored.ggmlv3.q8_0.bin + - filename: yarn-llama-2-13b-128k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-30B-Uncensored-GGML/resolve/main/WizardLM-30B-Uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin + model: yarn-llama-2-13b-128k.Q4_K_M.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin + - filename: yarn-llama-2-13b-128k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin + model: yarn-llama-2-13b-128k.Q4_K_S.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-13b-128k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin + model: yarn-llama-2-13b-128k.Q5_0.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-13b-128k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin + model: yarn-llama-2-13b-128k.Q5_K_M.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-13b-128k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin + model: yarn-llama-2-13b-128k.Q5_K_S.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin + - filename: yarn-llama-2-13b-128k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin + model: yarn-llama-2-13b-128k.Q6_K.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin + - filename: yarn-llama-2-13b-128k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-128k-gguf__yarn-llama-2-13b-128k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin + model: yarn-llama-2-13b-128k.Q8_0.gguf files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-13b-128k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGUF/resolve/main/yarn-llama-2-13b-128k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-33b-v1.0-uncensored-ggml__wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - - en - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin files: - - filename: wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-33B-V1.0-Uncensored-GGML/resolve/main/wizardlm-33b-v1.0-uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q2_K.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q2_K.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q4_0.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q4_0.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q4_1.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q4_1.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin + model: yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin files: - - filename: wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q2_k.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin + model: yarn-llama-2-13b-64k.Q2_K.gguf files: - - filename: wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-13b-64k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q3_k_l.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q5_0.bin + model: yarn-llama-2-13b-64k.Q3_K_L.gguf files: - - filename: wizardlm-70b-v1.0.ggmlv3.q5_0.bin + - filename: yarn-llama-2-13b-64k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q3_k_m.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin + model: yarn-llama-2-13b-64k.Q3_K_M.gguf files: - - filename: wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-13b-64k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-70b-v1.0-ggml__wizardlm-70b-v1.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q3_k_s.gguf license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - dataset:pg19 + - arxiv:2309.00071 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin + model: yarn-llama-2-13b-64k.Q3_K_S.gguf files: - - filename: wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-13b-64k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-70B-V1.0-GGML/resolve/main/wizardlm-70b-v1.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-7B.ggmlv3.q4_0.bin + model: yarn-llama-2-13b-64k.Q4_0.gguf files: - - filename: wizardLM-7B.ggmlv3.q4_0.bin + - filename: yarn-llama-2-13b-64k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-7B.ggmlv3.q4_1.bin + model: yarn-llama-2-13b-64k.Q4_K_M.gguf files: - - filename: wizardLM-7B.ggmlv3.q4_1.bin + - filename: yarn-llama-2-13b-64k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-7B.ggmlv3.q5_0.bin + model: yarn-llama-2-13b-64k.Q4_K_S.gguf files: - - filename: wizardLM-7B.ggmlv3.q5_0.bin + - filename: yarn-llama-2-13b-64k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-7B.ggmlv3.q5_1.bin + model: yarn-llama-2-13b-64k.Q5_0.gguf files: - - filename: wizardLM-7B.ggmlv3.q5_1.bin + - filename: yarn-llama-2-13b-64k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-ggml__wizardlm-7b.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/wizardLM-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardLM-7B.ggmlv3.q8_0.bin + model: yarn-llama-2-13b-64k.Q5_K_M.gguf files: - - filename: wizardLM-7B.ggmlv3.q8_0.bin + - filename: yarn-llama-2-13b-64k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/wizardLM-7B-GGML/resolve/main/wizardLM-7B.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q2_K.bin + model: yarn-llama-2-13b-64k.Q5_K_S.gguf files: - - filename: WizardLM-7B-uncensored.ggmlv3.q2_K.bin + - filename: yarn-llama-2-13b-64k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin + model: yarn-llama-2-13b-64k.Q6_K.gguf files: - - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-13b-64k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-13b-64k-gguf__yarn-llama-2-13b-64k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin + model: yarn-llama-2-13b-64k.Q8_0.gguf files: - - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-13b-64k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGUF/resolve/main/yarn-llama-2-13b-64k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q4_0.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q4_0.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q4_1.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q4_1.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q5_0.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q5_0.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q5_1.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q5_1.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q6_K.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q6_K.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-uncensored-ggml__wizardlm-7b-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-7B-uncensored.ggmlv3.q8_0.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin files: - - filename: WizardLM-7B-uncensored.ggmlv3.q8_0.bin + - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin - sha256: c0cc1cf44c49a77c1b15d16da2a45c3fa2d54c94b3a120a4b21d9191f82fa8c9 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin - license: other + - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin - sha256: f6050745ce009962fca1d2474134eedbd2cb7f080e27255fa6fe7b008a3f1374 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin - license: other + - filename: yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + model: yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin - sha256: 335ac4695d0ad28a723c26b8d5bc644e35881c202a2ff649ca883aaf33a1631b - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin - license: other + - filename: yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + model: yarn-llama-2-7b-128k.Q2_K.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin - sha256: f398eea41ac29261d5b5f91a643f6f3b89a69506988464a3ebefcfb5d436bf34 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin - license: other + - filename: yarn-llama-2-7b-128k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + model: yarn-llama-2-7b-128k.Q3_K_L.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin - sha256: 56cac7dfa1449f555723358827c1884d4c6e58bdcf6322269834a25cdd0f25ed - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin - license: other + - filename: yarn-llama-2-7b-128k.Q3_K_L.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + model: yarn-llama-2-7b-128k.Q3_K_M.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin - sha256: 40f6ea23be008f4bba3b3832b238843d1485939d11f9fc8a749846f81195ae26 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin - license: other + - filename: yarn-llama-2-7b-128k.Q3_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + model: yarn-llama-2-7b-128k.Q3_K_S.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin - sha256: 2bb8a1bdc449789c9c2841d34921f4c7b25583ae2103890b56c008943f3c43b3 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin - license: other + - filename: yarn-llama-2-7b-128k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + model: yarn-llama-2-7b-128k.Q4_0.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin - sha256: d01f1ff968de0a477ad539e60e321bd043658732306c09498bc28357f7916f30 - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_k.bin - license: other + - filename: yarn-llama-2-7b-128k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin + model: yarn-llama-2-7b-128k.Q4_K_M.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin - sha256: 9071509de6763a29fe7b4cdddd2cbff360e4804e3c5e529f5146c8e351b85fad - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_k.bin - license: other + - filename: yarn-llama-2-7b-128k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin + model: yarn-llama-2-7b-128k.Q4_K_S.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin + - filename: yarn-llama-2-7b-128k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + model: yarn-llama-2-7b-128k.Q5_0.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-7b-128k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + model: yarn-llama-2-7b-128k.Q5_K_M.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-7b-128k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + model: yarn-llama-2-7b-128k.Q5_K_S.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-7b-128k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + model: yarn-llama-2-7b-128k.Q6_K.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-7b-128k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-128k-gguf__yarn-llama-2-7b-128k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + model: yarn-llama-2-7b-128k.Q8_0.gguf files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-7b-128k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGUF/resolve/main/yarn-llama-2-7b-128k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q2_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_l.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1-0-uncensored-superhot-8k-ggml__wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - license:other + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin files: - - filename: wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1-0-Uncensored-SuperHOT-8K-GGML/resolve/main/wizardlm-7b-v1.0-superhot-8k.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_1.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q4_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_k_m.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_k_s.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q6_k.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q8_0.bin + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin + model: yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin + - filename: yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q5_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q2_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin + model: yarn-llama-2-7b-64k.Q2_K.gguf files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin + - filename: yarn-llama-2-7b-64k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q3_k_l.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin + model: yarn-llama-2-7b-64k.Q3_K_L.gguf files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin + - filename: yarn-llama-2-7b-64k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-7b-v1.0-uncensored-ggml__wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q3_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - dataset:ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split - - license:other - - has_space + - transformers + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin + model: yarn-llama-2-7b-64k.Q3_K_M.gguf files: - - filename: wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin + - filename: yarn-llama-2-7b-64k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q3_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q2_K.bin + model: yarn-llama-2-7b-64k.Q3_K_S.gguf files: - - filename: wizard-falcon40b.ggmlv3.q2_K.bin - sha256: 4dd279951cb4519e4e3af73b9dea03d9cb5efc1bd69561333b80b39c737c9d0c - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q3_k_s.bin - license: other + - filename: yarn-llama-2-7b-64k.Q3_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q4_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q3_K_S.bin + model: yarn-llama-2-7b-64k.Q4_0.gguf files: - - filename: wizard-falcon40b.ggmlv3.q3_K_S.bin - sha256: 208da603d43cf477acb54f0484efb8a2b471d88a3f64620f6eb86e565fb7df6d - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q4_k_s.bin - license: other + - filename: yarn-llama-2-7b-64k.Q4_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q4_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q4_K_S.bin + model: yarn-llama-2-7b-64k.Q4_K_M.gguf files: - - filename: wizard-falcon40b.ggmlv3.q4_K_S.bin - sha256: 0b606070d5c66d73b5e925459ecfeee58c255170ed10e046407e1afcd07d52ed - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q5_k_s.bin - license: other + - filename: yarn-llama-2-7b-64k.Q4_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q4_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q5_K_S.bin + model: yarn-llama-2-7b-64k.Q4_K_S.gguf files: - - filename: wizard-falcon40b.ggmlv3.q5_K_S.bin - sha256: 243875860c102ecbd0ffdbf55d1be7012a27d5bbda2d3b1393f338df1634bd98 - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q6_k.bin - license: other + - filename: yarn-llama-2-7b-64k.Q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q5_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q6_K.bin + model: yarn-llama-2-7b-64k.Q5_0.gguf files: - - filename: wizard-falcon40b.ggmlv3.q6_K.bin - sha256: 9513a03f3b906950402a9a135a4ce4e37a99f2f2acfa3e4fc8f884943bf3ab7a - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizard-falcon40b.ggmlv3.q8_0.bin - license: other + - filename: yarn-llama-2-7b-64k.Q5_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q5_k_m.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - - falcon - transformers - - license:other + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon40b.ggmlv3.q8_0.bin + model: yarn-llama-2-7b-64k.Q5_K_M.gguf files: - - filename: wizard-falcon40b.ggmlv3.q8_0.bin - sha256: 98082dedfe0a7a881299a676e632d0b3fe5c26b3f97eb252279b88139e25b32e - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizard-falcon40b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin - license: other + - filename: yarn-llama-2-7b-64k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q5_k_s.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - transformers - - falcon - - license:other - - has_space + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin + model: yarn-llama-2-7b-64k.Q5_K_S.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin + - filename: yarn-llama-2-7b-64k.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q2_k.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q6_k.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - transformers - - falcon - - license:other - - has_space + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin + model: yarn-llama-2-7b-64k.Q6_K.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin + - filename: yarn-llama-2-7b-64k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q3_k.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-llama-2-7b-64k-gguf__yarn-llama-2-7b-64k.q8_0.gguf + license: llama2 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF tags: - transformers - - falcon - - license:other - - has_space + - llama + - dataset:pg19 + - arxiv:2309.00071 + - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin + model: yarn-llama-2-7b-64k.Q8_0.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin + - filename: yarn-llama-2-7b-64k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGUF/resolve/main/yarn-llama-2-7b-64k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin + model: yarn-mistral-7b-128k.Q2_K.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin + - filename: yarn-mistral-7b-128k.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin + model: yarn-mistral-7b-128k.Q3_K_L.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin + - filename: yarn-mistral-7b-128k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q4_k.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin + model: yarn-mistral-7b-128k.Q3_K_M.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin + - filename: yarn-mistral-7b-128k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin + model: yarn-mistral-7b-128k.Q3_K_S.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin + - filename: yarn-mistral-7b-128k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin + model: yarn-mistral-7b-128k.Q4_0.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin + - filename: yarn-mistral-7b-128k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q5_k.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin + model: yarn-mistral-7b-128k.Q4_K_M.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin + - filename: yarn-mistral-7b-128k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q6_k.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-40b-ggml__wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other - - has_space + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin + model: yarn-mistral-7b-128k.Q4_K_S.gguf files: - - filename: wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin + - filename: yarn-mistral-7b-128k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-40B-GGML/resolve/main/wizardlm-uncensored-falcon-40b.ggccv1.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.fp16.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.fp16.bin + model: yarn-mistral-7b-128k.Q5_0.gguf files: - - filename: wizard-falcon-7b.ggmlv3.fp16.bin + - filename: yarn-mistral-7b-128k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.fp16.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q4_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - - falcon - transformers - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.q4_0.bin + model: yarn-mistral-7b-128k.Q5_K_M.gguf files: - - filename: wizard-falcon-7b.ggmlv3.q4_0.bin - sha256: aec0b0f0f0aea1a082d48623781240c69fed9a4a95d23ada54817e274cdc59a7 - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q4_1.bin - license: other + - filename: yarn-mistral-7b-128k.Q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - - falcon - transformers - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.q4_1.bin + model: yarn-mistral-7b-128k.Q5_K_S.gguf files: - - filename: wizard-falcon-7b.ggmlv3.q4_1.bin - sha256: 153ef5cc58e0a0bd4e2a3c88c087beb456986d9fbcaba76d4a696f116c213b18 - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q5_0.bin - license: other + - filename: yarn-mistral-7b-128k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - - falcon - transformers - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.q5_0.bin + model: yarn-mistral-7b-128k.Q6_K.gguf files: - - filename: wizard-falcon-7b.ggmlv3.q5_0.bin - sha256: 5f78479e572a509c5a0703f4731f483035f6b47f54ebe8e46aef06d870235d1e - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q5_1.bin - license: other + - filename: yarn-mistral-7b-128k.Q6_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-128k-gguf__yarn-mistral-7b-128k.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF tags: - - falcon - transformers - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.q5_1.bin + model: yarn-mistral-7b-128k.Q8_0.gguf files: - - filename: wizard-falcon-7b.ggmlv3.q5_1.bin - sha256: 0ec1bfe76905ad592aefab73d803b8b9632fe15fc5843c1671ae2b8be3c245fd - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizard-falcon-7b.ggmlv3.q8_0.bin - license: other + - filename: yarn-mistral-7b-128k.Q8_0.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-128k-GGUF/resolve/main/yarn-mistral-7b-128k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q2_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - falcon - transformers - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference + - region:us overrides: parameters: - model: wizard-falcon-7b.ggmlv3.q8_0.bin + model: yarn-mistral-7b-64k.Q2_K.gguf files: - - filename: wizard-falcon-7b.ggmlv3.q8_0.bin - sha256: 0fa6fcefa92c16679257d3070ac469a3a4051dbb1c704f1ae121026c0e4e571d - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizard-falcon-7b.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q4_0.bin - license: other + - filename: yarn-mistral-7b-64k.Q2_K.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q3_k_l.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-uncensored.ggccv1.q4_0.bin + model: yarn-mistral-7b-64k.Q3_K_L.gguf files: - - filename: wizardlm-7b-uncensored.ggccv1.q4_0.bin + - filename: yarn-mistral-7b-64k.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q3_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-uncensored.ggccv1.q4_1.bin + model: yarn-mistral-7b-64k.Q3_K_M.gguf files: - - filename: wizardlm-7b-uncensored.ggccv1.q4_1.bin + - filename: yarn-mistral-7b-64k.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q5_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q3_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-uncensored.ggccv1.q5_0.bin + model: yarn-mistral-7b-64k.Q3_K_S.gguf files: - - filename: wizardlm-7b-uncensored.ggccv1.q5_0.bin + - filename: yarn-mistral-7b-64k.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q5_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q4_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-uncensored.ggccv1.q5_1.bin + model: yarn-mistral-7b-64k.Q4_0.gguf files: - - filename: wizardlm-7b-uncensored.ggccv1.q5_1.bin + - filename: yarn-mistral-7b-64k.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-falcon-7b-ggml__wizardlm-7b-uncensored.ggccv1.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q4_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - transformers - - falcon - - license:other + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 - text-generation-inference - region:us overrides: parameters: - model: wizardlm-7b-uncensored.ggccv1.q8_0.bin + model: yarn-mistral-7b-64k.Q4_K_M.gguf files: - - filename: wizardlm-7b-uncensored.ggccv1.q8_0.bin + - filename: yarn-mistral-7b-64k.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-Falcon-7B-GGML/resolve/main/wizardlm-7b-uncensored.ggccv1.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q2_k.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q4_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin + model: yarn-mistral-7b-64k.Q4_K_S.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin + - filename: yarn-mistral-7b-64k.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_l.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q5_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin + model: yarn-mistral-7b-64k.Q5_0.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin + - filename: yarn-mistral-7b-64k.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_m.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q5_k_m.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin + model: yarn-mistral-7b-64k.Q5_K_M.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin + - filename: yarn-mistral-7b-64k.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q3_k_s.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q5_k_s.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin + model: yarn-mistral-7b-64k.Q5_K_S.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin - sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_0.bin - license: other + - filename: yarn-mistral-7b-64k.Q5_K_S.gguf + sha256: "" + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q6_k.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin + model: yarn-mistral-7b-64k.Q6_K.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin + - filename: yarn-mistral-7b-64k.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_1.bin - license: other + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yarn-mistral-7b-64k-gguf__yarn-mistral-7b-64k.q8_0.gguf + license: apache-2.0 urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF tags: - - license:other + - transformers + - mistral + - en + - dataset:emozilla/yarn-train-tokenized-16k-mistral + - arxiv:2309.00071 + - license:apache-2.0 + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin + model: yarn-mistral-7b-64k.Q8_0.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin + - filename: yarn-mistral-7b-64k.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Yarn-Mistral-7B-64k-GGUF/resolve/main/yarn-mistral-7b-64k.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q2_k.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin + model: yi-34b.Q2_K.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin + - filename: yi-34b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q3_k_l.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin + model: yi-34b.Q3_K_L.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin + - filename: yi-34b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q3_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin + model: yi-34b.Q3_K_M.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin + - filename: yi-34b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q3_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin + model: yi-34b.Q3_K_S.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin + - filename: yi-34b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q4_0.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin + model: yi-34b.Q4_0.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin + - filename: yi-34b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q4_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin + model: yi-34b.Q4_K_M.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin + - filename: yi-34b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q4_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin + model: yi-34b.Q4_K_S.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin + - filename: yi-34b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-ggml__wizardlm-uncensored-supercot-storytelling.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q5_0.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin + model: yi-34b.Q5_0.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin + - filename: yi-34b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-Storytelling.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q5_k_m.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin + model: yi-34b.Q5_K_M.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin + - filename: yi-34b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q5_k_s.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin + model: yi-34b.Q5_K_S.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin + - filename: yi-34b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q6_k.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin + model: yi-34b.Q6_K.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin + - filename: yi-34b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yi-34b-gguf__yi-34b.q8_0.gguf license: other urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/Yi-34B-GGUF tags: + - transformers + - yi - license:other - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin + model: yi-34b.Q8_0.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin + - filename: yi-34b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k-ggml__wizardlm-uncensored-supercot-storytelling-30b-superhot-8k.ggmlv3.q8_0.bin - license: other + uri: https://huggingface.co/TheBloke/Yi-34B-GGUF/resolve/main/yi-34b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q2_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - - license:other + - transformers + - llama + - license:mit + - text-generation-inference - region:us overrides: parameters: - model: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin + model: yulan-chat-2-13b.Q2_K.gguf files: - - filename: WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin + - filename: yulan-chat-2-13b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GGML/resolve/main/WizardLM-Uncensored-SuperCOT-StoryTelling-30b-superhot-8k.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q2_K.bin + model: yulan-chat-2-13b.Q3_K_L.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q2_K.bin + - filename: yulan-chat-2-13b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin + model: yulan-chat-2-13b.Q3_K_M.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin + - filename: yulan-chat-2-13b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin + model: yulan-chat-2-13b.Q3_K_S.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin + - filename: yulan-chat-2-13b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q4_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin + model: yulan-chat-2-13b.Q4_0.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin + - filename: yulan-chat-2-13b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q4_0.bin + model: yulan-chat-2-13b.Q4_K_M.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q4_0.bin + - filename: yulan-chat-2-13b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q4_1.bin + model: yulan-chat-2-13b.Q4_K_S.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q4_1.bin + - filename: yulan-chat-2-13b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q5_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin + model: yulan-chat-2-13b.Q5_0.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin + - filename: yulan-chat-2-13b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin + model: yulan-chat-2-13b.Q5_K_M.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin + - filename: yulan-chat-2-13b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q5_0.bin + model: yulan-chat-2-13b.Q5_K_S.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q5_0.bin + - filename: yulan-chat-2-13b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q6_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q5_1.bin + model: yulan-chat-2-13b.Q6_K.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q5_1.bin + - filename: yulan-chat-2-13b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__yulan-chat-2-13b-gguf__yulan-chat-2-13b.q8_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - license:mit - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin + model: yulan-chat-2-13b.Q8_0.gguf files: - - filename: wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin + - filename: yulan-chat-2-13b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/YuLan-Chat-2-13B-GGUF/resolve/main/yulan-chat-2-13b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin + model: zarablend-l2-7b.ggmlv3.q2_K.bin files: - - filename: wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin + - filename: zarablend-l2-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q6_K.bin + model: zarablend-l2-7b.ggmlv3.q3_K_L.bin files: - - filename: wizardmath-13b-v1.0.ggmlv3.q6_K.bin + - filename: zarablend-l2-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-13b-v1.0-ggml__wizardmath-13b-v1.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_L.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-13b-v1.0.ggmlv3.q8_0.bin + model: zarablend-l2-7b.ggmlv3.q3_K_M.bin files: - - filename: wizardmath-13b-v1.0.ggmlv3.q8_0.bin + - filename: zarablend-l2-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-13B-V1.0-GGML/resolve/main/wizardmath-13b-v1.0.ggmlv3.q8_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q2_k.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q2_K.bin + model: zarablend-l2-7b.ggmlv3.q3_K_S.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q2_K.bin + - filename: zarablend-l2-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_l.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin + model: zarablend-l2-7b.ggmlv3.q4_0.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin + - filename: zarablend-l2-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_m.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin + model: zarablend-l2-7b.ggmlv3.q4_1.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin + - filename: zarablend-l2-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q3_k_s.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin + model: zarablend-l2-7b.ggmlv3.q4_K_M.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin + - filename: zarablend-l2-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q4_0.bin + model: zarablend-l2-7b.ggmlv3.q4_K_S.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q4_0.bin + - filename: zarablend-l2-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q4_1.bin + model: zarablend-l2-7b.ggmlv3.q5_0.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q4_1.bin + - filename: zarablend-l2-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_k_m.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin + model: zarablend-l2-7b.ggmlv3.q5_1.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin + - filename: zarablend-l2-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q4_k_s.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_1.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin + model: zarablend-l2-7b.ggmlv3.q5_K_M.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin + - filename: zarablend-l2-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q5_0.bin + model: zarablend-l2-7b.ggmlv3.q5_K_S.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q5_0.bin + - filename: zarablend-l2-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_k_m.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_K_S.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin + model: zarablend-l2-7b.ggmlv3.q6_K.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin + - filename: zarablend-l2-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-70b-v1.0-ggml__wizardmath-70b-v1.0.ggmlv3.q5_k_s.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q6_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin + model: zarablend-l2-7b.ggmlv3.q8_0.bin files: - - filename: wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin + - filename: zarablend-l2-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-70B-V1.0-GGML/resolve/main/wizardmath-70b-v1.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q2_k.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q2_K.bin + model: zarablend-l2-7b.Q2_K.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q2_K.bin + - filename: zarablend-l2-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q2_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_l.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q2_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin + model: zarablend-l2-7b.Q3_K_L.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin + - filename: zarablend-l2-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_L.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q3_K_L.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin + model: zarablend-l2-7b.Q3_K_M.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin + - filename: zarablend-l2-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q3_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q3_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin + model: zarablend-l2-7b.Q3_K_S.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin + - filename: zarablend-l2-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q3_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q3_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q4_0.bin + model: zarablend-l2-7b.Q4_0.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q4_0.bin + - filename: zarablend-l2-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q4_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q4_1.bin + model: zarablend-l2-7b.Q4_K_M.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q4_1.bin + - filename: zarablend-l2-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q4_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin + model: zarablend-l2-7b.Q4_K_S.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin + - filename: zarablend-l2-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q4_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin + model: zarablend-l2-7b.Q5_0.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin + - filename: zarablend-l2-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q4_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_0.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q5_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q5_0.bin + model: zarablend-l2-7b.Q5_K_M.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q5_0.bin + - filename: zarablend-l2-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_0.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_1.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q5_1.bin + model: zarablend-l2-7b.Q5_K_S.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q5_1.bin + - filename: zarablend-l2-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_1.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_k_m.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q5_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin + model: zarablend-l2-7b.Q6_K.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin + - filename: zarablend-l2-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_K_M.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q5_k_s.bin - license: llama2 + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-l2-7b-gguf__zarablend-l2-7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin + model: zarablend-l2-7b.Q8_0.gguf files: - - filename: wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin + - filename: zarablend-l2-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q5_K_S.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q6_k.bin + uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGUF/resolve/main/zarablend-l2-7b.Q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q6_K.bin + model: zarablend-mx-l2-7b.ggmlv3.q2_K.bin files: - - filename: wizardmath-7b-v1.0.ggmlv3.q6_K.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q6_K.bin -- url: github:go-skynet/model-gallery/wizard.yaml - name: thebloke__wizardmath-7b-v1.0-ggml__wizardmath-7b-v1.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q2_K.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - arxiv:2304.12244 - - arxiv:2306.08568 - - arxiv:2308.09583 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: wizardmath-7b-v1.0.ggmlv3.q8_0.bin + model: zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin files: - - filename: wizardmath-7b-v1.0.ggmlv3.q8_0.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/WizardMath-7B-V1.0-GGML/resolve/main/wizardmath-7b-v1.0.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q2_k.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin + model: zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_l.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin + model: zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_m.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin + model: zarablend-mx-l2-7b.ggmlv3.q4_0.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q3_k_s.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin + model: zarablend-mx-l2-7b.ggmlv3.q4_1.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_0.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin + model: zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_1.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin + model: zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_k_m.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin + model: zarablend-mx-l2-7b.ggmlv3.q5_0.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q4_k_s.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin + model: zarablend-mx-l2-7b.ggmlv3.q5_1.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_0.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin + model: zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_1.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin + model: zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_k_m.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin + model: zarablend-mx-l2-7b.ggmlv3.q6_K.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q5_k_s.bin + name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin + model: zarablend-mx-l2-7b.ggmlv3.q8_0.bin files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin + - filename: zarablend-mx-l2-7b.ggmlv3.q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin + model: zarablend-mx-l2-7b.Q2_K.gguf files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin + - filename: zarablend-mx-l2-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-128k-ggml__yarn-llama-2-13b-128k.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin + model: zarablend-mx-l2-7b.Q3_K_L.gguf files: - - filename: yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin + - filename: zarablend-mx-l2-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-128K-GGML/resolve/main/yarn-llama-2-13b-128k.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin + model: zarablend-mx-l2-7b.Q3_K_M.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin + - filename: zarablend-mx-l2-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin + model: zarablend-mx-l2-7b.Q3_K_S.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin + - filename: zarablend-mx-l2-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin + model: zarablend-mx-l2-7b.Q4_0.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin + - filename: zarablend-mx-l2-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin + model: zarablend-mx-l2-7b.Q4_K_M.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin + - filename: zarablend-mx-l2-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin + model: zarablend-mx-l2-7b.Q4_K_S.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin + - filename: zarablend-mx-l2-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin + model: zarablend-mx-l2-7b.Q5_0.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin + - filename: zarablend-mx-l2-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin + model: zarablend-mx-l2-7b.Q5_K_M.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin + - filename: zarablend-mx-l2-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin + model: zarablend-mx-l2-7b.Q5_K_S.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin + - filename: zarablend-mx-l2-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin + model: zarablend-mx-l2-7b.Q6_K.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin + - filename: zarablend-mx-l2-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__zarablend-mx-l2-7b-gguf__zarablend-mx-l2-7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin + model: zarablend-mx-l2-7b.Q8_0.gguf files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin + - filename: zarablend-mx-l2-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGUF/resolve/main/zarablend-mx-l2-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_k_m.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q2_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q5_k_s.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_l.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q6_k.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-13b-64k-ggml__yarn-llama-2-13b-64k.ggmlv3.q8_0.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin files: - - filename: yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-13B-64K-GGML/resolve/main/yarn-llama-2-13b-64k.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q2_k.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_l.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_m.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q3_k_s.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_0.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_1.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_1.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_k_m.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_k_m.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q4_k_s.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_k_s.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_0.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q6_k.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_1.bin + name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q8_0.bin license: llama2 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 + - llama2 - license:llama2 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin + model: zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin + - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q2_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin + model: zarafusionex-1.1-l2-7b.Q2_K.gguf files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin + - filename: zarafusionex-1.1-l2-7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q3_k_l.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin + model: zarafusionex-1.1-l2-7b.Q3_K_L.gguf files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin + - filename: zarafusionex-1.1-l2-7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q3_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin + model: zarafusionex-1.1-l2-7b.Q3_K_M.gguf files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin + - filename: zarafusionex-1.1-l2-7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-128k-ggml__yarn-llama-2-7b-128k.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q3_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin + model: zarafusionex-1.1-l2-7b.Q3_K_S.gguf files: - - filename: yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin + - filename: zarafusionex-1.1-l2-7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-128K-GGML/resolve/main/yarn-llama-2-7b-128k.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q4_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin + model: zarafusionex-1.1-l2-7b.Q4_0.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin + - filename: zarafusionex-1.1-l2-7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q4_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin + model: zarafusionex-1.1-l2-7b.Q4_K_M.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin + - filename: zarafusionex-1.1-l2-7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q4_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin + model: zarafusionex-1.1-l2-7b.Q4_K_S.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin + - filename: zarafusionex-1.1-l2-7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q5_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin + model: zarafusionex-1.1-l2-7b.Q5_0.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin + - filename: zarafusionex-1.1-l2-7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q5_k_m.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin + model: zarafusionex-1.1-l2-7b.Q5_K_M.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin + - filename: zarafusionex-1.1-l2-7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q5_k_s.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin + model: zarafusionex-1.1-l2-7b.Q5_K_S.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin + - filename: zarafusionex-1.1-l2-7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q6_k.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin + model: zarafusionex-1.1-l2-7b.Q6_K.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin + - filename: zarafusionex-1.1-l2-7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__zarafusionex-1.1-l2-7b-gguf__zarafusionex-1.1-l2-7b.q8_0.gguf + license: other urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF tags: - transformers - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - llama2 + - license:other - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin + model: zarafusionex-1.1-l2-7b.Q8_0.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin + - filename: zarafusionex-1.1-l2-7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGUF/resolve/main/zarafusionex-1.1-l2-7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q2_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin + model: zephrp-m7b.Q2_K.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin + - filename: zephrp-m7b.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q3_k_l.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin + model: zephrp-m7b.Q3_K_L.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin + - filename: zephrp-m7b.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q3_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin + model: zephrp-m7b.Q3_K_M.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin + - filename: zephrp-m7b.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q3_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin + model: zephrp-m7b.Q3_K_S.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin + - filename: zephrp-m7b.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q4_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin + model: zephrp-m7b.Q4_0.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin + - filename: zephrp-m7b.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__yarn-llama-2-7b-64k-ggml__yarn-llama-2-7b-64k.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q4_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - dataset:pg19 - - arxiv:2309.00071 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin + model: zephrp-m7b.Q4_K_M.gguf files: - - filename: yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin + - filename: zephrp-m7b.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Yarn-Llama-2-7B-64K-GGML/resolve/main/yarn-llama-2-7b-64k.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q4_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q2_K.bin + model: zephrp-m7b.Q4_K_S.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q2_K.bin + - filename: zephrp-m7b.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q5_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q3_K_L.bin + model: zephrp-m7b.Q5_0.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q3_K_L.bin + - filename: zephrp-m7b.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q5_k_m.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q3_K_M.bin + model: zephrp-m7b.Q5_K_M.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q3_K_M.bin + - filename: zephrp-m7b.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q5_k_s.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q3_K_S.bin + model: zephrp-m7b.Q5_K_S.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q3_K_S.bin + - filename: zephrp-m7b.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q6_k.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q4_0.bin + model: zephrp-m7b.Q6_K.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q4_0.bin + - filename: zephrp-m7b.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__zephrp-m7b-gguf__zephrp-m7b.q8_0.gguf + license: cc-by-nc-4.0 urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/ZephRP-m7b-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - text-generation + - en + - license:cc-by-nc-4.0 - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q4_1.bin + model: zephrp-m7b.Q8_0.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q4_1.bin + - filename: zephrp-m7b.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/ZephRP-m7b-GGUF/resolve/main/zephrp-m7b.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q2_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q4_K_M.bin + model: zephyr-7b-alpha.Q2_K.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q4_K_M.bin + - filename: zephyr-7b-alpha.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q4_K_S.bin + model: zephyr-7b-alpha.Q3_K_L.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q4_K_S.bin + - filename: zephyr-7b-alpha.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q5_0.bin + model: zephyr-7b-alpha.Q3_K_M.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q5_0.bin + - filename: zephyr-7b-alpha.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q5_1.bin + model: zephyr-7b-alpha.Q3_K_S.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q5_1.bin + - filename: zephyr-7b-alpha.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q4_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q5_K_M.bin + model: zephyr-7b-alpha.Q4_0.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q5_K_M.bin + - filename: zephyr-7b-alpha.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q5_K_S.bin + model: zephyr-7b-alpha.Q4_K_M.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q5_K_S.bin + - filename: zephyr-7b-alpha.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q6_K.bin + model: zephyr-7b-alpha.Q4_K_S.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q6_K.bin + - filename: zephyr-7b-alpha.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q5_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-l2-7b.ggmlv3.q8_0.bin + model: zephyr-7b-alpha.Q5_0.gguf files: - - filename: zarablend-l2-7b.ggmlv3.q8_0.bin + - filename: zephyr-7b-alpha.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-L2-7B-GGML/resolve/main/zarablend-l2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q2_K.bin + model: zephyr-7b-alpha.Q5_K_M.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q2_K.bin + - filename: zephyr-7b-alpha.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q2_K.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin + model: zephyr-7b-alpha.Q5_K_S.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin + - filename: zephyr-7b-alpha.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_L.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q6_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin + model: zephyr-7b-alpha.Q6_K.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin + - filename: zephyr-7b-alpha.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_M.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__zephyr-7b-alpha-gguf__zephyr-7b-alpha.q8_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:stingning/ultrachat + - dataset:openbmb/UltraFeedback + - arxiv:2305.18290 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin + model: zephyr-7b-alpha.Q8_0.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin + - filename: zephyr-7b-alpha.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q3_K_S.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q2_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q4_0.bin + model: zephyr-7b-beta.Q2_K.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q4_0.bin + - filename: zephyr-7b-beta.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_0.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q3_k_l.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q4_1.bin + model: zephyr-7b-beta.Q3_K_L.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q4_1.bin + - filename: zephyr-7b-beta.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_1.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q3_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin + model: zephyr-7b-beta.Q3_K_M.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin + - filename: zephyr-7b-beta.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_K_M.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q3_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin + model: zephyr-7b-beta.Q3_K_S.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin + - filename: zephyr-7b-beta.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q4_K_S.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q4_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q5_0.bin + model: zephyr-7b-beta.Q4_0.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q5_0.bin + - filename: zephyr-7b-beta.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_0.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q4_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q5_1.bin + model: zephyr-7b-beta.Q4_K_M.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q5_1.bin + - filename: zephyr-7b-beta.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_1.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q4_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin + model: zephyr-7b-beta.Q4_K_S.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin + - filename: zephyr-7b-beta.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_K_M.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q5_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin + model: zephyr-7b-beta.Q5_0.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin + - filename: zephyr-7b-beta.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q5_K_S.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q5_k_m.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q6_K.bin + model: zephyr-7b-beta.Q5_K_M.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q6_K.bin + - filename: zephyr-7b-beta.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q6_K.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarablend-mx-l2-7b-ggml__zarablend-mx-l2-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q5_k_s.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarablend-mx-l2-7b.ggmlv3.q8_0.bin + model: zephyr-7b-beta.Q5_K_S.gguf files: - - filename: zarablend-mx-l2-7b.ggmlv3.q8_0.bin + - filename: zephyr-7b-beta.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarablend-MX-L2-7B-GGML/resolve/main/zarablend-mx-l2-7b.ggmlv3.q8_0.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q2_k.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q6_k.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin + model: zephyr-7b-beta.Q6_K.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin + - filename: zephyr-7b-beta.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q2_K.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_l.bin - license: llama2 + name: thebloke__zephyr-7b-beta-gguf__zephyr-7b-beta.q8_0.gguf + license: mit urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF tags: - transformers - - llama - - llama2 - - license:llama2 + - mistral + - generated_from_trainer + - en + - dataset:HuggingFaceH4/ultrachat_200k + - dataset:HuggingFaceH4/ultrafeedback_binarized + - arxiv:2305.18290 + - arxiv:2310.16944 + - license:mit + - has_space - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin + model: zephyr-7b-beta.Q8_0.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin + - filename: zephyr-7b-beta.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_L.bin + uri: https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_m.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q2_k.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin + model: ziya-coding-34b-v1.0.Q2_K.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin + - filename: ziya-coding-34b-v1.0.Q2_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_M.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q2_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q3_k_s.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q3_k_l.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin + model: ziya-coding-34b-v1.0.Q3_K_L.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin + - filename: ziya-coding-34b-v1.0.Q3_K_L.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q3_K_S.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q3_K_L.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_0.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q3_k_m.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin + model: ziya-coding-34b-v1.0.Q3_K_M.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin + - filename: ziya-coding-34b-v1.0.Q3_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_0.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q3_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_1.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q3_k_s.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin + model: ziya-coding-34b-v1.0.Q3_K_S.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin + - filename: ziya-coding-34b-v1.0.Q3_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_1.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q3_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_k_m.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q4_0.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin + model: ziya-coding-34b-v1.0.Q4_0.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin + - filename: ziya-coding-34b-v1.0.Q4_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_M.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q4_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q4_k_s.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q4_k_m.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin + model: ziya-coding-34b-v1.0.Q4_K_M.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin + - filename: ziya-coding-34b-v1.0.Q4_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q4_K_S.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q4_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_0.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q4_k_s.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin + model: ziya-coding-34b-v1.0.Q4_K_S.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin + - filename: ziya-coding-34b-v1.0.Q4_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_0.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q4_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_1.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q5_0.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin + model: ziya-coding-34b-v1.0.Q5_0.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin + - filename: ziya-coding-34b-v1.0.Q5_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_1.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q5_0.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_k_m.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q5_k_m.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin + model: ziya-coding-34b-v1.0.Q5_K_M.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin + - filename: ziya-coding-34b-v1.0.Q5_K_M.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_M.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q5_k_s.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q5_k_s.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin + model: ziya-coding-34b-v1.0.Q5_K_S.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin + - filename: ziya-coding-34b-v1.0.Q5_K_S.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q5_K_S.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q5_K_S.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q6_k.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q6_k.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin + model: ziya-coding-34b-v1.0.Q6_K.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin + - filename: ziya-coding-34b-v1.0.Q6_K.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q6_K.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q6_K.gguf - url: github:go-skynet/model-gallery/base.yaml - name: thebloke__zarafusionex-1.1-l2-7b-ggml__zarafusionex-1.1-l2-7b.ggmlv3.q8_0.bin - license: llama2 + name: thebloke__ziya-coding-34b-v1.0-gguf__ziya-coding-34b-v1.0.q8_0.gguf + license: gpl-3.0 urls: - - https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML + - https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF tags: - transformers - llama - - llama2 - - license:llama2 + - text-generation + - zh + - en + - arxiv:2210.08590 + - license:gpl-3.0 - text-generation-inference - region:us overrides: parameters: - model: zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin + model: ziya-coding-34b-v1.0.Q8_0.gguf files: - - filename: zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin + - filename: ziya-coding-34b-v1.0.Q8_0.gguf sha256: "" - uri: https://huggingface.co/TheBloke/Zarafusionex-1.1-L2-7B-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.Q8_0.bin + uri: https://huggingface.co/TheBloke/Ziya-Coding-34B-v1.0-GGUF/resolve/main/ziya-coding-34b-v1.0.Q8_0.gguf - url: github:go-skynet/model-gallery/base.yaml name: theohlong__baichuan2_13b-ggml__ggml-model-f16.bin urls: @@ -150466,6 +297014,32 @@ - filename: evolcodellama-7b.gguf.q5_k_m.bin sha256: "" uri: https://huggingface.co/theohlong/EvolCodeLlama-7b-GGML/resolve/main/evolcodellama-7b.gguf.q5_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thomaschang__llama2_adr_3500datatrained_mp2-ggml__llama2_adr_3500datatrained_mp2.gguf.q4_k_m.bin + urls: + - https://huggingface.co/thomaschang/llama2_ADR_3500datatrained_MP2-GGML + tags: + - region:us + overrides: + parameters: + model: llama2_adr_3500datatrained_mp2.gguf.q4_k_m.bin + files: + - filename: llama2_adr_3500datatrained_mp2.gguf.q4_k_m.bin + sha256: "" + uri: https://huggingface.co/thomaschang/llama2_ADR_3500datatrained_MP2-GGML/resolve/main/llama2_adr_3500datatrained_mp2.gguf.q4_k_m.bin +- url: github:go-skynet/model-gallery/base.yaml + name: thomaschang__llama2_adr_3500datatrained_mp2-ggml__llama2_adr_3500datatrained_mp2.gguf.q5_k_m.bin + urls: + - https://huggingface.co/thomaschang/llama2_ADR_3500datatrained_MP2-GGML + tags: + - region:us + overrides: + parameters: + model: llama2_adr_3500datatrained_mp2.gguf.q5_k_m.bin + files: + - filename: llama2_adr_3500datatrained_mp2.gguf.q5_k_m.bin + sha256: "" + uri: https://huggingface.co/thomaschang/llama2_ADR_3500datatrained_MP2-GGML/resolve/main/llama2_adr_3500datatrained_mp2.gguf.q5_k_m.bin - url: github:go-skynet/model-gallery/vicuna.yaml name: timesurgelabs__vicuna-7b-v1.5-ggmlv3__vicuna-7b-ggmlv3.q4_0.bin license: llama2 @@ -151476,6 +298050,7 @@ - text-generation - zh - en + - has_space - region:us overrides: parameters: @@ -151484,6 +298059,276 @@ - filename: Qwen-14b-Q8_0.bin sha256: "" uri: https://huggingface.co/twodgirl/Qwen-14b-GGML/resolve/main/Qwen-14b-Q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__mlewd-l2-13b-gguf__mlewd-l2-13b-v1-8-3.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/MLewd-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: MLewd-L2-13B-v1-8-3.q4_K_S.gguf + files: + - filename: MLewd-L2-13B-v1-8-3.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/MLewd-L2-13B-GGUF/resolve/main/MLewd-L2-13B-v1-8-3.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__mlewd-l2-13b-gguf__mlewd-l2-13b-v1-8-3.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/MLewd-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: MLewd-L2-13B-v1-8-3.q5_K_M.gguf + files: + - filename: MLewd-L2-13B-v1-8-3.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/MLewd-L2-13B-GGUF/resolve/main/MLewd-L2-13B-v1-8-3.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/MythoMax-L2-Kimiko-v2-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: MythoMax-L2-Kimiko-v2-13b.q4_K_S.gguf + files: + - filename: MythoMax-L2-Kimiko-v2-13b.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/MythoMax-L2-Kimiko-v2-13b-GGUF/resolve/main/MythoMax-L2-Kimiko-v2-13b.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__mythomax-l2-kimiko-v2-13b-gguf__mythomax-l2-kimiko-v2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/MythoMax-L2-Kimiko-v2-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: MythoMax-L2-Kimiko-v2-13b.q5_K_M.gguf + files: + - filename: MythoMax-L2-Kimiko-v2-13b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/MythoMax-L2-Kimiko-v2-13b-GGUF/resolve/main/MythoMax-L2-Kimiko-v2-13b.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/Nous-Hermes-13B-Code-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: Nous-Hermes-13B-Code.q4_K_S.gguf + files: + - filename: Nous-Hermes-13B-Code.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/Nous-Hermes-13B-Code-GGUF/resolve/main/Nous-Hermes-13B-Code.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__nous-hermes-13b-code-gguf__nous-hermes-13b-code.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/Nous-Hermes-13B-Code-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: Nous-Hermes-13B-Code.q5_K_M.gguf + files: + - filename: Nous-Hermes-13B-Code.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/Nous-Hermes-13B-Code-GGUF/resolve/main/Nous-Hermes-13B-Code.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-l2-13b-pippa-gguf__remm-l2-13b-pippa.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-L2-13B-PIPPA-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-L2-13B-PIPPA.q4_K_S.gguf + files: + - filename: ReMM-L2-13B-PIPPA.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-L2-13B-PIPPA-GGUF/resolve/main/ReMM-L2-13B-PIPPA.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-l2-13b-pippa-gguf__remm-l2-13b-pippa.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-L2-13B-PIPPA-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-L2-13B-PIPPA.q5_K_M.gguf + files: + - filename: ReMM-L2-13B-PIPPA.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-L2-13B-PIPPA-GGUF/resolve/main/ReMM-L2-13B-PIPPA.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-l2-13b-v1-gguf__remm-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-L2-13B-v1-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-L2-13B.q4_K_S.gguf + files: + - filename: ReMM-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-L2-13B-v1-GGUF/resolve/main/ReMM-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-l2-13b-v1-gguf__remm-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-L2-13B-v1-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-L2-13B.q5_K_M.gguf + files: + - filename: ReMM-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-L2-13B-v1-GGUF/resolve/main/ReMM-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-SLERP-L2-13B.q4_K_S.gguf + files: + - filename: ReMM-SLERP-L2-13B.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF/resolve/main/ReMM-SLERP-L2-13B.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-SLERP-L2-13B.q5_K_M.gguf + files: + - filename: ReMM-SLERP-L2-13B.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF/resolve/main/ReMM-SLERP-L2-13B.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q6_k.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-SLERP-L2-13B.q6_K.gguf + files: + - filename: ReMM-SLERP-L2-13B.q6_K.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF/resolve/main/ReMM-SLERP-L2-13B.q6_K.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__remm-slerp-l2-13b-gguf__remm-slerp-l2-13b.q8_0.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: ReMM-SLERP-L2-13B.q8_0.gguf + files: + - filename: ReMM-SLERP-L2-13B.q8_0.gguf + sha256: "" + uri: https://huggingface.co/Undi95/ReMM-SLERP-L2-13B-GGUF/resolve/main/ReMM-SLERP-L2-13B.q8_0.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__undimix-v1-13b-gguf__undimix-v1-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/UndiMix-v1-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: UndiMix-v1-13b.q4_K_S.gguf + files: + - filename: UndiMix-v1-13b.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/UndiMix-v1-13b-GGUF/resolve/main/UndiMix-v1-13b.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__undimix-v1-13b-gguf__undimix-v1-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/UndiMix-v1-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: UndiMix-v1-13b.q5_K_M.gguf + files: + - filename: UndiMix-v1-13b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/UndiMix-v1-13b-GGUF/resolve/main/UndiMix-v1-13b.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__undimix-v2-13b-gguf__undimix-v2-13b.q4_k_s.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/UndiMix-v2-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: UndiMix-v2-13b.q4_K_S.gguf + files: + - filename: UndiMix-v2-13b.q4_K_S.gguf + sha256: "" + uri: https://huggingface.co/Undi95/UndiMix-v2-13b-GGUF/resolve/main/UndiMix-v2-13b.q4_K_S.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: undi95__undimix-v2-13b-gguf__undimix-v2-13b.q5_k_m.gguf + license: cc-by-nc-4.0 + urls: + - https://huggingface.co/Undi95/UndiMix-v2-13b-GGUF + tags: + - license:cc-by-nc-4.0 + - region:us + overrides: + parameters: + model: UndiMix-v2-13b.q5_K_M.gguf + files: + - filename: UndiMix-v2-13b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/Undi95/UndiMix-v2-13b-GGUF/resolve/main/UndiMix-v2-13b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: uralstech__everythinglm-13b-v2-16k-gguf__everythinglm-13b-v2-16k.gguf.q4_k_s.bin license: llama2 @@ -151875,6 +298720,31 @@ - filename: gpt3-finnish-8B.bloomz.ggml.q4_0.bin sha256: "" uri: https://huggingface.co/Vetehinen/gpt3-finnish-8B-GGML/resolve/main/gpt3-finnish-8B.bloomz.ggml.q4_0.bin +- url: github:go-skynet/model-gallery/llama2-chat.yaml + name: vicky4s4s__llama-2-7b-chat-ggml__llama-2-7b-chat.ggmlv3.q2_k.bin + license: other + urls: + - https://huggingface.co/vicky4s4s/Llama-2-7B-Chat-GGML + tags: + - transformers + - llama + - facebook + - meta + - pytorch + - llama-2 + - text-generation + - en + - arxiv:2307.09288 + - license:other + - text-generation-inference + - region:us + overrides: + parameters: + model: llama-2-7b-chat.ggmlv3.q2_K.bin + files: + - filename: llama-2-7b-chat.ggmlv3.q2_K.bin + sha256: "" + uri: https://huggingface.co/vicky4s4s/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin - url: github:go-skynet/model-gallery/vicuna.yaml name: vicuna__ggml-vicuna-13b-1.1__ggml-old-vic13b-q4_0.bin license: apache-2.0 @@ -153560,6 +300430,21 @@ - filename: chatglm2-ggml-q8_0.bin sha256: "" uri: https://huggingface.co/Xorbits/chatglm2-6B-GGML/resolve/main/chatglm2-ggml-q8_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: xorbits__chatglm3-6b-ggml__chatglm3-ggml-q4_0.bin + license: apache-2.0 + urls: + - https://huggingface.co/Xorbits/chatglm3-6B-GGML + tags: + - license:apache-2.0 + - region:us + overrides: + parameters: + model: chatglm3-ggml-q4_0.bin + files: + - filename: chatglm3-ggml-q4_0.bin + sha256: "" + uri: https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin - url: github:go-skynet/model-gallery/base.yaml name: xuqinyang__baichuan-13b-chat-ggml-int4__ggml-model-q4_0.bin urls: @@ -153642,6 +300527,19 @@ - filename: ggml-model-q4_0.bin sha256: "" uri: https://huggingface.co/xuqinyang/chatxu-ggml/resolve/main/ggml-model-q4_0.bin +- url: github:go-skynet/model-gallery/base.yaml + name: xuqinyang__chatxu-turbo-ggml-q5_k_m__ggml-model-q5_k_m.gguf + urls: + - https://huggingface.co/xuqinyang/chatxu-turbo-ggml-Q5_K_M + tags: + - region:us + overrides: + parameters: + model: ggml-model-q5_k_m.gguf + files: + - filename: ggml-model-q5_k_m.gguf + sha256: "" + uri: https://huggingface.co/xuqinyang/chatxu-turbo-ggml-Q5_K_M/resolve/main/ggml-model-q5_k_m.gguf - url: github:go-skynet/model-gallery/base.yaml name: xuqinyang__chatxu2-ggml-q5_1__ggml-model-q5_1.bin urls: @@ -157846,6 +304744,22 @@ - filename: hermes-kimiko-7b.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/zarakiquemparte/hermes-kimiko-7b-GGML/resolve/main/hermes-kimiko-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__hermes-rp-l2-7b-gguf__hermes-rp-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/hermes-rp-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: hermes-rp-l2-7b.q5_K_M.gguf + files: + - filename: hermes-rp-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/hermes-rp-l2-7b-GGUF/resolve/main/hermes-rp-l2-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: zarakiquemparte__hermesboros-limarp-7b-ggml__hermesboros-limarp-7b.ggmlv3.q4_k_m.bin license: other @@ -157998,6 +304912,38 @@ - filename: lunaboros-limarp-7b.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/zarakiquemparte/lunaboros-limarp-7b-GGML/resolve/main/lunaboros-limarp-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__tulpar-limarp-l2-7b-gguf__tulpar-limarp-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/tulpar-limarp-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: tulpar-limarp-l2-7b.q5_K_M.gguf + files: + - filename: tulpar-limarp-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/tulpar-limarp-l2-7b-GGUF/resolve/main/tulpar-limarp-l2-7b.q5_K_M.gguf +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__zarablend-1.1-l2-7b-gguf__zarablend-1.1-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/zarablend-1.1-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: zarablend-1.1-l2-7b.q5_K_M.gguf + files: + - filename: zarablend-1.1-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/zarablend-1.1-l2-7b-GGUF/resolve/main/zarablend-1.1-l2-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: zarakiquemparte__zarablend-l2-7b-ggml__zarablend-l2-7b.ggmlv3.q4_k_m.bin license: other @@ -158126,6 +305072,22 @@ - filename: zarafusionex-1.1-l2-7b.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/zarakiquemparte/zarafusionex-1.1-l2-7b-GGML/resolve/main/zarafusionex-1.1-l2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__zarafusionex-1.2-l2-7b-gguf__zarafusionex-1.2-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/zarafusionex-1.2-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: zarafusionex-1.2-l2-7b.q5_K_M.gguf + files: + - filename: zarafusionex-1.2-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/zarafusionex-1.2-l2-7b-GGUF/resolve/main/zarafusionex-1.2-l2-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: zarakiquemparte__zarafusionex-l2-7b-ggml__zarafusionex-l2-7b.ggmlv3.q4_k_m.bin license: other @@ -158222,6 +305184,22 @@ - filename: zaramix-l2-7b.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/zarakiquemparte/zaramix-l2-7b-GGML/resolve/main/zaramix-l2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__zararp-l2-7b-gguf__zararp-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/zararp-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: zararp-l2-7b.q5_K_M.gguf + files: + - filename: zararp-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/zararp-l2-7b-GGUF/resolve/main/zararp-l2-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: zarakiquemparte__zaraxe-l2-7b-ggml__zaraxe-l2-7b.ggmlv3.q4_k_m.bin license: other @@ -158254,6 +305232,22 @@ - filename: zaraxe-l2-7b.ggmlv3.q5_K_M.bin sha256: "" uri: https://huggingface.co/zarakiquemparte/zaraxe-l2-7b-GGML/resolve/main/zaraxe-l2-7b.ggmlv3.q5_K_M.bin +- url: github:go-skynet/model-gallery/base.yaml + name: zarakiquemparte__zaraxls-l2-7b-gguf__zaraxls-l2-7b.q5_k_m.gguf + license: other + urls: + - https://huggingface.co/zarakiquemparte/zaraxls-l2-7b-GGUF + tags: + - llama2 + - license:other + - region:us + overrides: + parameters: + model: zaraxls-l2-7b.q5_K_M.gguf + files: + - filename: zaraxls-l2-7b.q5_K_M.gguf + sha256: "" + uri: https://huggingface.co/zarakiquemparte/zaraxls-l2-7b-GGUF/resolve/main/zaraxls-l2-7b.q5_K_M.gguf - url: github:go-skynet/model-gallery/base.yaml name: zatochu__alpacino-13b-ggml__alpacino-13b-q4_0.bin urls: